Skip to content

Commit f4a552e

Browse files
committed
chore: cut over changelog to use issue references instead of pull requests for source of issue
1 parent 4ba7d03 commit f4a552e

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

docs/guides/references/_changelogs/12.4.0.md

+19-16
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,30 @@ _Released 1/24/2023_
66

77
- Added new
88
[`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).
1114
- Added new
1215
[`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).
1518
- [`.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).
2023
- 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).
2326
- `.jsx`/`.tsx` file extensions will be utilized when generating a new empty
2427
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).
2730
- 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).
3033

3134
**Bugfixes:**
3235

@@ -43,5 +46,5 @@ _Released 1/24/2023_
4346
**Misc**
4447

4548
- 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

Comments
 (0)