v0.14.0
Pre-release
Pre-release
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
tooltip
- #767 Fix typo in comments (@sanbornhilland)
✨ Enhancements
- All packages
- #761 Add
sideEffects: false
to all packages to enable tree shaking (@hipstersmoothie)
- #761 Add
auto-id
- #752 Add missing type overload (@KubaJastrz)
🤜🤛 6 Committers
- Aappo Ålander (@aappoalander)
- Andrew Lisowski (@hipstersmoothie)
- Chance Strickland (@chaance)
- Jakub Jastrzębski (@KubaJastrz)
- Sanborn Hilland (@sanbornhilland)
- Zoë Peterson (@zpeterson)