Skip to content

Releases: react-hookz/web

v13.0.0

25 Feb 16:01

Choose a tag to compare

13.0.0 (2022-02-25)

Features

  • useMediaQuery: add synchronous mql state fetch (0e0be56)
  • implement new hook - useScreenOrientation (107cc21)

BREAKING CHANGES

  • useMediaQuery: useMediaQuery now does synchronous fetch, this means
    that in browser it will return final state on first render, while SSR
    mode still return undefined.
    SSR users should set second parameter of this hook to true, to
    postpone state fetch until effects phase.

v12.3.0

17 Jan 11:14

Choose a tag to compare

12.3.0 (2022-01-17)

Features

v12.2.0

14 Jan 02:28

Choose a tag to compare

12.2.0 (2022-01-14)

Features

v12.1.2

13 Jan 08:44

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

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

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

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

Choose a tag to compare

12.0.3 (2021-12-23)

Bug Fixes

v12.0.2

10 Dec 03:18

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

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