Skip to content

Commit fd7e2db

Browse files
committed
up use-debounce version to 10.0.5
1 parent eede2b8 commit fd7e2db

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## 10.0.5
2+
- Fixed issue https://github.com/xnimorz/use-debounce/issues/192, where isPending remains true with leading: true configuration, thanks to [@elrion018](https://github.com/elrion018)
3+
14
## 10.0.4
2-
- Fix behaviour for strictMode react when leading is set to true and trailing is true
5+
- Fix behaviour for strictMode react when leading is set to true and trailing is true
36

47
## 10.0.3
58
- Removed `peerDependency` part from `package.json` as NPM cannot correctly resolve `peerDependency` for beta and rc versions: see https://stackoverflow.com/questions/67934358/npm-including-all-range-of-pre-release-when-defining-peer-dependency for context

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-debounce",
3-
"version": "10.0.4",
3+
"version": "10.0.5",
44
"description": "Debounce hook for react",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)