Releases: martpie/react-keybinding-component
Releases · martpie/react-keybinding-component
2.3.1
09 Mar 23:03
Compare
Sorry, something went wrong.
No results found
Allow nullable refs (as it should be)
Get rid of a useless useCallback
2.3.0
09 Mar 22:13
Compare
Sorry, something went wrong.
No results found
Added the possibility to pass a React.ref to target
Improved contenteditable detection by avoiding DOM traversal recursion
Improved preventDefault and stopPropagation to only fire if the keybinding target is valid
Chores and dependencies upgrades
2.2.0
16 May 11:17
Compare
Sorry, something went wrong.
No results found
Add preventContentEditableConflict prop, to prevent events from firing in case the event originates from a child of a contenteditable="true" element
2.1.0 was skipped, don't ask why :D
2.0.2
03 Jul 23:54
Compare
Sorry, something went wrong.
No results found
🤦♂ Fixed infinite callstack
🤦♂ Fixed typings
2.0.1
03 Jul 23:53
Compare
Sorry, something went wrong.
No results found
🤦♂ Fixed react being included in the component
2.0.0
03 Jul 23:20
Compare
Sorry, something went wrong.
No results found
⚠️ Requires React 16.8 (re-written in Function Components with Hooks)
Now includes CJS + ESM builds
1.0.0
22 Nov 13:04
Compare
Sorry, something went wrong.
No results found
Library re-written in TypeScript
onKey is now required
0.5.1
30 Jul 23:10
Compare
Sorry, something went wrong.
No results found
Fixed some problems with PropTypes
Add a npm script to compile the lib
0.5.0
07 Jul 02:36
Compare
Sorry, something went wrong.
No results found
Compatibility with React 15.6 (thanks @danyim )
0.4.1
23 Dec 00:07
Compare
Sorry, something went wrong.
No results found
Add preventDefault and stopPropagation props
Fix preventInputConflict