React Hotkeys Versions Save

Declarative hotkey and focus area management for React

v1.1.4

6 years ago

Bugfixes

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

v1.1.3

6 years ago

Bugfixes

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

v1.1.2

6 years ago

Improvements

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

v1.1.1

6 years ago

Bugfixes

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

Documentation

  • Remove broken link to blog post #90

v1.1.0

6 years ago

New Features

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

v1.0.6

6 years ago

Bugfixes

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

v1.0.5

6 years ago

Bugfixes

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

v1.0.4

6 years ago

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

6 years ago

Bugfixes

  • Fix selection of production bundle for CommonJS and ES6 Modules

Linting

  • Switch to react-create-app eslint configuration

v1.0.2

6 years ago

Bugfixes

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