react-hotkeys
react-hotkeys copied to clipboard
Declarative hotkey and focus area management for React
Bumps [jsdom](https://github.com/jsdom/jsdom) from 13.1.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
Please forgive me if this is already available. I did search issues, PR's, and code but did not see a way to handle this. **Is your feature request related to...
**Describe the bug** When HotKeys component gets unmounted, it internally calls this line of code `this.logger.verbose(this.logger.nonKeyEventPrefix(componentId), 'De-registered component. Remaining component Registry:\n', "".concat(printComponent(this.componentTree.toJSON())));` Even that `.verbose` is noop, the serialization of...
**Description** Variant A: `getApplicationKeyMap()` does not update During mounting multiple components, each using an instance of `GlobalHotKeys`, I noticed, that only the hotkeys of the last component mounted show up...
**Describe the bug** - A user just clicked a menu item. - They then use the `meta + enter` combo to run an unrelated task. - Since they used the...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.4 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
**Describe the bug** Hotkeys fires only once and the only way to fire them again it to set the focus on another element. **How are you using react hotkeys components?...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.6.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...