Releases: JohannesKlauss/react-hotkeys-hook
Releases · JohannesKlauss/react-hotkeys-hook
v4.3.1
What's Changed
- Update dependency react-hotkeys-hook to v4.3.0 by @renovate in #887
- Listen to keydown permanently by @pandanoir in #891
- Clear all held hotkeys when window blurs by @JohannesKlauss in #892
- Fix alternative values for numeric keys on keyboard by @JohannesKlauss in #893
- Remove console.logs by @JohannesKlauss in #894
New Contributors
- @pandanoir made their first contribution in #891
Full Changelog: v4.3.0...v4.3.1
v4.3.0
What's Changed
- Documentation for 4.2 by @JohannesKlauss in #882
- Add Algolia search bar by @JohannesKlauss in #884
- Update babel monorepo to v7.20.7 by @renovate in #874
- Update dependency @types/react-dom to v18.0.10 by @renovate in #876
- Update docusaurus by @JohannesKlauss in #885
- Add support for custom document binding by @JohannesKlauss in #886
Full Changelog: v4.2.1...v4.3.0
v4.2.1
v4.2.0
What's Changed
- Record shortcuts with
useRecordHotkeys
by @JohannesKlauss in #881
Full Changelog: v4.1.1...v4.2.0
v4.1.1
What's Changed
- only set has triggered to true when the callback got executed by @JohannesKlauss in #880
Full Changelog: v4.1.0...v4.1.1
v4.1.0
What's Changed
- Fix meta behavior on macOS by @JohannesKlauss in #878
- Add mappings by @JohannesKlauss in #878
- Use code for checking if a hotkey is pressed down by @JohannesKlauss in #878
- Only trigger callback once per stroke by @JohannesKlauss in #878
- remove console.logs by @JohannesKlauss in #879
Full Changelog: v4.0.8...v4.1.0
v4.1.0-1
Streamline pressed down keys handling. Remove doubled set from useHotkeys. Add special handling for meta key
Full Changelog: v4.1.0-0...v4.1.0-1
v4.1.0-0
Fixed Meta key issue in macOS
Full Changelog: v4.0.8...v4.1.0-0
v4.0.8
What's Changed
- Fix rerender when using HotkeysProvider and a bug in removing bound hotkeys by @JohannesKlauss in #875
Full Changelog: v4.0.7...v4.0.8
4.0.7
What's Changed
- Fix enableOnFormTags option property by @eliasmelgaco in #873
New Contributors
- @eliasmelgaco made their first contribution in #873
Full Changelog: v4.0.6...v4.0.7