12.12.0
Released Released on May 8, 2023
Features:
Added a new informational banner to help get started with component testing from an existing end-to-end test suite. Addresses #26511.
Bugfixes:
Fixed an issue in Electron where devtools gets out of sync with the DOM occasionally. Addresses #15932.
Updated the Chromium renderer process crash message to be more terse. Addressed in #26597.
Fixed an issue with
CYPRESS_DOWNLOAD_PATH_TEMPLATEregex to allow multiple replacements. Addresses #23670.
Dependency Updates:
Upgraded
plistfrom3.0.5to3.0.6to address CVE-2022-26260 NVD security vulnerability. Addressed in #26631.Upgraded
engine.iofrom6.2.1to6.4.2to address CVE-2023-31125 NVD security vulnerability. Addressed in #26664.Upgraded
@vue/test-utilsfrom2.0.2to2.3.2. Addresses #26575.