@react-three/fiber 8.0.0-beta-05 → 8.0.0-beta.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @react-three/fiber
2
2
 
3
+ ## 8.0.0-beta.0
4
+
5
+ ### Patch Changes
6
+
7
+ - cf6316c: new beta for library testing
8
+
3
9
  ## 7.0.25
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,7 @@
1
1
  export * from './three-types';
2
2
  import * as ReactThreeFiber from './three-types';
3
3
  export { ReactThreeFiber };
4
+ export type { BaseInstance, LocalState } from './core/renderer';
4
5
  export type { Intersection, Subscription, Dpr, Size, Viewport, Camera, RenderCallback, Performance, RootState, } from './core/store';
5
6
  export type { ThreeEvent, Events, EventManager } from './core/events';
6
7
  export type { ObjectMap } from './core/utils';
@@ -1,6 +1,7 @@
1
1
  export * from './three-types';
2
2
  import * as ReactThreeFiber from './three-types';
3
3
  export { ReactThreeFiber };
4
+ export type { BaseInstance, LocalState } from './core/renderer';
4
5
  export type { Intersection, Subscription, Dpr, Size, Viewport, Camera, RenderCallback, Performance, RootState, } from './core/store';
5
6
  export type { ThreeEvent, Events, EventManager } from './core/events';
6
7
  export type { ObjectMap } from './core/utils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-three/fiber",
3
- "version": "8.0.0-beta-05",
3
+ "version": "8.0.0-beta.0",
4
4
  "description": "A React renderer for Threejs",
5
5
  "keywords": [
6
6
  "react",
@@ -46,10 +46,8 @@
46
46
  "react-merge-refs": "^1.1.0",
47
47
  "react-reconciler": "^0.27.0-rc.0",
48
48
  "react-use-measure": "^2.1.1",
49
- "resize-observer-polyfill": "^1.5.1",
50
49
  "scheduler": "0.21.0-rc.0",
51
50
  "suspend-react": "^0.0.8",
52
- "utility-types": "^3.10.0",
53
51
  "zustand": "^3.5.10"
54
52
  },
55
53
  "peerDependencies": {