-
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
chore: Release 12.8.0 #26100
chore: Release 12.8.0 #26100
Conversation
cli/CHANGELOG.md
Outdated
- The onboarding wizard for Component Testing will now detect installed dependencies more reliably. Fixes [#25782](https://github.com/cypress-io/cypress/issues/25782). | ||
- Fixed an issue where Angular components would sometimes be mounted in unexpected DOM locations in component tests. Fixes [#25956](https://github.com/cypress-io/cypress/issues/25956). | ||
- Fixed an issue where Cypress component testing would fail to work with Next.js 13.2.1. Fixes [#25951](https://github.com/cypress-io/cypress/issues/25951). | ||
- Fixed an issue where migrating from Cypress 9 to Cypress 12 could fail if the project's `testFiles` configuration was an array of globs. Fixes [#25947](https://github.com/cypress-io/cypress/issues/25947). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how were these change log entries previously missed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These were fixes in NPM packages which bypass this changelog requirement since they're separately released
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...plus one of them was accidentally admin-merged 😬
Additional details
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?