2.0.0 (2024-05-12)
- update
aria-live-capture
to ESM-only version
- update
aria-live-capture
to ESM-only version (cbb9f3f)
1.1.2 (2023-05-04)
- support new vitest typings (7a661b6)
1.1.1 (2023-01-10)
- types in package exports to be the first entry (a24add7)
1.1.0 (2022-11-17)
- add work-around entrypoint for
jest@<=27
andtypescript<=4.6
(193a403)
1.0.0 (2022-10-22)
- cjs and esm builds
- Adds support for Vitest
- Entrypoint for Jest has moved to
import 'extend-to-be-announced/jest'
- Entrypoint for Jest's manual registration has moved to
import { register } 'extend-to-be-announced/jest/register'
0.6.0 (2022-02-13)
- support shadow dom (92c99e7)
0.5.0 (2021-11-07)
- remove
warnIncorrectStatusMessages
API
- remove
warnIncorrectStatusMessages
API (9e89b52)
0.4.1 (2021-09-06)
0.4.0 (2021-06-22)
- switch to
aria-live-capture
(764f41e)
0.3.0 (2021-04-11)
- Previously index.js entrypoint automatically registered extender. Now this is done by "/register" entrypoint
- Adds entrypoints for exported utilities
- add clearAnnouncements API (6da067b)
- add getAnnouncements API (402a7eb)
- entrypoints for registration and utilities (44877d1)
- format announcements in error message with hyphens (5076747)
- include count of captured announcements in error messages (7f47d45)
- trim white-space of announcements (99ba420)
- detect nodes added by insertAdjacentText (583721c)
0.2.0 (2021-03-31)
- pattern matching (f860116)
- detect element nodes from nodeType (1d3c519)
- detect nodes added by append (11d9fbf)
- detect nodes added by before (ecb8ffe)
- detect nodes added by insertAdjacentElement (fb6be90)
- detect nodes added by prepend (0b8e95d)
- detect nodes added by replaceChild (45844af)
- error messages to consider pattern+not+politeness_setting (c438ba0)
0.1.2 (2021-03-25)
- detect nodes added by insertBefore (1f3c34c)
0.1.1 (2021-03-03)
- detect appended text nodes (8d55459)
0.1.0 (2021-02-28)
- cleanup to restore intercepted methods and setters (9ab83aa)
- extend implicit politeness setting support (2ba171b)
- initial working version (1518775)
- intercept textContent changes (5321070)
- option to warn about incorrectly used status messages (477008f)
- replace mutation-observer with monkey-patching append-child (11eee9d)
- support .not assertions (34b6e3c)
- support asserting by politeness level (552e542)
- support changes of role & aria-live (87cf7e0)
- support TEXT_NODE changes (7ce9fac)