Skip to content

Commit 31f41f8

Browse files
authored
feat: Official support for React18 incl StrictMode (#1875)
* chore: update some deps react & testing * fix: cleanup observers in layout cleanup * chore: update peerdeps * chore: add changesets * fix: useTransition on initial mount should run usedTransitions when the component is mounted * chore: bump @types packages and fix TS errors * fix: generic In and Out are reserved words in ts 4.7 resolves #1883 * refactor: use better(?) plugin for snapshots * fix: docs site * chore: tidy ups
1 parent a865bb7 commit 31f41f8

File tree

356 files changed

+1467
-2280
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

356 files changed

+1467
-2280
lines changed

.changeset/orange-rivers-applaud.md

Lines changed: 16 additions & 0 deletions

.changeset/pre.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"mode": "pre",
3+
"tag": "beta",
4+
"initialVersions": {
5+
"@react-spring/demo": "1.0.0",
6+
"@react-spring/docs": "1.0.6",
7+
"@react-spring/animated": "9.4.4",
8+
"@react-spring/core": "9.4.4",
9+
"@react-spring/parallax": "9.4.4",
10+
"@react-spring/rafz": "9.4.4",
11+
"react-spring": "9.4.4",
12+
"@react-spring/shared": "9.4.4",
13+
"@react-spring/types": "9.4.4",
14+
"@react-spring/konva": "9.4.4",
15+
"@react-spring/native": "9.4.4",
16+
"@react-spring/three": "9.4.4",
17+
"@react-spring/web": "9.4.4",
18+
"@react-spring/zdog": "9.4.4"
19+
},
20+
"changesets": []
21+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)