v11.0.25
github-actions
released this
05 Aug 20:20
·
222 commits
to master
since this release
Components
- fix(combobox): Use correct state for aria-selected (#2849) (@NicholasBoll)
This change fixesaria-selected
inCombobox.Menu.Item
components, but this does change the visuals of what is considered "selected". If you have any visual tests that have a screenshot of a selected state, the visual regression will have to be updated. The same is true for DOM-based snapshot tests.aria-selected="true"
will now be added when an item is selected and not just when the virtual cursor is on the item. If your snapshot captures this DOM state, the snapshot will have to be updated.