react-hotkeys v2.0.0-pre9 Release Notes

Release Date: 2019-07-11 // almost 5 years ago
  • Potentially Breaking Changes

    • ๐Ÿ”ง The configuration option allowCombinationSubmatches is now ignored when the Cmd key is pressed down (submatches are always allowed when Cmd is pressed). This is to fix the following bug.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix moving between actions bound to the Cmd (Meta) key (e.g.cmd+1 -> cmd+2 without releasing Cmd) #201