Skip to content

v1.0.4

Compare
Choose a tag to compare
@greena13 greena13 released this 28 Mar 17:44
· 420 commits to master since this release

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