We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a92f10 commit 2ae1415Copy full SHA for 2ae1415
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.5.0
5
+* Renamed `menuKeyUX()` to `focusGroupKeyUX()` (by @dmitry-kurmanov).
6
+* Added more `role` to `focusGroupKeyUX()` (by @dmitry-kurmanov).
7
+
8
## 0.4.0
9
* Added hotkeys for list items (by Fedorov Ignatij).
10
package.json
@@ -1,6 +1,6 @@
{
"name": "keyux",
- "version": "0.4.0",
+ "version": "0.5.0",
"description": "Improve keyboard UI of web apps",
"keywords": [
"hotkey",
0 commit comments