react-aria-menubutton
Advanced tools
Changelog
7.0.2
Changelog
7.0.0
ReactDOM.findDOMNode
and create-react-context
. This will no longer support older versions of React, it now requires ^16.3.0
Changelog
6.3.0
create-react-context
which uses new context API if available else fallsback to the legacy API.Changelog
6.2.0
Home
key to jump to first item in the current menu.End
key to jump to the last item in the current menu.Changelog
6.0.0
disabled
attribute to Button
component's inner element if it is a regular HTML element that supports disabled
.
Considered a potentially breaking (though positive) change because it may affect behavior and styling of your UI.Changelog
5.1.1
onSelection
optional, because it's not necessary if your menu items are link.