Releases: zakodium-oss/react-kbs
Releases · zakodium-oss/react-kbs
v2.1.1
2.1.1 (2023-02-06)
Bug Fixes
- allow to call
useKbsDisableGlobal
outside of context (5ff073a)
v2.1.0
2.1.0 (2022-10-29)
Features
- add
maxFrequency
option (#18) (f9b5d2f)
- add support for defining shortcuts with
code
instead of key
(4206b9d)
Documentation
v2.0.0
2.0.0 (2022-05-04)
⚠ BREAKING CHANGES
- Shortcuts will now be executed when buttons, links, or otherwise non-interactive elements are focused.
Features
- allow to execute shortcuts when buttons and other elements are focused (fc1e182)
react-kbs v1.0.0
Features
- add useKbsGlobalList and refactor metadata (9ec9244)
Miscellaneous Chores
react-kbs v0.1.3
Bug Fixes
- do not wrap global handler in a div (b8afafc)
react-kbs v0.1.2
Bug Fixes
- include typings in distribution (b79ad3d)
react-kbs v0.1.1
Bug Fixes
- correctly check for event target (bfe61a7)
- specify prepack script (c7b841b), closes #4
- support SSR builds (940d18e)
react-kbs v0.1.0
Features
- add hook for local shortcuts and do not restrict shift key by default (aae3f57)
- add useKbsDisableGlobal hook (7fd7e11)
- allow shortcuts to have a description (d51c168)
- implement global shortcuts (e791933)
- warn if a global shortcut is defined twice (be173c3)
Bug Fixes
- only handle event if target is focusable div (67e101f)