Skip to content

Releases: zakodium-oss/react-kbs

v2.1.1

06 Feb 12:52
01ba66f
Compare
Choose a tag to compare

2.1.1 (2023-02-06)

Bug Fixes

  • allow to call useKbsDisableGlobal outside of context (5ff073a)

v2.1.0

29 Oct 16:10
c136379
Compare
Choose a tag to compare

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
328f3b9
Compare
Choose a tag to compare

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
de16c0c
Compare
Choose a tag to compare

Features

  • add useKbsGlobalList and refactor metadata (9ec9244)

Miscellaneous Chores

react-kbs v0.1.3

06 May 10:17
095c32d
Compare
Choose a tag to compare

Bug Fixes

  • do not wrap global handler in a div (b8afafc)

react-kbs v0.1.2

06 May 08:17
5cca3b7
Compare
Choose a tag to compare

Bug Fixes

  • include typings in distribution (b79ad3d)

react-kbs v0.1.1

06 May 07:58
d881abe
Compare
Choose a tag to compare

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
2fc3fa3
Compare
Choose a tag to compare

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)