Releases: zakodium-oss/react-kbs
Releases · zakodium-oss/react-kbs
v3.1.0
02 Dec 14:22
Compare
Sorry, something went wrong.
No results found
3.1.0 (2025-11-25)
Features
support cleanup handler shortcut api (#27 ) (a2a1b44 )
v3.0.0
14 Nov 16:47
Compare
Sorry, something went wrong.
No results found
3.0.0 (2025-11-14)
⚠ BREAKING CHANGES
migrate project to be ESM-only (#23 )
Features
v2.1.1
06 Feb 12:52
Compare
Sorry, something went wrong.
No results found
2.1.1 (2023-02-06)
Bug Fixes
allow to call useKbsDisableGlobal outside of context (5ff073a )
v2.1.0
29 Oct 16:10
Compare
Sorry, something went wrong.
No results found
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
04 May 14:53
Compare
Sorry, something went wrong.
No results found
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
12 Jul 13:08
Compare
Sorry, something went wrong.
No results found
Features
add useKbsGlobalList and refactor metadata (9ec9244 )
Miscellaneous Chores
react-kbs v0.1.3
06 May 10:17
Compare
Sorry, something went wrong.
No results found
Bug Fixes
do not wrap global handler in a div (b8afafc )
react-kbs v0.1.2
06 May 08:17
Compare
Sorry, something went wrong.
No results found
Bug Fixes
include typings in distribution (b79ad3d )
react-kbs v0.1.1
06 May 07:58
Compare
Sorry, something went wrong.
No results found
Bug Fixes
correctly check for event target (bfe61a7 )
specify prepack script (c7b841b ), closes #4
support SSR builds (940d18e )
react-kbs v0.1.0
05 May 16:37
Compare
Sorry, something went wrong.
No results found
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 )