You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/CHANGELOG.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
2
2
## 14.3.3
3
3
4
-
_Released 5/6/2025 (PENDING)_
4
+
_Released 5/6/2025_
5
5
6
6
**Performance:**
7
7
@@ -10,6 +10,7 @@ _Released 5/6/2025 (PENDING)_
10
10
**Bugfixes:**
11
11
12
12
- 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).
13
+
- Fixed an issue where Cypress was hanging when piping stdout and stderr to a file, and using `@cypress/grep` results in many matched files. Fixes [#31625](https://github.com/cypress-io/cypress/issues/31625). Addressed in [31631](https://github.com/cypress-io/cypress/pull/31631).
13
14
- Fixed a potential hang condition when navigating to `about:blank`. Addressed in [#31634](https://github.com/cypress-io/cypress/pull/31634).
14
15
15
16
**Misc:**
@@ -18,6 +19,10 @@ _Released 5/6/2025 (PENDING)_
18
19
- 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).
19
20
- Added timeout field to EnqueuedCommandAttributes type. Fixes [#30198](https://github.com/cypress-io/cypress/issues/30198).
20
21
22
+
**Dependency Updates:**
23
+
24
+
- Downgraded `cli-table3` to 0.6.1. Addressed in [31631](https://github.com/cypress-io/cypress/pull/31631).
25
+
21
26
## 14.3.2
22
27
23
28
_Released 4/22/2025_
@@ -27,10 +32,6 @@ _Released 4/22/2025_
27
32
- Fixed an issue where auto scroll in the Cypress Command Log was not scrolling correctly. Fixes [#31530](https://github.com/cypress-io/cypress/issues/31530).
28
33
- Fixed an issue where a message pointing users to the Cypress Cloud was not displaying on runs with failures in CI. Fixes [#31550](https://github.com/cypress-io/cypress/issues/31550).
29
34
30
-
**Misc:**
31
-
32
-
- 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).
0 commit comments