Releases: AriPerkkio/extend-to-be-announced
Releases · AriPerkkio/extend-to-be-announced
v2.0.0
What's Changed
- feat!: update
aria-live-capture
to ESM-only version by @AriPerkkio in #131
Jest users need to specify aria-live-capture
in the Jest config's transformIgnorePattern
now. For example with pnpm
:
transformIgnorePatterns: ['/node_modules/.pnpm/(?!(aria-live-capture)@)'],
Full Changelog: v1.1.2...v2.0.0