-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename useDebounceCallback
and useThrottleCallback
#129
Comments
xobotyi
added a commit
that referenced
this issue
Jun 16, 2021
resolves #129 BREAKING CHANGE: `useDebounceCallback` renamed to `useDebouncedCallback` `useThrottleCallback` renamed to `useThrottledCallback`
7 tasks
xobotyi
added a commit
that referenced
this issue
Jun 16, 2021
resolves #129 BREAKING CHANGE: `useDebounceCallback` renamed to `useDebouncedCallback` `useThrottleCallback` renamed to `useThrottledCallback`
xobotyi
added a commit
that referenced
this issue
Jun 16, 2021
resolves #129 BREAKING CHANGE: `useDebounceCallback` renamed to `useDebouncedCallback` `useThrottleCallback` renamed to `useThrottledCallback`
github-actions bot
pushed a commit
that referenced
this issue
Jun 16, 2021
# [3.0.0](v2.2.0...v3.0.0) (2021-06-16) ### Bug Fixes * rename useThrottleCallback and useDebounceCallback ([#130](#130)) ([77f66d7](77f66d7)), closes [#129](#129) ### Features * add `maxWait` parameter to `useDebouncedCallback` hook ([#131](#131)) ([600baa8](600baa8)) * change args for `useThrottledCallback` and `useDebouncedCallback` ([#132](#132)) ([131d98e](131d98e)) * new hooks `useDebouncedEffect` and `useDebouncedState` ([#133](#133)) ([1d164ff](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`
🎉 This issue has been resolved in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
useDebounceCallback
->useDebouncedCallback
useThrottleCallback
->useThrottledCallback
This will result a breaking change
The text was updated successfully, but these errors were encountered: