-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cypress 14: Breaking changes #29925
Comments
@jennifer-shehane / @AtofStryker
|
This comment was marked as outdated.
This comment was marked as outdated.
We could include a higher minimum browser version in this release to suggest people use. There wouldn't be any actual code changes to accompany that. |
This comment was marked as outdated.
This comment was marked as outdated.
It would be nice to push browser visibility API into this as this might be breaking change for some users visibility checks. |
@senpl Right, much of those changes are bordering on breaking changes that we could evaluate more freely with a breaking change release. Added it to list of consideration. |
|
|
What would you like?
This issue is to track breaking changes planned for a future Cypress 14 release.
Planned breaking changes
Electron update (32+)
Remove support for Node.js 16 and 21: Remove support for Node.js 16 and 21 #29601
Move away from using document.domain to adhere to better security practices: Consider moving away from document.domain to adhere to better security practices #29590
Remove support for older Chrome versions: Update browser support of Cypress to last 3 major versions #29977
Remove support for older Firefox versions
Remove support for
Cypress.backend('firefox:force:gc')
breaking: removelog:memory:pressure
andfirefox:force:gc
from the socket API #30222Make JIT Compile default behavior for CT tests Make experimentalJustInTimeCompile default within Cypress #30234
Fix
before
hook running twice. 8.2.0 and later still rerun before hooks when visiting multiple superdomains #17940Remove patch jQuery 3.4.1 logic around width/height calculations: Remove patched logic from jQuery 3.4.1 #29846
Major version welcome screen - is this necessary? Will this screen work ok if this content is missing? Need to investigate
Visibility changes:
Remove 'legacy' <v9 documentation. (example: https://docs.cypress.io/guides/references/legacy-configuration)
CT Planned breaking changes
Bundler support removals
Framework support removals
Vue related
React related
react18
the newreact
testing harness: Remove official support for versions of React 17 and under for CT Testing and make cypress/react18 the cypress/react package (deprecate cypress/react18) #29607 (blocked by Update @packages/reporter from React 17.0.2 to 18.3.1 #30511)Angular Related
Other
Other Tooling removals
@vue/cli-service
remove support for @vue/cli-service #30481Breaking changes not in scope
Features (Currently planned for initial Cypress 14 release but can release after initial Cypress 14 and need a spike)
Why is this needed?
Mostly this release's aim is to reduce the maintenance load on the current team with supporting older versions of dependencies.
The text was updated successfully, but these errors were encountered: