v31.0.0
Breaking Changes
Removes unnecessary aria roles and other features to fix a11y issues axe DevTools raised within our Header organism.
- Removes
tabIndex={0}from ourButtonatoms if the button is not disabled - Removes
aria-haspopup="dialog"from ourDropdownroot - Adds
aria-haspopup="menu"to ourDropdowntrigger - Removes
role="menubar"from ourHeadersub nav menu
Last updated on