Skip to content

Latest commit

 

History

History
83 lines (40 loc) · 3.7 KB

CHANGELOG.md

File metadata and controls

83 lines (40 loc) · 3.7 KB

Changelog

2.1.1 (2023-02-06)

Bug Fixes

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

2.1.0 (2022-10-29)

Features

  • add maxFrequency option (#18) (f9b5d2f)
  • add support for defining shortcuts with code instead of key (4206b9d)

Documentation

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)

1.0.0 (2021-07-12)

Features

  • add useKbsGlobalList and refactor metadata (9ec9244)

Miscellaneous Chores

0.1.3 (2021-05-06)

Bug Fixes

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

0.1.2 (2021-05-06)

Bug Fixes

  • include typings in distribution (b79ad3d)

0.1.1 (2021-05-06)

Bug Fixes

  • correctly check for event target (bfe61a7)
  • specify prepack script (c7b841b), closes #4
  • support SSR builds (940d18e)

0.1.0 (2021-05-05)

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)