Skip to content

Commit f6ea41d

Browse files
committed
chore: add Cypress 15.7.1 changelog
1 parent 3cfa48e commit f6ea41d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/app/references/changelog.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ sidebar_label: Changelog
88

99
# Changelog
1010

11+
## 15.7.1
12+
13+
_Released 12/2/2025_
14+
15+
**Performance:**
16+
17+
- Improved performance when viewing command snapshots in the Command Log. Element highlighting is now significantly faster, especially when highlighting multiple elements or complex pages. This is achieved by reducing redundant style calculations and batching DOM operations to minimize browser reflows. Addressed in [#32951](https://github.com/cypress-io/cypress/pull/32951).
18+
19+
**Bugfixes:**
20+
21+
- Updated the error message shown when the [`cy.prompt()`](/api/commands/prompt) bundle is deleted while in use. Ensured that the Cloud bundles are written atomically to avoid concurrent downloads causing issues. Addressed in [#33034](https://github.com/cypress-io/cypress/pull/33034).
22+
23+
**Dependency Updates:**
24+
25+
- Upgraded `yargs-unparser` from `1.6.0` to `1.6.4` (which upgraded `flat` from `4.1.1` to `5.0.2`) to resolve [CVE-2020-36632](https://github.com/advisories/GHSA-52f5-9888-hmc6). Addressed [#27763](https://github.com/cypress-io/cypress/issues/27763).
26+
1127
## 15.7.0
1228

1329
_Released 11/19/2025_

0 commit comments

Comments
 (0)