Releases: streamich/react-use
Releases Β· streamich/react-use
v17.0.0
17.0.0 (2021-01-31)
Features
- refactor the useNetwork hook. (23037f2)
BREAKING CHANGES
useNetwork
hook renamed to useNetworkState
.
v16.1.0
16.1.0 (2021-01-31)
Features
- improve
on
and off
util functions typing. (723c588)
v16.0.0
16.0.0 (2021-01-30)
chore
- refactoring and rearrangement. (a27f09f)
BREAKING CHANGES
- all
create*
factories been moved to factory
subdirectory and in case direct import should be imported like react-use/esm/factory/createBreakpoint
comps
directory renamed to component
v15.3.8
15.3.8 (2021-01-08)
Bug Fixes
- improve useStateValidator and useMultiStateValidator typings. (acff81d)
v15.3.4
15.3.4 (2020-09-04)
Bug Fixes
- useLongPress hook linting fixes. (479dd99)
v15.3.3
15.3.3 (2020-07-24)
Bug Fixes
- replace createFactory usages with createElement (ad29bea)
v15.3.2
15.3.2 (2020-06-29)
Bug Fixes
- useFullscreen: fix typings so #1205 can be merged. (e6e55a3)
v15.3.1
15.3.1 (2020-06-29)
Bug Fixes
- usePrevious: revert the reworked variant as a fix of #1315 (a4279eb)