Skip to content

Commit b587942

Browse files
authored
Correct miscellaneous changelog formatting typos (#6295)
* Correct miscellaneous changelog formatting typos * Capitalize Cypress Cloud
1 parent b173f5d commit b587942

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/app/references/changelog.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ _Released 10/7/2025_
2121

2222
**Bugfixes:**
2323

24-
- Fixed a regression introduced in [`15.0.0`](#15-0-0) where `dbus` connection error messages appear in docker containers when launching Cypress. Fixes [#32290](https://github.com/cypress-io/cypress/issues/32290).
24+
- Fixed a regression introduced in [15.0.0](#15-0-0) where `dbus` connection error messages appear in docker containers when launching Cypress. Fixes [#32290](https://github.com/cypress-io/cypress/issues/32290).
2525
- Fixed code frames in [`cy.origin()`](/api/commands/origin) so that failed commands will show the correct line/column within the corresponding spec file. Addressed in [#32597](https://github.com/cypress-io/cypress/pull/32597).
26-
- Fixed Cypress cloud requests so that they properly verify SSL certificates. Addressed in [#32629](https://github.com/cypress-io/cypress/pull/32629).
26+
- Fixed Cypress Cloud requests so that they properly verify SSL certificates. Addressed in [#32629](https://github.com/cypress-io/cypress/pull/32629).
2727

2828
**Misc:**
2929

@@ -44,11 +44,11 @@ _Released 9/23/2025_
4444

4545
**Features:**
4646

47-
- Added Escape key support to [`cy.press()`](http://on.cypress.io/api/press). Addresses[#32429](https://github.com/cypress-io/cypress/issues/32429). Addressed in [#32545](https://github.com/cypress-io/cypress/pull/32545).
47+
- Added Escape key support to [`cy.press()`](http://on.cypress.io/api/press). Addresses [#32429](https://github.com/cypress-io/cypress/issues/32429). Addressed in [#32545](https://github.com/cypress-io/cypress/pull/32545).
4848

4949
**Bugfixes:**
5050

51-
- In development mode, Electron `stderr` is piped directly to Cypress' `stderr` to make it clear why Electron failed to start, if it fails to start. Fixes [#32358](https://github.com/cypress-io/cypress/issues/32358). Addressed in [32468](https://github.com/cypress-io/cypress/pull/32468).
51+
- In development mode, Electron `stderr` is piped directly to Cypress' `stderr` to make it clear why Electron failed to start, if it fails to start. Fixes [#32358](https://github.com/cypress-io/cypress/issues/32358). Addressed in [#32468](https://github.com/cypress-io/cypress/pull/32468).
5252
- Fixed an issue where ESM Cypress configurations were not being interpreted correctly. Fixes [#32493](https://github.com/cypress-io/cypress/issues/32493). Fixed in [#32515](https://github.com/cypress-io/cypress/pull/32515).
5353

5454
**Misc:**
@@ -1329,7 +1329,7 @@ Refer to the [v13 Migration Guide](/app/references/migration-guide#Migrating-to-
13291329

13301330
- Fixed an issue where Cypress's internal `tsconfig` would conflict with properties set in the user's `tsconfig.json` such as `module` and `moduleResolution`. Fixes [#26308](https://github.com/cypress-io/cypress/issues/26308) and [#27448](https://github.com/cypress-io/cypress/issues/27448).
13311331
- Clarified Svelte 4 works correctly with Component Testing and updated dependencies checks to reflect this. It was incorrectly flagged as not supported. Fixes [#27465](https://github.com/cypress-io/cypress/issues/27465).
1332-
- Resolve the `process/browser` global inside `@cypress/webpack-batteries-included-preprocessor` to resolve to `process/browser.js` in order to explicitly provide the file extension. File resolution must include the extension for `.mjs` and `.js` files inside ESM packages in order to resolve correctly. Fixes[#27599](https://github.com/cypress-io/cypress/issues/27599).
1332+
- Resolve the `process/browser` global inside `@cypress/webpack-batteries-included-preprocessor` to resolve to `process/browser.js` in order to explicitly provide the file extension. File resolution must include the extension for `.mjs` and `.js` files inside ESM packages in order to resolve correctly. Fixes [#27599](https://github.com/cypress-io/cypress/issues/27599).
13331333
- Fixed an issue where the correct `pnp` process was not being discovered. Fixes [#27562](https://github.com/cypress-io/cypress/issues/27562).
13341334
- Fixed incorrect type declarations for Cypress and Chai globals that asserted them to be local variables of the global scope rather than properties on the global object. Fixes [#27539](https://github.com/cypress-io/cypress/issues/27539). Fixed in [#27540](https://github.com/cypress-io/cypress/pull/27540).
13351335
- Dev Servers will now respect and use the `port` configuration option if present. Fixes [#27675](https://github.com/cypress-io/cypress/issues/27675).
@@ -1822,7 +1822,7 @@ _Released 02/24/2023_
18221822
- Updated the "new" status badge for the Debug page navigation link to be less
18231823
noticeable when the navigation is collapsed. Addresses
18241824
[#25739](https://github.com/cypress-io/cypress/issues/25739).
1825-
- Improved various error message around interactions with the Cypress cloud.
1825+
- Improved various error message around interactions with the Cypress Cloud.
18261826
Implemented in [#25837](https://github.com/cypress-io/cypress/pull/25837).
18271827

18281828
**Bugfixes:**
@@ -3441,7 +3441,7 @@ _Released 6/10/2022_
34413441

34423442
- Cypress will show an improved error message when running `cypress run --ct`
34433443
when component testing has not been configured.
3444-
Fixed[#21909](https://github.com/cypress-io/cypress/issues/21909)
3444+
Fixed [#21909](https://github.com/cypress-io/cypress/issues/21909)
34453445

34463446
**Bugfixes:**
34473447

@@ -4753,7 +4753,7 @@ _Released 09/13/2021_
47534753
[#3852](https://github.com/cypress-io/cypress/issues/3852).
47544754
- A clearer error message is now thrown for `.check()` or `.uncheck()` when
47554755
there are no matching value attributes found.
4756-
Fixes[#7379](https://github.com/cypress-io/cypress/issues/7379).
4756+
Fixes [#7379](https://github.com/cypress-io/cypress/issues/7379).
47574757
- Hooks will no longer rerun on unrelated tests in some situations after a
47584758
domain navigation. Fixes
47594759
[#17705](https://github.com/cypress-io/cypress/issues/17705).

0 commit comments

Comments
 (0)