Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@AriPerkkio AriPerkkio released this 12 May 13:14
· 4 commits to master since this release

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