Skip to content

Commit b89f944

Browse files
authored
chore: add 12.9.0 changelog (#5146)
* chore: add 12.9.0 changelog * chore: make changelog links relative
1 parent d658edb commit b89f944

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

docs/guides/references/changelog.mdx

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22
title: Changelog
33
---
44

5+
## 12.9.0
6+
7+
_Released 03/28/2023_
8+
9+
**Features:**
10+
11+
- The [Debug page](/guides/cloud/runs#Debug) now allows for navigating between
12+
all runs recorded for a commit. Addresses
13+
[#25899](https://github.com/cypress-io/cypress/issues/25899) and
14+
[#26018](https://github.com/cypress-io/cypress/issues/26018).
15+
16+
**Bugfixes:**
17+
18+
- Fixed a compatibility issue so that component test projects can use
19+
[Vite](https://vitejs.dev/) version 4.2.0 and greater. Fixes
20+
[#26138](https://github.com/cypress-io/cypress/issues/26138).
21+
- Fixed an issue where [`cy.intercept()`](/api/commands/intercept) added an
22+
additional `content-length` header to spied requests that did not set a
23+
`content-length` header on the original request. Fixes
24+
[#24407](https://github.com/cypress-io/cypress/issues/24407).
25+
- Changed the way that Git hashes are loaded so that non-relevant runs are
26+
excluded from the Debug page. Fixes
27+
[#26058](https://github.com/cypress-io/cypress/issues/26058).
28+
- Corrected the [`.type()`](/api/commands/type) command to account for shadow
29+
root elements when determining whether or not focus needs to be simulated
30+
before typing. Fixes
31+
[#26198](https://github.com/cypress-io/cypress/issues/26198).
32+
- Fixed an issue where an incorrect working directory could be used for Git
33+
operations on Windows. Fixes
34+
[#23317](https://github.com/cypress-io/cypress/issues/23317).
35+
36+
**Misc:**
37+
38+
- Made some minor styling updates to the Debug page. Addresses
39+
[#26041](https://github.com/cypress-io/cypress/issues/26041).
40+
541
## 12.8.1
642

743
_Released 03/15/2023_

0 commit comments

Comments
 (0)