You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: do not use unload events in Chromium from App Runner (#30061)
* correctly determine current browser family from cy config in app event manager
* changelog
* rm unnecessary ts-ignore
* add type declaration to catch improper params to isBrowserFamily
* add check for msMatchesSelector so jquery does not add unload listener in chrome
add check for msMatchesSelector in jquery patch so unload is only added in ie
* run windows workflow on this branch
---------
Co-authored-by: Jennifer Shehane <[email protected]>
Copy file name to clipboardexpand all lines: cli/CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ _Released 8/27/2024 (PENDING)_
20
20
21
21
- Fixed an issue where files outside the Cypress project directory were not calculating the bundle output path correctly for the `file:preprocessor`. Addresses [#8599](https://github.com/cypress-io/cypress/issues/8599).
22
22
23
+
**Bugfixes:**
24
+
25
+
- Correctly determines current browser family when choosing between `unload` and `pagehide` options in App Runner. Fixes [#29880](https://github.com/cypress-io/cypress/issues/29880).
26
+
23
27
**Dependency Updates:**
24
28
25
29
- Updated `detect-port` from `1.3.0` to `1.6.1`. Addressed in [#30038](https://github.com/cypress-io/cypress/pull/30038).
0 commit comments