Releases: linsight/react-keyboard-event-handler
Releases · linsight/react-keyboard-event-handler
Fix for Server Side Rendering
25 Feb 03:25
Compare
Sorry, something went wrong.
No results found
Add support for " ' " (single quote) key
25 Dec 02:22
Compare
Sorry, something went wrong.
No results found
Added key alias ' and quote
Avoid use of deprecated React life cycle methods
13 Nov 03:04
Compare
Sorry, something went wrong.
No results found
Use ComponentDidMount instead of ComponentWillMount()
Use ComponentDidUpdate instead of componentWillReceiveProps()
Support for '+' with modifier key
25 Jun 07:08
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
11 Jun 04:32
Compare
Sorry, something went wrong.
No results found
Merged PR #11 ;
Updated documentation;
Updated dependencies;
v1.40
10 Nov 05:57
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
25 Oct 05:29
Compare
Sorry, something went wrong.
No results found
Add support for numeric keys on Window's numpad;
Update NPM dependencies to address security concerns;