We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdd4c3e + e301fd4 commit 1fb76cdCopy full SHA for 1fb76cd
CHANGELOG.md
@@ -1,9 +1,10 @@
1
# Changelog
2
3
-## 6.2.0
+## 6.2.0 [Unreleased]
4
5
- Bind `Home` key to jump to first item in the current menu.
6
- Bind `End` key to jump to the last item in the current menu.
7
+- Removed use of deprecated React lifecycle methods.
8
9
## 6.1.0
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-aria-menubutton",
- "version": "6.1.0",
+ "version": "6.2.0",
"description": "A fully accessible and flexible React-powered menu button",
"main": "dist/index.js",
"scripts": {
0 commit comments