Skip to content

v5.1.0

Compare
Choose a tag to compare
@julienw julienw released this 20 Oct 14:40
· 193 commits to master since this release

New features

  • Supports specifying a different role for MenuItem component. This makes it possible to use menuitemcheckbox or menuitemradio. If you use one of these, please don't forget to add the attribute aria-checked as well, such as:
<MenuItem role="menuitemcheckbox" attributes={{ "aria-checked": true }}>Item</MenuItem>

And style it accordingly.

Internal

Changed some dev dependencies.