Skip to content

Commit 82e3ec0

Browse files
committed
Release 0.10.0 version
1 parent 661f671 commit 82e3ec0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 0.10.0
6+
* Add support for hotkey with any modifier (`Alt` or `Meta`) inside text input.
7+
* Add click by Space key support to `pressKeyUX()`.
8+
59
## 0.9.0
610
* Added `inert` and `aria-hidden` support.
711

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keyux",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Improve keyboard UI of web apps",
55
"keywords": [
66
"hotkey",

0 commit comments

Comments
 (0)