Skip to content

Releases: imbhargav5/rooks

Release notes

08 Dec 07:55
Compare
Choose a tag to compare

🎉 New custom hook useCountdown added.

Updates and bug fixes

04 Dec 16:27
Compare
Choose a tag to compare
  • Fix types for useOutsideClickRef
  • Internal fixes

New features, bug fixes and better support for intellisense

20 Apr 04:17
Compare
Choose a tag to compare

We fixed numerous bugs and added features in this release.

Some of them are as follows:

  • Critical bug with useKey with refs not detected was fixed
  • useWindowSize now returns innerHeight, innerWidth, outerHeight and outerWidth. It no longer returns height and width which were ambiguous.
  • useWorker has a new signature.
  • useInterval had issues with useState which have been resolved
  • usePrevious has a much simpler implementation using useRef
  • typescript types have been added to all the hooks for typechecking and intellisense
  • Storybook website has been added
  • Uniform major package version for all packages. It makes development easier and it also helps tracking compatibility. We moved to v3 since some packages were on v2 and some were on v1.