3.0.0 (2021-06-16)
Bug Fixes
Features
- add
maxWait
parameter touseDebouncedCallback
hook (#131) (600baa8) - change args for
useThrottledCallback
anduseDebouncedCallback
(#132) (131d98e) - new hooks
useDebouncedEffect
anduseDebouncedState
(#133) (1d164ff)
BREAKING CHANGES
delay
anddeps
arguments are swapped position for
useThrottledCallback
anduseDebouncedCallback
hooks to be aligned
withuseCallback
signature.useDebounceCallback
renamed touseDebouncedCallback
useThrottleCallback
renamed touseThrottledCallback