Releases: streamich/react-use
Releases Β· streamich/react-use
v15.3.1
15.3.1 (2020-06-29)
Bug Fixes
- usePrevious: revert the reworked variant as a fix of #1315 (a4279eb)
v15.3.0
15.3.0 (2020-06-19)
Features
- usePrevious: reworked the hook, now it is more memory-efficient. (8c6f467)
v15.2.5
15.2.5 (2020-06-15)
Bug Fixes
- bump react-universal-interface (1540c1a)
v15.2.4
15.2.4 (2020-06-13)
Bug Fixes
- doesn't unlock the body on unmount (1ead4ef)
v15.2.3
15.2.3 (2020-06-13)
Bug Fixes
- π improve how text is dropped in useDrop hook (b2f46d1)
v15.2.2
15.2.2 (2020-06-08)
Bug Fixes
- repair useKeyboardJs hook (8410bb0)
v15.2.1
15.2.1 (2020-06-08)
Bug Fixes
- π bump fast-deep-equal, and consume it through ES import (f3c715c)
v15.1.1
15.1.1 (2020-05-30)
Bug Fixes
- π use useIsomorphicLayoutEffect everywhere (dad26e5)
v15.1.0
15.1.0 (2020-05-18)
Bug Fixes
- display alert timeout in story (2bb65ef)
- mutate ref in render directly (5488f5e)
Features