2.13.0 (2024-08-25)
- auto-focus in case of activeElement disappeareance, fixes #321 (a109314)
- better manage cross-frame relations (72b4d4b)
2.12.0 (2024-04-20)
- remove conflicting type (7245bde)
2.11.3 (2024-04-13)
2.11.2 (2024-02-28)
- correct typescript definitions for focus helpers (a418e7a)
- mark index as sideeffect as it contains sidecar defintion (aa9dc11)
2.11.1 (2024-02-19)
2.11.0 (2024-02-16)
- correct d.ts exports (a9be7a4)
- smart return focus feature (fed88d2)
2.10.1 (2024-02-14)
- speedup resolution for auto-guards (802ef11)
2.10.0 (2024-02-14)
2.9.8 (2024-02-09)
- improve focus-lock behavior for exotic components (557f8cd)
2.9.7 (2024-01-23)
2.9.6 (2023-10-12)
2.9.5 (2023-07-09)
2.9.4 (2023-02-16)
2.9.3 (2023-01-28)
2.9.2 (2022-11-13)
2.9.1 (2022-05-07)
2.9.0 (2022-05-01)
2.8.1 (2022-02-14)
2.8.0 (2022-02-14)
- disable positive index guard by default; use hasPositiveIndices to control behavior, fixes #32 (6db9980)
- remove positive tab indices (a1f51e0)
- update focus-lock to support Shadow Dom (668a559)
- allow removal of positive tab indices (b2a55a9)
2.7.1 (2021-12-14)
2.7.0 (2021-12-12)
2.6.0 (2021-11-09)
- allow returnFocus to be garbage collected, fixes #173 (ad3a4a1)
- do not use capture phase for focus-in events, fixes #134 (d56f49e)
2.5.2 (2021-07-04)
2.5.1 (2021-05-13)
- update focus-lock to speedup lock activation (0835485)
2.5.0 (2020-11-16)
2.4.2 (2020-11-16)
2.4.1 (2020-07-18)
- FocusLock compoenents does not have name. Used named components inside forwardRefs (a2d781d)
2.4.0 (2020-06-18)
- avoid crash on IE (1cbc9e5)
- tabIndex=-1 elements should be autofocusable if pointed, fixes #108 (258e6aa)
- update interfaces (7f977fb)
2.3.1 (2020-04-17)
2.3.0 (2020-04-17)
2.2.1 (2019-10-17)
2.2.0 (2019-10-13)
- use forwardRef, and allow custom as prop (af0e560)
2.1.1 (2019-10-05)
2.1.0 (2019-09-13)
2.0.5 (2019-08-01)
2.0.4 (2019-07-16)
2.0.3 (2019-07-02)
- onActivation hooks not called in v2 (ee1cb14)
2.0.2 (2019-06-29)
2.0.1 (2019-06-28)
1.19.1 (2019-04-24)
1.19.0 (2019-04-22)
- infinite loop on ref set (29e9691)
- no tail guard (c0c5fde)
1.18.3 (2019-03-11)
1.18.2 (2019-03-11)
- use only auto guards (12dab4a)
1.18.1 (2019-03-11)
- support old refs (8b87c2f)
1.18.0 (2019-03-10)
- introduce shards (7bc46f0)
1.17.7 (2019-01-22)
- nested portals (9878ba7)