Skip to content

Releases: react-hookz/web

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)

v14.2.2

12 May 13:31
Compare
Choose a tag to compare

14.2.2 (2022-05-12)

Bug Fixes

  • useResizeObserver now respects element changes within ref object (#759) (2a4e848), closes #755

v14.2.1

12 May 12:28
Compare
Choose a tag to compare

14.2.1 (2022-05-12)

Bug Fixes

  • useUnmountEffect now invokes changing effect functions (#758) (380637a), closes #756

v14.2.0

12 May 10:52
Compare
Choose a tag to compare

14.2.0 (2022-05-12)

Features

  • useVibration hook implementation and docs (#757) (db40294)

v14.1.0

12 May 08:06
Compare
Choose a tag to compare

14.1.0 (2022-05-12)

Features

  • useCounter: port useCounter from react-use (#751) (510947b), closes #33