Releases: martpie/react-keybinding-component
Releases · martpie/react-keybinding-component
2.3.1
Compare
Sorry, something went wrong.
No results found
Allow nullable refs (as it should be)
Get rid of a useless useCallback
2.3.0
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
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
Compare
Sorry, something went wrong.
No results found
🤦♂ Fixed infinite callstack
🤦♂ Fixed typings
2.0.1
Compare
Sorry, something went wrong.
No results found
🤦♂ Fixed react being included in the component
2.0.0
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
Compare
Sorry, something went wrong.
No results found
Library re-written in TypeScript
onKey is now required
0.5.1
Compare
Sorry, something went wrong.
No results found
Fixed some problems with PropTypes
Add a npm script to compile the lib
0.5.0
Compare
Sorry, something went wrong.
No results found
Compatibility with React 15.6 (thanks @danyim )
0.4.1
Compare
Sorry, something went wrong.
No results found
Add preventDefault and stopPropagation props
Fix preventInputConflict