We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7352f71 + 47ae9b1 commit dbee5a2Copy full SHA for dbee5a2
.changeset/rare-dingos-buy.md
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# classic-react-hooks
2
3
+## 1.2.0
4
+
5
+### Minor Changes
6
7
+- 39f9f42: Add timer cleanup on unmount in use-debounced-fn
8
9
+ - fix #57: Callback is triggered after unmount for use-debounced-fn hook
10
+ - Add tests for timer cleanup and params syncing in use-debounced-fn hook
11
12
## 1.1.0
13
14
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "classic-react-hooks",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "A great collection of React utility hooks",
"keywords": [
"classic-react-hooks",
0 commit comments