Skip to content

Commit 1a40f5a

Browse files
committed
release: 0.2.17
1 parent e5f0c9e commit 1a40f5a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.2.17
2+
3+
**Core Changes**
4+
5+
- Fix `useNextPathname` to work with Next.js
6+
- Add `useSingleton`
7+
8+
**Misc Changes**
9+
10+
- Refactor `useCompositionInput` to use `useSingleton`
11+
- Refactor `useUncontrolled`, remove the memoization of the inline reducer
12+
113
# 0.2.16
214

315
**Core Changes**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foxact",
3-
"version": "0.2.16",
3+
"version": "0.2.17",
44
"description": "React Hooks/Utils done right. For browser, SSR, and React Server Components.",
55
"sideEffects": false,
66
"private": true,

0 commit comments

Comments
 (0)