- 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