|
1 | 1 | # Change Log
|
| 2 | + |
2 | 3 | This project adheres to [Semantic Versioning](http://semver.org/).
|
3 | 4 |
|
| 5 | +## 0.8.0 |
| 6 | + |
| 7 | +- Added ability to put focus to text input by hotkey. |
| 8 | + |
4 | 9 | ## 0.7.2
|
5 |
| -* Fixed Safari support. |
| 10 | + |
| 11 | +- Fixed Safari support. |
6 | 12 |
|
7 | 13 | ## 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. |
9 | 16 |
|
10 | 17 | ## 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). |
13 | 21 |
|
14 | 22 | ## 0.6.2
|
15 |
| -* Reduced npm package size. |
| 23 | + |
| 24 | +- Reduced npm package size. |
16 | 25 |
|
17 | 26 | ## 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. |
21 | 31 |
|
22 | 32 | ## 0.6.0
|
23 |
| -* Added `toolbar` support to `focusGroupKeyUX()` (by @dmitry-kurmanov). |
| 33 | + |
| 34 | +- Added `toolbar` support to `focusGroupKeyUX()` (by @dmitry-kurmanov). |
24 | 35 |
|
25 | 36 | ## 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). |
28 | 40 |
|
29 | 41 | ## 0.4.0
|
30 |
| -* Added hotkeys for list items (by Fedorov Ignatij). |
| 42 | + |
| 43 | +- Added hotkeys for list items (by Fedorov Ignatij). |
31 | 44 |
|
32 | 45 | ## 0.3.1
|
33 |
| -* Fixed jumps for slow client-render apps. |
| 46 | + |
| 47 | +- Fixed jumps for slow client-render apps. |
34 | 48 |
|
35 | 49 | ## 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). |
40 | 55 |
|
41 | 56 | ## 0.2.1
|
42 |
| -* Fixed `menu` typing search and hotkeys conflict. |
| 57 | + |
| 58 | +- Fixed `menu` typing search and hotkeys conflict. |
43 | 59 |
|
44 | 60 | ## 0.2.0
|
45 |
| -* Added typing search for `menu` (by @VladBrok). |
| 61 | + |
| 62 | +- Added typing search for `menu` (by @VladBrok). |
46 | 63 |
|
47 | 64 | ## 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. |
50 | 68 |
|
51 | 69 | ## 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. |
55 | 74 |
|
56 | 75 | ## 0.1.0
|
57 |
| -* Initial release. |
| 76 | + |
| 77 | +- Initial release. |
0 commit comments