Change8

v1.62.1

📦 playwrightView on GitHub →
🐛 5 fixes🔧 2 symbols

Summary

This release addresses several regressions and bugs, including issues with tsconfig resolution, accessibility snapshots, and type-checking in page.evaluate().

🐛 Bug Fixes

  • Fixed a regression where tsconfig 'extends' bare specifier was not resolved via node_modules walk-up, which was fatal since 1.62.
  • Fixed a regression where directory-form tsconfig project references (e.g., 'path': '../pkg') failed to resolve, which was fatal since 1.62.
  • Fixed an issue where accessibility snapshots dropped button names when text was nested inside spans with aria-hidden SVG.
  • Fixed a regression where page.evaluate() arguments of a branded primitive type (string & { brand }) were no longer type-checked since 1.62.
  • Fixed a bug where image-type actionable elements were not presented in the snapshot.

Affected Symbols