Skip to content

Releases: JohannesKlauss/react-hotkeys-hook

3.4.2

25 Sep 17:46
Compare
Choose a tag to compare
  • Updated Readme to complement new documentation and support channels.

3.4.1

24 Sep 13:05
Compare
Choose a tag to compare

3.4.0

23 Jul 11:43
Compare
Choose a tag to compare
  • Expose isHotkeyPressed without the Hook. Deprecate useIsHotkeyPressed a17c33c

3.3.3

23 Jul 08:32
Compare
Choose a tag to compare
  • Added documentation homepage to package.json 9548321
  • Added discussion issue link d6f42e8

3.3.2

18 Jun 10:05
Compare
Choose a tag to compare
  • Fixed double execution of callback, when options are passed to the hook.

3.3.1

22 Apr 10:45
Compare
Choose a tag to compare

Added enableOnContentEditable to options object.

3.3.0

29 Mar 11:12
Compare
Choose a tag to compare
  • Bump hotkeys version to 3.8.3 (This adds support for the numpad keys)
  • Fixed contentEditable behavior.

3.2.1

06 Mar 10:52
Compare
Choose a tag to compare

Added an enabled flag to conditionally execute the hook (@ggascoigne via 0edab0b)

3.1.0

13 Feb 09:31
Compare
Choose a tag to compare

Added filterPreventDefault option to allow or prevent default browser behavior when filter check fails. (@bernatmv via d216777)

3.0.1

28 Dec 16:09
d0bb363
Compare
Choose a tag to compare
  • Fixed bug where hotkeys callback gets triggered when focused on input field even it isn't supposed to (#438 )