Skip to content

Latest commit

 

History

History
160 lines (61 loc) · 6.62 KB

CHANGELOG.md

File metadata and controls

160 lines (61 loc) · 6.62 KB

2.0.0 (2024-05-12)

Bug Fixes

1.0.2 (2024-03-18)

Bug Fixes

  • role="timer" with aria-live should announce (#179) (e8961ee)

1.0.1 (2023-01-09)

Bug Fixes

  • track Element.replaceChildren and DocumentFragment.replaceChildren APIs (ee87bc5)

1.0.0 (2022-10-22)

0.5.1 (2022-02-13)

Bug Fixes

  • initialization to track existing live regions (c853541)
  • shadow-dom: intercept DocumentFragment APIs (89af7d2)

0.5.0 (2022-02-12)

Features

  • shadow-dom: getAllLiveRegions to traverse down elements with shadowRoot (0b17501)
  • shadow-dom: getClosestElement to traverse up the shadow root host (7aa5557)
  • shadow-dom: getClosestLiveRegion to traverse up elements with shadowRoot (3042f86)
  • shadow-dom: getTextContent to traverse down elements with shadowRoot (8471968)
  • shadow-dom: isHidden to traverse up the shadow root host (9f3b06a)
  • shadow-dom: isInDOM to traverse up the shadow root host (485a736)
  • shadow-dom: add includeShadowDom option (158c690)

Performance Improvements

  • reduce unnecessary work (4a3b523)

0.4.1 (2022-01-09)

Bug Fixes

  • role="marquee", role="timer", `aria-live="off" (#19) (75a7d05)

0.4.0 (2021-11-07)

Bug Fixes

  • detect element disappearance (aa5c3cf)
  • insertAdjasent* interceptors to track the called node instead of parentNode (f47af40)

0.3.5 (2021-10-17)

Bug Fixes

  • improve text resolving (#8) (f21a6fa)
  • use text content of whole live region when updating announcements (#11) (0b11bf5)

0.3.4 (2021-09-26)

Bug Fixes

  • detect changes of aria-hidden (#7) (a93cb00)

0.3.3 (2021-09-21)

Bug Fixes

  • ignore aria-hidden marked elements (#5) (826f45c)

0.3.2 (2021-09-06)

Bug Fixes

  • role/aria-live attribute removal tracking (1a94ba5)
  • stop tracking unmounted elements (07f4c40)

0.3.1 (2021-07-04)

Bug Fixes

  • add role="log" detection (ed880af)
  • prevent ending up in recursion loop (7cbc32b)

0.3.0 (2021-06-22)

Bug Fixes

  • prevent reporting elements with empty textContent (9f840da)

Features

  • export typings for politeness setting (215d34e)

0.2.0 (2021-06-19)

Features

  • export commonjs to support jest easily (24d819f)

0.1.0 (2021-06-19)

Features