Skip to content

Files

Latest commit

author
Johannes Klauss
Aug 24, 2019
78f63dd · Aug 24, 2019

History

History
53 lines (40 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

53 lines (40 loc) · 1.27 KB

[1.5.2] - 24-Aug-2019

  • Update readme.
  • Bump hotkeys version to 3.7.1

[1.5.1] - 21-Jul-2019

  • Update readme.

[1.5.0] - 21-Jul-2019

  • Callback gets memoised inside hook by default
  • Add memo deps array as third argument to hook

[1.4.0] - 03-Jun-2019

  • Add callback to useEffect deps to allow update of hotkeys when callback changes
  • This also fixes the stale state bug
  • Bump hotkeys version to 3.6.11

[1.3.4] - 11-May-2019

  • Bump hotkeys version to 3.6.8

[1.3.3] - 02-May-2019

  • Removed console.logs
  • tightened source
  • Updated docz

[1.3.0] - 06-Apr-2019

  • Fixed bind and unbind on every render
  • Updated docz to make it work with the new deps array

[1.2.0] - 30-Mar-2019

  • Updated hotkeys
  • Support for hotkeys 3.6
  • Fixed typos in docz

[1.1.1] - 20-Feb-2019

  • Updated examples in readme.md

[1.1.0] - 20-Feb-2019

  • BC: Renamed useHotKeys to useHotkeys to keep it identical with the hotkeys package
  • Switched to docz for documentation
  • Switched to pika for packaging and publishing

[1.0.3] - 13-Feb-2019

  • Bumped up hotkeys-js version to 3.4.4

[1.0.2] - 07-Feb-2019

  • Bumped up hotkeys-js version

[1.0.1] - 07-Feb-2019

  • Bumped peerDependencies for react and react-dom
  • Cleaned up repository

[0.1.2] - 15-Jan-2019

  • Initial release