v1.62.1

facebookresearch/AnimatedDrawingsv1.62.1Jul 30, 2026by dgozman

AI Summary

This release focuses on fixing critical regressions introduced in version 1.62, specifically regarding TypeScript configuration resolution and type checking, alongside improvements to accessibility snapshots and image element detection.

Key Highlights

  • Fixed tsconfig 'extends' bare specifier resolution regression since v1.62
  • Fixed directory-form tsconfig project references resolution regression since v1.62
  • Fixed page.evaluate() branded primitive type type checking regression since v1.62
  • Fixed Accessibility snapshots dropping button names with nested spans

Full Release Notes

### 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.