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
Copy file name to clipboardExpand all lines: cli/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ _Released 12/2/2025 (PENDING)_
7
7
8
8
- Improved performance when viewing command snapshots in the Command Log. Element highlighting is now significantly faster, especially when highlighting multiple elements or complex pages. This is achieved by reducing redundant style calculations and batching DOM operations to minimize browser reflows. Addressed in [#32951](https://github.com/cypress-io/cypress/pull/32951).
9
9
10
+
**Features:**
11
+
12
+
-`Angular` version 21 is now supported within component testing. Addressed in [#33004](https://github.com/cypress-io/cypress/pull/33004).
NOTE: Angular-21 comes zoneless by default, meaning the application is zoneless but `cypress/angular` currently is. When the zoneless angular handler is added, we will need to reference it here and likely not set the project up through fixture. We also need to remove the zone dependencies and cypress config resolution.
0 commit comments