Releases: JohannesKlauss/react-hotkeys-hook
Releases · JohannesKlauss/react-hotkeys-hook
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
4.0.3
4.0.2
🏗️ Improvements
- Greatly reduce bundle size by tree shaking lodash
4.0.1
Chore
- Bump lodash version to mitigate security issues