- Added 'hotkey' field, which shows which combination triggered the handler
- Remove deprecated findDOMNode
- Added useIsHotkeyPressed hook.
- Return ref to scope hotkey
- Fixed test for scopable ref feature
- added updated readme to docz
- Update README to reflect lack of filter scoping
- Code cleanup
- Overloaded function type, so that options does not have to be set when deps is used only.
- Added tests
- Fixed bug in 2.1.0 that every filter returns false that has no available tags given.
- Added filter implementation
- Update readme
- Fixed Option Type
- BC: Added more options Swapped deps and options param. Updated docz.
- Directly use KeyHandler type from hotkeys-js
- Add options parameter to useHotkeys hook
- Updated docz.
- make sure only memoisedCallback is unbound
- Update readme.
- Bump hotkeys version to 3.7.1
- Update readme.
- Callback gets memoised inside hook by default
- Add memo deps array as third argument to hook
- Add callback to useEffect deps to allow update of hotkeys when callback changes
- This also fixes the stale state bug
- Bump hotkeys version to 3.6.11
- Bump hotkeys version to 3.6.8
- Removed console.logs
- tightened source
- Updated docz
- Fixed bind and unbind on every render
- Updated docz to make it work with the new deps array
- Updated hotkeys
- Support for hotkeys 3.6
- Fixed typos in docz
- Updated examples in readme.md
- BC: Renamed
useHotKeys
touseHotkeys
to keep it identical with the hotkeys package - Switched to docz for documentation
- Switched to pika for packaging and publishing
- Bumped up hotkeys-js version to 3.4.4
- Bumped up hotkeys-js version
- Bumped peerDependencies for react and react-dom
- Cleaned up repository
- Initial release