Releases: linsight/react-keyboard-event-handler
Releases · linsight/react-keyboard-event-handler
Fix for Server Side Rendering
Add support for " ' " (single quote) key
Added key alias '
and quote
Avoid use of deprecated React life cycle methods
- Use
ComponentDidMount
instead ofComponentWillMount()
- Use
ComponentDidUpdate
instead ofcomponentWillReceiveProps()
Support for '+' with modifier key
Add alias plus
to support '+' key combined with modifier keys (e.g. ctrl+plus
) #13