Skip to content

Releases: JohannesKlauss/react-hotkeys-hook

v4.2.0

25 Dec 17:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.2.0

v4.1.1

25 Dec 17:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

25 Dec 14:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.8...v4.1.0

v4.1.0-1

25 Dec 12:54
Compare
Choose a tag to compare
v4.1.0-1 Pre-release
Pre-release

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

25 Dec 11:34
Compare
Choose a tag to compare
v4.1.0-0 Pre-release
Pre-release

Fixed Meta key issue in macOS

Full Changelog: v4.0.8...v4.1.0-0

v4.0.8

22 Dec 12:44
Compare
Choose a tag to compare

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

22 Dec 12:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.6...v4.0.7

4.0.3

08 Nov 16:01
Compare
Choose a tag to compare

🐛 Bugfixes

  • Fix #827 (window is not defined). Ensure compat with SSR rendering by guarding access of window object

4.0.2

04 Nov 15:08
Compare
Choose a tag to compare

🏗️ Improvements

  • Greatly reduce bundle size by tree shaking lodash

4.0.1

04 Nov 14:58
Compare
Choose a tag to compare

Chore

  • Bump lodash version to mitigate security issues