Skip to content

Commit 5c4baaa

Browse files
committed
release: 0.3.9
1 parent aa4cd6e commit 5c4baaa

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

packages/foxact/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.3.9
2+
3+
**Core Changes**
4+
5+
- Introduce new `browser`, serves as a drop-in replacement for `react-dom`'s `browser` API for React DOM versions that don't ship it yet. It provides a re-export and automatically falls back to a polyfill so that you can adopt it today.
6+
17
# 0.3.8
28

39
**Core Changes**

packages/foxact/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.3.8",
3+
"version": "0.3.9",
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)