12.9.0
Released Released on March 27, 2023
Features:
The Debug page now allows for navigating between all runs recorded for a commit. Addresses #25899 and #26018.
Bugfixes:
Fixed a compatibility issue so that component test projects can use Vite version
4.2.0and greater. Fixes #26138.Fixed an issue where
cy.intercept()added an additionalcontent-lengthheader to spied requests that did not set acontent-lengthheader on the original request. Fixes #24407.Changed the way that Git hashes are loaded so that non-relevant runs are excluded from the Debug page. Fixes #26058.
Corrected the
.type()command to account for shadow root elements when determining whether or not focus needs to be simulated before typing. Fixes #26198.Fixed an issue where an incorrect working directory could be used for Git operations on Windows. Fixes #23317.
Misc:
Made some minor styling updates to the Debug page. Addresses #26041.