12.9.0

Released Released on March 27, 2023

Features:

Bugfixes:

  • Fixed a compatibility issue so that component test projects can use Vite version 4.2.0 and greater. Fixes #26138.

  • Fixed an issue where cy.intercept() added an additional content-length header to spied requests that did not set a content-length header 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.