Skip to content

Commit

Permalink
12.14.0 release (#5285)
Browse files Browse the repository at this point in the history
Co-authored-by: Bill Glesias <bglesias@gmail.com>
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 7, 2023
1 parent 1768423 commit 3317a0d
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion docs/guides/references/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,46 @@
title: Changelog
---

## 12.14.0

_Released 06/07/2023_

**Features:**

- A new testing type switcher has been added to the Spec Explorer to make it
easier to move between E2E and Component Testing. An informational overview of
each type is displayed if it hasn't already been configured to help educate
and onboard new users to each testing type. Addresses
[#26448](https://github.com/cypress-io/cypress/issues/26448),
[#26836](https://github.com/cypress-io/cypress/issues/26836) and
[#26837](https://github.com/cypress-io/cypress/issues/26837).

**Bugfixes:**

- Fixed an issue to now correctly detect Angular 16 dependencies
([@angular/cli](https://www.npmjs.com/package/@angular/cli),
[@angular-devkit/build-angular](https://www.npmjs.com/package/@angular-devkit/build-angular),
[@angular/core](https://www.npmjs.com/package/@angular/core),
[@angular/common](https://www.npmjs.com/package/@angular/common),
[@angular/platform-browser-dynamic](https://www.npmjs.com/package/@angular/platform-browser-dynamic))
during Component Testing onboarding. Addresses
[#26852](https://github.com/cypress-io/cypress/issues/26852).
- Ensures Git-related messages on the
[Runs page](/guides/core-concepts/cypress-app#Runs) remain dismissed.
Addresses [#26808](https://github.com/cypress-io/cypress/issues/26808).

**Dependency Updates:**

- Upgraded [`find-process`](https://www.npmjs.com/package/find-process) from
`1.4.1` to `1.4.7` to address this
[Synk](https://security.snyk.io/vuln/SNYK-JS-FINDPROCESS-1090284) security
vulnerability. Addressed in
[#26906](https://github.com/cypress-io/cypress/pull/26906).
- Upgraded [`firefox-profile`](https://www.npmjs.com/package/firefox-profile)
from `4.0.0` to `4.3.2` to address security vulnerabilities within
sub-dependencies. Addressed in
[#26912](https://github.com/cypress-io/cypress/pull/26912).

## 12.13.0

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

**Bugfixes:**
Expand Down

0 comments on commit 3317a0d

Please sign in to comment.