crooks

A collection of eclectic react hooks

MIT License

Downloads
70
Stars
215
Committers
1

Bot releases are hidden (Show)

crooks - v2.0.1 Updated readme Latest Release

Published by chrisjpatty over 1 year ago

Updated readme to reflect changes to useKeyboardShortcut

  • Updated readme e326cd9

https://github.com/chrisjpatty/crooks/compare/v2.0.0...v2.0.1

crooks - v2.0.0 Full Typescript Support

Published by chrisjpatty over 1 year ago

Crooks has been fully converted to Typescript. While nearly all hook APIs have remained the same, there is one breaking change to be aware of:

  • useKeyboardShortcut

    • keyCode is now key, and uses the KeyboardEvent.key API
    • action is now onKeyPressed
  • Merge pull request #3 from chrisjpatty/v2.0.0 09e5e7c

  • Converted library to typescript 3c8bb82

  • Incremented version number to update readme cd95e2b

  • Added tests to cover last remaining lines b749de7

  • Updated travis CI build config e0c26cd

  • Reordered badges a6275ff

  • Fixed npm badge 3d6e5e9

  • Added coveralls config edcce50

  • Added build and coverage badge d07a9cb

  • Updated gitignore 2da7b11

  • Replaced travis config c550d12

  • Added travis cli config 0e06e87

  • Replaced test script e64aaa2

https://github.com/chrisjpatty/crooks/compare/v1.0.22...v2.0.0

crooks - Unit tests & bug fixes.

Published by chrisjpatty over 5 years ago

Fixed bugs with localstorage initialization.
Added unit tests for all crooks.

Package Rankings
Top 8.47% on Npmjs.org
Badges
Extracted from project README
Coverage Status code style: prettier