react-hotkeys v2.0.0-pre6 Release Notes

Release Date: 2019-05-29 // almost 5 years ago
  • ๐Ÿš€ This release still has a number of known issues, but hopefully it will go some way to addressing some of the issues people are experiencing.

    ๐Ÿ›  Bugfixes

    • Legacy context API has been detected within a strict-mode tree: in StrictMode #151
    • ref prop now has correct TypeScript type (Thanks @natew!) #168
    • ignoreEventsCondition now has correct argument TypeScript definition (Thanks @taromurao!) #170
    • Global hotkeys throwing errors after dom changes (Thanks @mrlubos & @StephenHaney!) #150
    • IgnoreKeys can't handle Backspace #172
    • Duplicate focus tree IDs cause keypresses to be ignored #173

    ๐Ÿ‘Œ Improvements