Releases: linsight/react-keyboard-event-handler
Releases · linsight/react-keyboard-event-handler
Fix for Server Side Rendering
Compare
Sorry, something went wrong.
No results found
Add support for " ' " (single quote) key
Compare
Sorry, something went wrong.
No results found
Added key alias ' and quote
Avoid use of deprecated React life cycle methods
Compare
Sorry, something went wrong.
No results found
Use ComponentDidMount instead of ComponentWillMount()
Use ComponentDidUpdate instead of componentWillReceiveProps()
Support for '+' with modifier key
Compare
Sorry, something went wrong.
No results found
Add alias plus to support '+' key combined with modifier keys (e.g. ctrl+plus) #13
v1.5.0
Compare
Sorry, something went wrong.
No results found
Merged PR #11 ;
Updated documentation;
Updated dependencies;
v1.40
Compare
Sorry, something went wrong.
No results found
Add supports for more keys including Fn keys and modifier keys as common/single keys;
Add Eslint linting;
Upgrade Webpack to version 4;
v1.3.2
Compare
Sorry, something went wrong.
No results found
Add support for numeric keys on Window's numpad;
Update NPM dependencies to address security concerns;