Releases: react-hookz/web
Releases Β· react-hookz/web
v14.6.0
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
14.5.1 (2022-06-30)
Bug Fixes
- useMeasure: support conditional rendering (76ac155), closes #755
v14.5.0
14.5.0 (2022-06-30)
Features
- implement
useHookableRef
hook (f41ab22)
v14.2.3
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
14.2.2 (2022-05-12)
Bug Fixes
useResizeObserver
now respects element changes within ref object (#759) (2a4e848), closes #755
v14.2.1
14.2.1 (2022-05-12)
Bug Fixes
useUnmountEffect
now invokes changing effect functions (#758) (380637a), closes #756