Skip to content

Releases: greena13/react-hotkeys

v1.1.4

19 Apr 05:37
Compare
Choose a tag to compare

Bugfixes

  • Fixed parent not handling an action when a child's handler for the same action is removed #101

v1.1.3

14 Apr 06:28
Compare
Choose a tag to compare

Bugfixes

  • Correct TS declaration for withHotKeys function #99
  • Fix ES6 modules being published without being transpiled first #97

v1.1.2

13 Apr 06:23
Compare
Choose a tag to compare

Improvements

  • Remove unnecessary calls to bind(this) in withHotKeys() #94
  • Remove unnecessary createDocumentFragment in withHotKeys() #95

v1.1.1

04 Apr 16:59
Compare
Choose a tag to compare

Bugfixes

  • Fix Hotkeys not detecting changes in handlers #91 with #92

Documentation

  • Remove broken link to blog post #90

v1.1.0

02 Apr 09:39
Compare
Choose a tag to compare

New Features

  • Add HoC for those who want to use it #85

v1.0.6

01 Apr 11:00
Compare
Choose a tag to compare

Bugfixes

  • Fix broken type file import in index.d.ts #89

v1.0.5

30 Mar 09:08
Compare
Choose a tag to compare

Bugfixes

  • Further fixes and improvements to the TypeScript definitions #87 #88

v1.0.4

28 Mar 17:44
Compare
Choose a tag to compare

Bugfixes

  • Fix TypeScript definitions prohibiting passing window to the attach prop #86
  • Fix TypeScript definitions prohibiting passing a className prop to <HotKeys/> #84
  • Fix issue with importing @types/react to be used in the TypeScript definitions #84

Documentation

  • Added JSDoc comments to core components

Improvements

  • Refactor HotKeys component to use ES6 class syntax - should be no change in functionality

Tests

v1.0.3

25 Mar 07:45
Compare
Choose a tag to compare

Bugfixes

  • Fix selection of production bundle for CommonJS and ES6 Modules

Linting

  • Switch to react-create-app eslint configuration

v1.0.2 (Broken - upgrade to v1.0.3)

25 Mar 06:47
Compare
Choose a tag to compare

Bugfixes

  • #84 Update TypeScript file to correctly include React HTML props