Skip to content

v2.3.2

Choose a tag to compare

@github-actions github-actions released this 02 Jul 10:43
· 111 commits to main since this release

v2.3.2 (2026-07-02)

♿ Accessibility

  • AudioPlayer.SpeedSelector menu semantics & close-on-select (Closes #59): the speed dropdown now exposes its options as a labelled role="group" of aria-pressed toggle buttons instead of role="menu" / role="menuitemradio" + aria-checked, and selecting a rate now closes the dropdown. The original role="menu" contract implied full WAI-ARIA APG keyboard navigation (arrow keys, Home/End, Esc) that was never implemented; the toggle-button group is fully operable with native Tab + Enter/Space and carries no unmet keyboard expectation.

New Contributors

Full Changelog: v2.3.1...v2.3.2