Skip to content

Commit 4fc6185

Browse files
committed
Release 0.8 version
1 parent 78b054d commit 4fc6185

File tree

2 files changed

+46
-26
lines changed

2 files changed

+46
-26
lines changed

CHANGELOG.md

+45-25
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,77 @@
11
# Change Log
2+
23
This project adheres to [Semantic Versioning](http://semver.org/).
34

5+
## 0.8.0
6+
7+
- Added ability to put focus to text input by hotkey.
8+
49
## 0.7.2
5-
* Fixed Safari support.
10+
11+
- Fixed Safari support.
612

713
## 0.7.1
8-
* Allowed to trigger hotkey with `Alt` on focus in text fields.
14+
15+
- Allowed to trigger hotkey with `Alt` on focus in text fields.
916

1017
## 0.7.0
11-
* Changed hotkeys override API with transformers (by @myandrienko).
12-
* Added `hotkeyMacCompat` transformer (by @myandrienko).
18+
19+
- Changed hotkeys override API with transformers (by @myandrienko).
20+
- Added `hotkeyMacCompat` transformer (by @myandrienko).
1321

1422
## 0.6.2
15-
* Reduced npm package size.
23+
24+
- Reduced npm package size.
1625

1726
## 0.6.1
18-
* Fixed `aria-controls` jump with loader in next menu.
19-
* Fixed blur on `Esc` on last element of jump queue.
20-
* Fixed pressed state on pressing two hotkeys.
27+
28+
- Fixed `aria-controls` jump with loader in next menu.
29+
- Fixed blur on `Esc` on last element of jump queue.
30+
- Fixed pressed state on pressing two hotkeys.
2131

2232
## 0.6.0
23-
* Added `toolbar` support to `focusGroupKeyUX()` (by @dmitry-kurmanov).
33+
34+
- Added `toolbar` support to `focusGroupKeyUX()` (by @dmitry-kurmanov).
2435

2536
## 0.5.0
26-
* Renamed `menuKeyUX()` to `focusGroupKeyUX()` (by @dmitry-kurmanov).
27-
* Added more `role` to `focusGroupKeyUX()` (by @dmitry-kurmanov).
37+
38+
- Renamed `menuKeyUX()` to `focusGroupKeyUX()` (by @dmitry-kurmanov).
39+
- Added more `role` to `focusGroupKeyUX()` (by @dmitry-kurmanov).
2840

2941
## 0.4.0
30-
* Added hotkeys for list items (by Fedorov Ignatij).
42+
43+
- Added hotkeys for list items (by Fedorov Ignatij).
3144

3245
## 0.3.1
33-
* Fixed jumps for slow client-render apps.
46+
47+
- Fixed jumps for slow client-render apps.
3448

3549
## 0.3.0
36-
* Changed modifier order for Windows canonical order (by @myandrienko).
37-
* Improved MacOS X support in `getHotKeyHint` (by @myandrienko).
38-
* Fixed listeners leak in `pressKeyUX` (by @ilyhryh).
39-
* Fixed docs (by @myandrienko, @lentsd, and @maximal).
50+
51+
- Changed modifier order for Windows canonical order (by @myandrienko).
52+
- Improved MacOS X support in `getHotKeyHint` (by @myandrienko).
53+
- Fixed listeners leak in `pressKeyUX` (by @ilyhryh).
54+
- Fixed docs (by @myandrienko, @lentsd, and @maximal).
4055

4156
## 0.2.1
42-
* Fixed `menu` typing search and hotkeys conflict.
57+
58+
- Fixed `menu` typing search and hotkeys conflict.
4359

4460
## 0.2.0
45-
* Added typing search for `menu` (by @VladBrok).
61+
62+
- Added typing search for `menu` (by @VladBrok).
4663

4764
## 0.1.2
48-
* Fixed scroll on up/down keys in `menu`.
49-
* Fixed jumps in real apps with slower render.
65+
66+
- Fixed scroll on up/down keys in `menu`.
67+
- Fixed jumps in real apps with slower render.
5068

5169
## 0.1.1
52-
* Fixed focus jump to checked radio input.
53-
* Fixed hotkey tracking with focus on radio input.
54-
* Fixed focus jump after mouse click.
70+
71+
- Fixed focus jump to checked radio input.
72+
- Fixed hotkey tracking with focus on radio input.
73+
- Fixed focus jump after mouse click.
5574

5675
## 0.1.0
57-
* Initial release.
76+
77+
- Initial release.

package.json

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

0 commit comments

Comments
 (0)