react-keydown
react-keydown copied to clipboard
Lightweight keydown wrapper for React components
Bumps [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.28 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Fixes #87 I'm not sure if this is the "correct" way to get rid of componentWillReceiveProps, in #87 you mention getDerivedStateFromProps but this way just seemed easier to me. I...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.2.3 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
Hi, any chance to set Alt + Numpad key for binding? This does not seem to work: ``` setBinding({ target: X.prototype, fn: X.prototype.method, keys: ['alt+103'] }); ```
According to [React](https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops), using `componentWillReceiveProps()` is a bad idea and it will be deprecated soon, version 17 seems to be the last supporting the method with that name. When using...
Hi, I found this project very interesting and I start coding a simple example with Internet Explorer 11. The array.from polyfill does not work if the object is a Set....
I need to set forceConsider argument to _onKeyDown function in event_handler.js to true. How can this be done? The reason I need that is that I need to be able...