Skip to content

Commit

Permalink
Release 0.6.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 2, 2024
1 parent 27e2182 commit af7eb1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.6.1
* Fixed `aria-controls` jump with loader in next menu.
* Fixed blur on `Esc` on last element of jump queue.
* Fixed pressed state on pressing two hotkeys.

## 0.6.0
* Added `toolbar` support to `focusGroupKeyUX()` (by @dmitry-kurmanov).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keyux",
"version": "0.6.0",
"version": "0.6.1",
"description": "Improve keyboard UI of web apps",
"keywords": [
"hotkey",
Expand Down

0 comments on commit af7eb1d

Please sign in to comment.