Major Changes
-
#715
78cecbe
Thanks @renovate! -aria-query
was updated to5.3.0
.
This update provides updated alignment with the ARIA spec,
and will affect Testing Library queries andgetAccessibilityTree
results. -
#715
78cecbe
Thanks @renovate! - We are now using@testing-library/jest-dom@6
.
We now support all of the jest-dom matchers, except for the deprecated ones.toHaveErrorMessage
was deprecated, usetoHaveAccessibleErrorMessage
insteadtoHaveRole
was added
Minor Changes
-
#732
29b8671
Thanks @calebeby! - Allow returning non-serializable values fromwaitFor
-
#754
6f8ba78
Thanks @renovate! - Updatepuppeteer
tov22
. The Puppeteer changelog is available here -
#728
76f1862
Thanks @calebeby! - Re-export devices frompuppeteer.KnownDevices
instead of deprecatedpuppeteer.devices
-
#748
6d757ef
Thanks @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.