Skip to content

Releases: react-hookz/web

v15.0.1

04 Jul 09:51
Compare
Choose a tag to compare

15.0.1 (2022-07-04)

Bug Fixes

  • useLifecycleLogger: rework hook and improve tests coverage (#868) (bfba4c2)

v15.0.0

04 Jul 06:04
Compare
Choose a tag to compare

15.0.0 (2022-07-04)

Bug Fixes

  • useMediaQuery: fix state stuck for concurrent mode (#866) (75db2b5), closes #849

Features

  • implement useControlledRerenderState hook (#865) (ea4545b)
  • useToggle: ignore react events passed to state setter (#867) (085f711), closes #861

BREAKING CHANGES

  • useToggle: useToggle now ignores react events passed to its
    state setter, so it can be used as event handler directly.
  • useMediaQuery: useMediaQuery and useScreenOrientation are
    asynchronous now and yields undefined at very first render, but
    updates to actual value right after.

v14.7.1

03 Jul 07:38
Compare
Choose a tag to compare

14.7.1 (2022-07-03)

Bug Fixes

v14.7.0

30 Jun 21:00
Compare
Choose a tag to compare

14.7.0 (2022-06-30)

Features

v14.6.0

30 Jun 16:00
Compare
Choose a tag to compare

14.6.0 (2022-06-30)

Features

  • useIsMounted: allow to set initial value (a63188a)
  • useSafeState: fix issue with inability to set state before mount (af8f4cd)

v14.5.1

30 Jun 15:20
Compare
Choose a tag to compare

14.5.1 (2022-06-30)

Bug Fixes

  • useMeasure: support conditional rendering (76ac155), closes #755

v14.5.0

30 Jun 14:15
Compare
Choose a tag to compare

14.5.0 (2022-06-30)

Features

  • implement useHookableRef hook (f41ab22)

v14.4.0

30 Jun 09:38
Compare
Choose a tag to compare

14.4.0 (2022-06-30)

Features

v14.3.0

25 Jun 05:49
Compare
Choose a tag to compare

14.3.0 (2022-06-25)

Features

  • useList: port useList from react-use (#810) (73639fb)

v14.2.3

22 Jun 20:17
Compare
Choose a tag to compare

14.2.3 (2022-06-22)

Bug Fixes

  • apply correct order of operations in useRerender (#850) (5fc735a)
  • change storybook builder to webpack5 (#830) (2df44c1)