@@ -6,27 +6,30 @@ _Released 1/24/2023_
6
6
7
7
- Added new
8
8
[ ` experimentalSkipDomainInjection ` ] ( /guides/references/experiments#Experimental-Skip-Domain-Injection )
9
- flag to disable Cypress from setting ` document.domain ` on injection. Addressed
10
- in [ #25307 ] ( https://github.com/cypress-io/cypress/pull/25307 ) .
9
+ flag to disable Cypress from setting ` document.domain ` on injection. Addresses
10
+ [ #2367 ] ( https://github.com/cypress-io/cypress/issues/2367 ) ,
11
+ [ #23958 ] ( https://github.com/cypress-io/cypress/issues/23958 ) ,
12
+ [ #24290 ] ( https://github.com/cypress-io/cypress/issues/24290 ) , and
13
+ [ #24418 ] ( https://github.com/cypress-io/cypress/issues/24418 ) .
11
14
- Added new
12
15
[ ` experimentalMemoryManagement ` ] ( /guides/references/experiments#Configuration )
13
- flag to improve memory management in Chromium-based browsers. Addressed in
14
- [ #25462 ] ( https://github.com/cypress-io/cypress/pull/25462 ) .
16
+ flag to improve memory management in Chromium-based browsers. Addresses
17
+ [ #23391 ] ( https://github.com/cypress-io/cypress/issues/23391 ) .
15
18
- [ ` .as ` ] ( /api/commands/as ) now accepts an options argument, allowing an alias
16
- to be stored as a "query" or "static" value. Addressed in
17
- [ #25251 ] ( https://github.com/cypress-io/cypress/pull/25251 ) .
18
- - Official support for Vite 4 projects for component testing. Addressed in
19
- [ #25365 ] ( https://github.com/cypress-io/cypress/pull/25365 ) .
19
+ to be stored as a "query" or "static" value. Addresses
20
+ [ #25173 ] ( https://github.com/cypress-io/cypress/issues/25173 ) .
21
+ - Official support for Vite 4 projects for component testing. Addresses
22
+ [ #24969 ] ( https://github.com/cypress-io/cypress/issues/24969 ) .
20
23
- The ` cy.log() ` command will now display a line break where the ` \n ` character
21
- is used. Addressed in
22
- [ #25467 ] ( https://github.com/cypress-io/cypress/pull/25467 ) .
24
+ is used. Addresses
25
+ [ #24964 ] ( https://github.com/cypress-io/cypress/issues/24964 ) .
23
26
- ` .jsx ` /` .tsx ` file extensions will be utilized when generating a new empty
24
27
spec file inside component testing if the project contains at least one file
25
- with those extensions. Addressed in
26
- [ #25318 ] ( https://github.com/cypress-io/cypress/pull/25318 ) .
28
+ with those extensions. Addresses
29
+ [ #24495 ] ( https://github.com/cypress-io/cypress/issues/24495 ) .
27
30
- Support ` data-qa ` selector in Selector Playground in addition to ` data-cy ` ,
28
- ` data-test ` and ` data-testid ` . Addressed in
29
- [ #25475 ] ( https://github.com/cypress-io/cypress/pull/25475 ) .
31
+ ` data-test ` and ` data-testid ` . Addresses
32
+ [ #25305 ] ( https://github.com/cypress-io/cypress/issues/25305 ) .
30
33
31
34
** Bugfixes:**
32
35
@@ -43,5 +46,5 @@ _Released 1/24/2023_
43
46
** Misc**
44
47
45
48
- Video output link in ` cypress run ` mode has been added to it's own line to
46
- make the video output link more easily clickable in the terminal. Addressed in
47
- [ #23915 ] ( https://github.com/cypress-io/cypress/pull/23915 ) .
49
+ make the video output link more easily clickable in the terminal. Addresses
50
+ [ #23913 ] ( https://github.com/cypress-io/cypress/issues/23913 ) .
0 commit comments