Skip to content

Commit 3a5d84c

Browse files
astone123mjhenkesemilyrohrbough
authored
chore: add changelog for 12.10.0 (#5183)
* chore: add changelog for 12.10.0 * fix linting * Update docs/guides/references/changelog.mdx * Update docs/guides/references/changelog.mdx Co-authored-by: Emily Rohrbough <[email protected]> * lint --------- Co-authored-by: Matt Henkes <[email protected]> Co-authored-by: Emily Rohrbough <[email protected]>
1 parent b2c6ebf commit 3a5d84c

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

docs/guides/references/changelog.mdx

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,65 @@
22
title: Changelog
33
---
44

5+
## 12.10.0
6+
7+
_Released 04/17/2023_
8+
9+
**Features:**
10+
11+
- The Component Testing setup wizard will now show a warning message if an issue
12+
is encountered with an installed
13+
[third party framework definition](https://on.cypress.io/component-integrations).
14+
Addresses [#25838](https://github.com/cypress-io/cypress/issues/25838).
15+
16+
**Bugfixes:**
17+
18+
- Capture the [Azure](https://azure.microsoft.com/) CI provider's environment
19+
variable
20+
[`SYSTEM_PULLREQUEST_PULLREQUESTNUMBER`](https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml#system-variables-devops-services)
21+
to display the linked PR number in the Cloud. Addressed in
22+
[#26215](https://github.com/cypress-io/cypress/pull/26215).
23+
- Fixed an issue in the onboarding wizard where project framework & bundler
24+
would not be auto-detected when opening directly into component testing mode
25+
using the `--component` CLI flag. Fixes
26+
[#22777](https://github.com/cypress-io/cypress/issues/22777) and
27+
[#26388](https://github.com/cypress-io/cypress/issues/26388).
28+
- Updated to use the `SEMAPHORE_GIT_WORKING_BRANCH`
29+
[Semphore](https://docs.semaphoreci.com) CI environment variable to correctly
30+
associate a Cloud run to the current branch. Previously this was incorrectly
31+
associating a run to the target branch. Fixes
32+
[#26309](https://github.com/cypress-io/cypress/issues/26309).
33+
- Fix an edge case in Component Testing where a custom `baseUrl` in
34+
`tsconfig.json` for Next.js 13.2.0+ is not respected. This was partially fixed
35+
in [#26005](https://github.com/cypress-io/cypress/pull/26005), but an edge
36+
case was missed. Fixes
37+
[#25951](https://github.com/cypress-io/cypress/issues/25951).
38+
- Correctly detect and resolve dependencies when configuring Component Testing
39+
in projects using Yarn's
40+
[Plug'n'Play feature](https://yarnpkg.com/features/pnp). Fixes
41+
[#25960](https://github.com/cypress-io/cypress/issues/25960).
42+
- Fixed an issue where `click` events fired on
43+
[`.type('{enter}')`](/api/commands/type) did not propagate through shadow
44+
roots. Fixes [#26392](https://github.com/cypress-io/cypress/issues/26392).
45+
46+
**Misc:**
47+
48+
- Removed unintentional debug logs. Addressed in
49+
[#26411](https://github.com/cypress-io/cypress/pull/26411).
50+
- Improved styling on the [Runs Page](/guides/core-concepts/cypress-app#Runs).
51+
Addresses [#26180](https://github.com/cypress-io/cypress/issues/26180).
52+
53+
**Dependency Updates:**
54+
55+
- Upgraded [`commander`](https://www.npmjs.com/package/commander) from `^5.1.0`
56+
to `^6.2.1`. Addressed in
57+
[#26226](https://github.com/cypress-io/cypress/pull/26226).
58+
- Upgraded [`minimist`](https://www.npmjs.com/package/minimist) from `1.2.6` to
59+
`1.2.8` to address this
60+
[CVE-2021-44906](https://github.com/advisories/GHSA-xvch-5gv4-984h) NVD
61+
security vulnerability. Addressed in
62+
[#26254](https://github.com/cypress-io/cypress/pull/26254).
63+
564
## 12.9.0
665

766
_Released 03/28/2023_

0 commit comments

Comments
 (0)