Skip to content

Commit 8ca6cd1

Browse files
committed
release: 0.2.42
1 parent 1f139d8 commit 8ca6cd1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.2.42
2+
3+
**Core Changes**
4+
5+
- Add `fetchJsonp` utility function
6+
17
# 0.2.41
28

39
- `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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foxact",
3-
"version": "0.2.41",
3+
"version": "0.2.42",
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)