github imbhargav5/rooks v3.0.0
New features, bug fixes and better support for intellisense

latest releases: rooks@7.14.1, rooks@7.14.0, rooks@7.13.0...
5 years ago

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.

Don't miss a new rooks release

NewReleases is sending notifications on new releases.