Skip to content

Releases: linsight/react-keyboard-event-handler

Fix for Server Side Rendering

25 Feb 03:25

Choose a tag to compare

Add support for " ' " (single quote) key

25 Dec 02:22

Choose a tag to compare

Added key alias ' and quote

Avoid use of deprecated React life cycle methods

13 Nov 03:04

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

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

Choose a tag to compare

Merged PR #11;
Updated documentation;
Updated dependencies;

v1.40

10 Nov 05:57

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

Choose a tag to compare

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