Skip to content

Releases: linsight/react-keyboard-event-handler

Fix for Server Side Rendering

25 Feb 03:25
Compare
Choose a tag to compare

Add support for " ' " (single quote) key

25 Dec 02:22
Compare
Choose a tag to compare

Added key alias ' and quote

Avoid use of deprecated React life cycle methods

13 Nov 03:04
Compare
Choose a tag to compare
  1. Use ComponentDidMount instead of ComponentWillMount()
  2. Use ComponentDidUpdate instead of componentWillReceiveProps()

Support for '+' with modifier key

25 Jun 07:08
Compare
Choose a tag to compare

Add alias plus to support '+' key combined with modifier keys (e.g. ctrl+plus) #13

v1.5.0

11 Jun 04:32
Compare
Choose a tag to compare

Merged PR #11;
Updated documentation;
Updated dependencies;

v1.40

10 Nov 05:57
Compare
Choose a tag to compare
  1. Add supports for more keys including Fn keys and modifier keys as common/single keys;
  2. Add Eslint linting;
  3. Upgrade Webpack to version 4;

v1.3.2

25 Oct 05:29
Compare
Choose a tag to compare

Add support for numeric keys on Window's numpad;
Update NPM dependencies to address security concerns;