12.10.0
Released Released on April 16, 2023
Features:
The Component Testing setup wizard will now show a warning message if an issue is encountered with an installed third party framework definition. Addresses #25838.
Bugfixes:
Capture the Azure CI provider's environment variable
SYSTEM_PULLREQUEST_PULLREQUESTNUMBERto display the linked PR number in the Cloud. Addressed in #26215.Fixed an issue in the onboarding wizard where project framework & bundler would not be auto-detected when opening directly into component testing mode using the
--componentCLI flag. Fixes #22777 and #26388.Updated to use the
SEMAPHORE_GIT_WORKING_BRANCHSemaphore CI environment variable to correctly associate a Cloud run to the current branch. Previously this was incorrectly associating a run to the target branch. Fixes #26309.Fix an edge case in Component Testing where a custom
baseUrlintsconfig.jsonfor Next.js 13.2.0+ is not respected. This was partially fixed in #26005, but an edge case was missed. Fixes #25951.Correctly detect and resolve dependencies when configuring Component Testing in projects using Yarn's Plug'n'Play feature. Fixes #25960.
Fixed an issue where
clickevents fired on.type('{enter}')did not propagate through shadow roots. Fixes #26392.
Misc:
Removed unintentional debug logs. Addressed in #26411.
Dependency Updates:
Upgraded
commanderfrom^5.1.0to^6.2.1. Addressed in #26226.Upgraded
minimistfrom1.2.6to1.2.8to address this CVE-2021-44906 NVD security vulnerability. Addressed in #26254.