Skip to content

Commit 2cc5518

Browse files
committed
Publish v0.5.0
1 parent 1511129 commit 2cc5518

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# [0.5.0](https://github.com/jquense/react-common-hooks/compare/v0.4.16...v0.5.0) (2024-11-25)
2+
3+
4+
* A number of StrictMode fixes and updates (#99) ([1511129](https://github.com/jquense/react-common-hooks/commit/1511129898f9b95659bab7f964fe33528d04b938)), closes [#99](https://github.com/jquense/react-common-hooks/issues/99)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* no longer supports `cancelPrevious` this is always true
10+
11+
* fix:(useDebouncedCallback): Clean up timeout logic in strict mode
12+
13+
* chore: deprecate useWillUnmount
14+
15+
This hook is not possible in StrictMode, and can cause bugs
16+
17+
* fix(useForceUpdate): ensure that chained calls produce an update
18+
19+
* Update useCustomEffect.ts
20+
21+
* address feedback
22+
23+
24+
25+
26+
127
## [0.4.16](https://github.com/jquense/react-common-hooks/compare/v0.4.15...v0.4.16) (2024-02-10)
228

329

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restart/hooks",
3-
"version": "0.4.16",
3+
"version": "0.5.0",
44
"main": "lib/cjs/index.js",
55
"types": "lib/cjs/index.d.ts",
66
"module": "lib/esm/index.js",

0 commit comments

Comments
 (0)