Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 01 Oct 05:48
· 143 commits to main since this release

Accessibility fixes:

  • Change Home, End behaviour to be the more conventional skip cursor behaviour instead of scrolling the listbox.
  • Remove nested link structure, allowing for headings to be selected as options as well via keyboard.
    • role=group role is also added to the overall document.
  • Remove 'ellipses' aria-label, most screen readers should automatically introduce a sufficient pause, ellipses is announced too quickly in some.
  • Set aria-activedescendant only once an option is selected
  • (Breaking) amend the listItemRender API accordingly, remove bodyOnlyRender and headingBodyRender APIs.