Skip to content

v0.14.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@chaance chaance released this 28 Mar 21:03
  • listbox
    • Fix selection of options using iOS with VoiceOver. (@aappoalander)
    • Breaking change: If you were using our previously suggested styling selector [data-current] for the selected listbox option, that selector has been removed in favor of [data-current-selected]. The reason is because we also added [data-current-nav] for the highlighted option when navigating the list, so this seemed more clear to distinguish between the two. We also removed the default styles for options that match [aria-selected="true”] because this is an implementation detail that will likely change in an upcoming patch release to address accessibility issues.

📝 Documentation

✨ Enhancements

🤜🤛 6 Committers