Skip to content

Releases: JohannesKlauss/react-hotkeys-hook

3.4.5

13 May 12:20
Compare
Choose a tag to compare
  • Updated README to new format
  • Add sponsored Badge

3.4.4

18 Oct 07:58
Compare
Choose a tag to compare
  • Correctly export isHotkeyPressed function (#628)

3.4.3

26 Sep 14:43
Compare
Choose a tag to compare
  • Fixed support link in Readme

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.