Skip to content

Commit e032fdd

Browse files
committed
release: 0.2.41
1 parent db768a1 commit e032fdd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.41
2+
3+
- `useComponentWillReceiveUpdate` now returns whether the props have changed. You can early return your component to skip the JSX creation, so React can re-execute the component function earlier.
4+
15
# 0.2.40
26

37
**Core Changes**

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foxact",
3-
"version": "0.2.40",
3+
"version": "0.2.41",
44
"private": true,
55
"description": "React Hooks/Utils done right. For browser, SSR, and React Server Components.",
66
"homepage": "https://foxact.skk.moe",

0 commit comments

Comments
 (0)