Releases: JohannesKlauss/react-hotkeys-hook
Releases · JohannesKlauss/react-hotkeys-hook
3.4.5
- Updated README to new format
- Add sponsored Badge
3.4.4
3.4.3
- Fixed support link in Readme
3.4.2
- Updated Readme to complement new documentation and support channels.
3.4.1
- unbind the hotkey if enabled is set to
false
- completely overhauled the documentation and moved to vercel: https://react-hotkeys-hook.vercel.app/
3.4.0
3.3.3
3.3.2
- Fixed double execution of callback, when options are passed to the hook.
3.3.1
Added enableOnContentEditable
to options object.
3.3.0
- Bump hotkeys version to
3.8.3
(This adds support for the numpad keys) - Fixed contentEditable behavior.