@react-three/fiber 9.4.1 → 9.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/declarations/react-reconciler/index.d.ts +1044 -0
- package/dist/declarations/src/core/reconciler.d.ts +1 -1
- package/dist/declarations/src/core/utils.d.ts +78 -7
- package/dist/events-238e0986.cjs.prod.js +8048 -0
- package/dist/events-358c3764.cjs.dev.js +16245 -0
- package/dist/events-5a94e5eb.esm.js +16187 -0
- package/dist/react-three-fiber.cjs.dev.js +1 -3
- package/dist/react-three-fiber.cjs.prod.js +1 -3
- package/dist/react-three-fiber.esm.js +2 -4
- package/native/dist/react-three-fiber-native.cjs.dev.js +18 -12
- package/native/dist/react-three-fiber-native.cjs.prod.js +18 -12
- package/native/dist/react-three-fiber-native.esm.js +12 -5
- package/package.json +8 -6
- package/react-reconciler/constants.d.ts +7 -0
- package/react-reconciler/constants.js +9 -0
- package/react-reconciler/index.d.ts +1044 -0
- package/react-reconciler/index.js +224 -0
- package/dist/events-1d578043.cjs.dev.js +0 -2569
- package/dist/events-2487ec62.esm.js +0 -2510
- package/dist/events-af6d715d.cjs.prod.js +0 -2569
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @react-three/fiber
|
|
2
2
|
|
|
3
|
+
## 9.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 1050a62bd4bc15e60ab3a65deea08dedfcf24989: Support React 19.2
|
|
8
|
+
|
|
9
|
+
## 9.4.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 3d445fd158b25eb380cd27bd2e01304016aa23e3: fix: Expo SDK 54 compatibility through workaround
|
|
14
|
+
|
|
3
15
|
## 9.4.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|