github react-hookz/web v3.0.0

latest releases: v14.3.0, v14.2.3, v14.2.2...
2 years ago

3.0.0 (2021-06-16)

Bug Fixes

  • rename useThrottleCallback and useDebounceCallback (#130) (77f66d7), closes #129

Features

  • add maxWait parameter to useDebouncedCallback hook (#131) (600baa8)
  • change args for useThrottledCallback and useDebouncedCallback (#132) (131d98e)
  • new hooks useDebouncedEffect and useDebouncedState (#133) (1d164ff)

BREAKING CHANGES

  • delay and deps arguments are swapped position for
    useThrottledCallback and useDebouncedCallback hooks to be aligned
    with useCallback signature.
  • useDebounceCallback renamed to useDebouncedCallback
    useThrottleCallback renamed to useThrottledCallback

Don't miss a new web release

NewReleases is sending notifications on new releases.