Skip to content

@zag-js/live-region@2.0.0-next.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Sep 01:25
· 0 commits to main since this release
0ce8e3d

Patch Changes

  • #3308
    76af82f Thanks
    @github-actions! - Fixed issues with screen reader announcements.

    • Fixed issue where the region was rebuilt on every announce(), so screen readers missed it — VoiceOver in
      particular.
    • Fixed issue where announcements were never cleared and stayed in the accessibility tree. Added a timeout option
      and a clear() method.
    • Fixed issue where combobox and select left a stale announcement in place when nothing was highlighted.
    • Added aria-atomic="true" and a separate region per level, so a polite announcer cannot inherit an assertive one.