Skip to content

Commit 787c53f

Browse files
AtofStrykermschile
andauthored
chore: add 14.3.3 changelog (#6171)
* chore: add 14.3.3 changelog * Update docs/app/references/changelog.mdx Co-authored-by: Matt Schile <[email protected]> --------- Co-authored-by: Matt Schile <[email protected]>
1 parent 66f059a commit 787c53f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/app/references/changelog.mdx

+23
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@ sidebar_label: Changelog
88

99
# Changelog
1010

11+
## 14.3.3
12+
13+
_Released 5/6/2025_
14+
15+
**Performance:**
16+
17+
- Ensure the previous pausing event handlers are removed before new ones are added. Addressed in [#31596](https://github.com/cypress-io/cypress/pull/31596).
18+
19+
**Bugfixes:**
20+
21+
- Fixed an issue where the configuration setting `trashAssetsBeforeRuns=false` was ignored for assets in the `videosFolder`. These assets were incorrectly deleted before running tests with `cypress run`. Addresses [#8280](https://github.com/cypress-io/cypress/issues/8280).
22+
- Fixed a potential hang condition when `@cypress/grep` would match many files and `stdout`/`stderr` was piped to a file. Fixes [#31625](https://github.com/cypress-io/cypress/issues/31625). Addressed in [31631](https://github.com/cypress-io/cypress/pull/31631).
23+
- Fixed a potential hang condition when navigating to `about:blank`. Addressed in [#31634](https://github.com/cypress-io/cypress/pull/31634).
24+
25+
**Misc:**
26+
27+
- The Assertions menu when you right click in `experimentalStudio` tests now displays in dark mode. Addresses [#10621](https://github.com/cypress-io/cypress-services/issues/10621). Addressed in [#31598](https://github.com/cypress-io/cypress/pull/31598).
28+
- The URL in the Cypress App no longer displays a white background when the URL is loading. Fixes [#31556](https://github.com/cypress-io/cypress/issues/31556).
29+
30+
**Dependency Updates:**
31+
32+
- Downgraded `cli-table3` to 0.6.1. Addressed in [31631](https://github.com/cypress-io/cypress/pull/31631).
33+
1134
## 14.3.2
1235

1336
_Released 4/22/2025_

0 commit comments

Comments
 (0)