Major Changes
-
#715
78cecbeThanks @renovate! -aria-querywas updated to5.3.0.
This update provides updated alignment with the ARIA spec,
and will affect Testing Library queries andgetAccessibilityTreeresults. -
#715
78cecbeThanks @renovate! - We are now using@testing-library/jest-dom@6.
We now support all of the jest-dom matchers, except for the deprecated ones.toHaveErrorMessagewas deprecated, usetoHaveAccessibleErrorMessageinsteadtoHaveRolewas added
Minor Changes
-
#732
29b8671Thanks @calebeby! - Allow returning non-serializable values fromwaitFor -
#754
6f8ba78Thanks @renovate! - Updatepuppeteertov22. The Puppeteer changelog is available here -
#728
76f1862Thanks @calebeby! - Re-export devices frompuppeteer.KnownDevicesinstead of deprecatedpuppeteer.devices -
#748
6d757efThanks @calebeby! - Reimplement windows supportLong ago, Pleasantest worked on Windows, but without regular testing it gradually diverged. This release adds proper Windows support back and adds automated testing for it.