v1.0.4
Bugfixes
- Fix TypeScript definitions prohibiting passing
window
to theattach
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
- Add tests for "hard sequences" to the test suite#74