Sourced from @​playwright/test's releases.
v1.62.1
Bug Fixes
- #41989 [Regression]: tsconfig "extends" bare specifier isn't resolved via node_modules walk-up like tsc (fatal since 1.62)
- #41998 [Regression]: directory-form tsconfig project references ("path": "../pkg") fail to resolve (fatal since 1.62)
- #41985 Accessibility snapshot drops button name when text is nested inside spans with aria-hidden SVG
- #42000 [Regression]: page.evaluate() arg of a branded primitive type (string & { brand }) no longer type-checks since 1.62
- #42013 [BUG]Image-type actionable elements are not presented in the snapshot.
26a9e47
cherry-pick(#42043):
docs: release notes for v1.62 Python, Java, and .NET (#4...0a81d5d
cherry-pick(#42040):
docs(release-notes): mention the isolated headless clipb...8376826
cherry-pick(#42034):
fix(aria): keep icon-only clickable elements in ai snaps...66c5cc9
chore: mark v1.62.1 (#42020)9672bc3
cherry-pick(#42009):
fix(types): support branded primitives in evaluate argum...4325804
cherry-pick(#41988):
fix(aria): preserve names from collapsed text contributors9632f8e
cherry-pick(#42005):
fix(tsconfig): do not throw when
"extends"/"references" ...