Skip to content

Commit 3317a0d

Browse files
warrensplayerAtofStrykeremilyrohrbough
authored
12.14.0 release (#5285)
Co-authored-by: Bill Glesias <bglesias@gmail.com> Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
1 parent 1768423 commit 3317a0d

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

docs/guides/references/changelog.mdx

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22
title: Changelog
33
---
44

5+
## 12.14.0
6+
7+
_Released 06/07/2023_
8+
9+
**Features:**
10+
11+
- A new testing type switcher has been added to the Spec Explorer to make it
12+
easier to move between E2E and Component Testing. An informational overview of
13+
each type is displayed if it hasn't already been configured to help educate
14+
and onboard new users to each testing type. Addresses
15+
[#26448](https://github.com/cypress-io/cypress/issues/26448),
16+
[#26836](https://github.com/cypress-io/cypress/issues/26836) and
17+
[#26837](https://github.com/cypress-io/cypress/issues/26837).
18+
19+
**Bugfixes:**
20+
21+
- Fixed an issue to now correctly detect Angular 16 dependencies
22+
([@angular/cli](https://www.npmjs.com/package/@angular/cli),
23+
[@angular-devkit/build-angular](https://www.npmjs.com/package/@angular-devkit/build-angular),
24+
[@angular/core](https://www.npmjs.com/package/@angular/core),
25+
[@angular/common](https://www.npmjs.com/package/@angular/common),
26+
[@angular/platform-browser-dynamic](https://www.npmjs.com/package/@angular/platform-browser-dynamic))
27+
during Component Testing onboarding. Addresses
28+
[#26852](https://github.com/cypress-io/cypress/issues/26852).
29+
- Ensures Git-related messages on the
30+
[Runs page](/guides/core-concepts/cypress-app#Runs) remain dismissed.
31+
Addresses [#26808](https://github.com/cypress-io/cypress/issues/26808).
32+
33+
**Dependency Updates:**
34+
35+
- Upgraded [`find-process`](https://www.npmjs.com/package/find-process) from
36+
`1.4.1` to `1.4.7` to address this
37+
[Synk](https://security.snyk.io/vuln/SNYK-JS-FINDPROCESS-1090284) security
38+
vulnerability. Addressed in
39+
[#26906](https://github.com/cypress-io/cypress/pull/26906).
40+
- Upgraded [`firefox-profile`](https://www.npmjs.com/package/firefox-profile)
41+
from `4.0.0` to `4.3.2` to address security vulnerabilities within
42+
sub-dependencies. Addressed in
43+
[#26912](https://github.com/cypress-io/cypress/pull/26912).
44+
545
## 12.13.0
646

747
_Released 05/23/2023_
@@ -11,7 +51,7 @@ _Released 05/23/2023_
1151
- Adds Git-related messages for the
1252
[Runs page](/guides/core-concepts/cypress-app#Runs) and
1353
[Debug page](/guides/cloud/runs#Debug) when users aren't using Git or there
14-
are no recorded runs for the current branch. Fixes
54+
are no recorded runs for the current branch. Addresses
1555
[#26680](https://github.com/cypress-io/cypress/issues/26680).
1656

1757
**Bugfixes:**

0 commit comments

Comments
 (0)