Releases: kripod/react-hooks
Releases · kripod/react-hooks
[email protected]
[email protected]
2.0.1 (2019-10-16)
Note: Version bump only for package state-hooks
[email protected]
[email protected]
2.0.0 (2019-10-13)
BREAKING CHANGES
- useTimeline: decrease default
maxLength
for better performance (536447f)
v1.4.1
v1.4.0
Added
useViewportScale
,useViewportScrollCoords
anduseViewportSize
hooks (#66)- Optional
maxDeltas
parameter foruseUndoable
to limit amount of history entries (#67)
Changed
- Improve performance of
useNetworkAvailability
by avoiding array allocation during side effect cleanup
v1.3.0
v1.2.1
Changed
- Make callback signature of
useToggle
compatible with the example provided in the docs
Fixed
- Type declaration of
usePrevious
hook - Update
useTimeline
's result when its capacity changes (#31) - Execute Storage API side effects properly (#29)
v1.2.0
Added
usePrevious
hook (#18)useTimeline
hook (#23)