Skip to content

Correct some changelog typos #6255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/app/references/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ _Released 1/28/2025_

- 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).
- Fixed a regression introduced in [14.0.0](#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).
- Fixed a regression introduced in [14.0.0](#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).
- Fixed a regression introduced in [14.0.0](#14-0-0) where the incorrect visibility 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).
- 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).
- Fixed an issue where non-HTMLElement(s) may fail during assertions. Fixes [#30944](https://github.com/cypress-io/cypress/issues/30944).

Expand Down Expand Up @@ -1398,7 +1398,7 @@ _Released 06/07/2023_

- 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
[Snyk](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)
Expand Down Expand Up @@ -2010,7 +2010,7 @@ _Released 1/03/2023_
[#25036](https://github.com/cypress-io/cypress/pull/25036).
- Fixed a regression in [10.11.0](#10-11-0) where the mocha test results no
longer sent the pending boolean to reporters. This caused the
[`mochaawesome`](https://www.npmjs.com/package/mochawesome) reporter to
[`mochawesome`](https://www.npmjs.com/package/mochawesome) reporter to
incorrectly report pending tests as pending and skipped. Fixes
[#24477](https://github.com/cypress-io/cypress/issues/24477).
- Fix for regression introduced in [12.1.0](#12-1-0), where
Expand Down