Skip to content

Releases: react-hookz/web

v12.3.0

17 Jan 11:14
Compare
Choose a tag to compare

12.3.0 (2022-01-17)

Features

v12.2.0

14 Jan 02:28
Compare
Choose a tag to compare

12.2.0 (2022-01-14)

Features

v12.1.2

13 Jan 08:44
Compare
Choose a tag to compare

12.1.2 (2022-01-13)

Bug Fixes

  • move to stricter linting configuration (#580) (f455992)

v12.1.1

11 Jan 08:39
Compare
Choose a tag to compare

12.1.1 (2022-01-11)

Bug Fixes

  • useLocalStorage, useSessionStorage: replace hook with noop in case of storage absence. (#540) (790b302), closes #521

v12.1.0

11 Jan 07:53
Compare
Choose a tag to compare

12.1.0 (2022-01-11)

Features

  • useMeasure, useResizeObserver: ability to disable observation (#573) (4c6f074), closes #523

v12.0.4

23 Dec 12:46
Compare
Choose a tag to compare

12.0.4 (2021-12-23)

Bug Fixes

  • correct the way js-cookie imported (91b2d05)

v12.0.3

23 Dec 11:50
Compare
Choose a tag to compare

12.0.3 (2021-12-23)

Bug Fixes

v12.0.2

10 Dec 03:18
Compare
Choose a tag to compare

Manual release to trigger updating docs.

Full Changelog: v12.0.1...v12.0.2

v12.0.1

10 Dec 02:57
9edad75
Compare
Choose a tag to compare

What's Changed

  • docs: includes example import statements on all docs pages by @JoeDuncko in #361
  • fix code example typo by @Rey-Wang in #383
  • docs: fix useDebouncedCallback and useThrottledCallback docs by @JoeDuncko in #385

Full Changelog: v12.0.0...v12.0.1

v12.0.0

01 Oct 08:14
Compare
Choose a tag to compare

12.0.0 (2021-10-01)

Features

  • exclude @types/react and @types/react-dom from deps (bcaca2e), closes #353

BREAKING CHANGES

  • @types/react and @types/react-dom are no more
    presented in dependencies.