Skip to content

Commit eb59e16

Browse files
committed
chore: add 14.0.1 changelog
1 parent c3dd909 commit eb59e16

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/app/references/changelog.mdx

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

99
# Changelog
1010

11+
## 14.0.1
12+
13+
_Released 1/28/2025_
14+
15+
**Bugfixes:**
16+
17+
- Fixed an issue where Cypress would incorrectly navigate to `about:blank` when test isolation was disabled and the last test would fail and then retry. Fixes [#28527](https://github.com/cypress-io/cypress/issues/28527).
18+
- Fixed a regression introduced in [`14.0.0`](/app/references/changelog#14-0-0) where an element would not return the correct visibility if its offset parent was within the clipping element. Fixes [#30922](https://github.com/cypress-io/cypress/issues/30922).
19+
- Fixed a regression introduced in [`14.0.0`](/app/references/changelog#14-0-0) where the incorrect visiblity would be returned when either `overflow-x` or `overflow-y` was visible but the other one was clipping. Fixed in [#30934](https://github.com/cypress-io/cypress/pull/30934).
20+
- Fixed an issue where an `option` element would not return the correct visibility if its parent element has a clipping overflow. Fixed in [#30934](https://github.com/cypress-io/cypress/pull/30934).
21+
- Fixed an issue where non-HTMLElement(s) may fail during assertions. Fixes [#30944](https://github.com/cypress-io/cypress/issues/30944).
22+
23+
**Misc:**
24+
25+
- Some broken links displayed in 14+ now link to the correct documentation URL. Addresses [#30951](https://github.com/cypress-io/cypress/issues/30951). Addressed in [#30953](https://github.com/cypress-io/cypress/pull/30953).
26+
- Benign Mesa/GLX related warnings are now hidden in the terminal output when running Cypress in certain Linux environments or containers. Addresses [#29521](https://github.com/cypress-io/cypress/issues/29521) and [#29554](https://github.com/cypress-io/cypress/issues/29554).
27+
1128
## 14.0.0
1229

1330
_Released 1/16/2025_

0 commit comments

Comments
 (0)