1.3.5 (2024-04-06)
1.3.4 (2024-03-06)
- correct first of two return case (9bf3859)
1.3.3 (2024-02-20)
- handle no activeElement case (2895218)
1.3.2 (2024-02-19)
1.3.1 (2024-02-16)
1.3.0 (2024-02-16)
1.2.1 (2024-02-16)
- add missing API to sibling/return-focus (33cb860)
1.2.0 (2024-02-14)
- remove visibility check from expandFocusableNodes (543b9fe)
- implement return focus (f82447c)
1.1.0 (2024-02-11)
- extend sibling API for all focuble elements (ecd666c)
1.0.1 (2024-02-09)
- correct abiity to restore focus on any focusable, fixes #54 (81ba288)
- correct tabIndex calculation for exotic components, fixes #55 (ef76a09)
- support inert Attribute, fixes #58 (601f8d1)
1.0.0 (2023-10-12)
0.11.6 (2023-02-16)
0.11.5 (2023-01-28)
0.11.4 (2022-11-24)
0.11.3 (2022-09-19)
- correct autofocus behavior; accept empty data-autofocus prop (e144d52)
- Skip
.contains
if it is not available (8d4c91c)
0.11.2 (2022-05-07)
0.11.1 (2022-05-04)
0.11.0 (2022-05-01)
- introduce FOCUS_NO_AUTOFOCUS (5c2dc8f)
0.10.2 (2022-02-14)
- correct button management for disabled state (463682e)
0.10.1 (2021-12-12)
- suport focusOptions in setFocus (69debee)
0.9.2 (2021-09-02)
0.9.1 (2021-05-13)
- track operation complexity (0d91516)
0.9.0 (2021-03-28)
- allow setting focusOptions for prev/next focus actions (d2e17d6)
0.8.1 (2020-11-16)
- contants endpoint not exposed (ab51c37)
0.8.0 (2020-09-30)
- readonly control can be focused, fixes #18 (842d578)
- speedup nested nodes resolution O(n^2) to O(nlogn) (5bc1498)
0.7.0 (2020-06-18)
- accept all focusable elements for autofocus, fixes #16 (88efbe8)
- dataset of null error (7cb428b)
- update logic for index diff calculations, fixes #14 (4c7e637)
0.6.7 (2020-04-17)
- better handle jump out conditions. Focus on the active radio and look for tailing guards as well (421e869)
0.6.6 (2019-10-17)
0.6.5 (2019-06-10)
0.6.4 (2019-05-28)
- sidecar for constants (8a42017)
0.6.3 (2019-04-22)
- allow top guard jump (58237a3)
0.6.2 (2019-03-11)
- fix guard order (c390b1a)
0.6.1 (2019-03-10)
0.6.0 (2019-03-09)
- multi target lock (79bce83)
0.5.4 (2019-01-22)
- failback to focusable node if tabble not exists (8b9d018)
0.5.3 (2018-11-11)
- disabled buttons with tab indexes (632e08e)