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
* release version 4.0.0 of @cypress/angular. ([59637ad](https://github.com/cypress-io/cypress/commit/59637adc019ecda790a399ea2da6812fa53381b4))
7
+
* remove Angular 17 support ([#31446](https://github.com/cypress-io/cypress/issues/31446)) ([971b7ae](https://github.com/cypress-io/cypress/commit/971b7ae3d7d3aa0fd608550e9d896b3d2b8c8634))
8
+
9
+
10
+
### Bug Fixes
11
+
12
+
* make sure legacy output spies work as intended ([#32158](https://github.com/cypress-io/cypress/issues/32158)) ([99055ec](https://github.com/cypress-io/cypress/commit/99055ec6ace3a932c57924dd8a064d2aa34d2d92))
13
+
14
+
15
+
### BREAKING CHANGES
16
+
17
+
* Cypress 15 drops support for Angular 17. Angular 18 and up is supported.
18
+
* Removed support for Angular 17. Only Angular 18 and 19 are now supported. This change affects the @cypress/angular package. Addresses #31303.
19
+
20
+
* empty commit to kick CI
21
+
22
+
* update changelog references to make it clearer on where angular 17 packages live historically
23
+
24
+
* fix cy framework errors app test to use angualr 18 and 19
25
+
26
+
* fix issue where di was not discoverable in resolved system tests config
27
+
28
+
* fix scaffold dependencies to use angular 18 and 19 and not 17 and 18
0 commit comments