Skip to content

Commit

Permalink
v9.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Nov 15, 2024
1 parent 451d68d commit fde05ed
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@react-spring/three": "^9.7.3",
"@react-three/drei": "^9.105.5",
"@use-gesture/react": "latest",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react-use-refs": "^1.0.1",
"three": "^0.160.0",
"three-stdlib": "^2.29.9",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
"lint-staged": "^12.3.7",
"prettier": "^2.6.1",
"pretty-quick": "^3.1.3",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react-native": "0.69.3",
"react-test-renderer": "19.0.0-rc.0",
"react-test-renderer": "19.0.0-rc.1",
"three": "^0.141.0",
"three-stdlib": "^2.13.0",
"ts-jest": "^29.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/fiber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-three/fiber",
"version": "9.0.0-rc.0",
"version": "9.0.0-rc.1",
"description": "A React renderer for Threejs",
"keywords": [
"react",
Expand Down Expand Up @@ -50,8 +50,8 @@
"buffer": "^6.0.3",
"debounce": "^1.2.1",
"its-fine": "^1.2.5",
"react-reconciler": "0.31.0-rc.0",
"scheduler": "0.25.0-rc.0",
"react-reconciler": "0.31.0-rc.1",
"scheduler": "0.25.0-rc.1",
"suspend-react": "^0.1.3",
"zustand": "^4.1.2"
},
Expand Down
24 changes: 12 additions & 12 deletions packages/fiber/src/core/reconciler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ const createReconciler = Reconciler as unknown as <
requestPostPaintCallback(callback: (time: number) => void): void
// https://github.com/facebook/react/pull/26025
shouldAttemptEagerTransition(): boolean
// https://github.com/facebook/react/pull/31528
trackSchedulerEvent(): void
// https://github.com/facebook/react/pull/31008
resolveEventType(): null | string
resolveEventTimeStamp(): number

/**
* This method is called during render to determine if the Host Component type and props require some kind of loading process to complete before committing an update.
Expand Down Expand Up @@ -599,21 +604,16 @@ export const reconciler = createReconciler<
detachDeletedInstance() {},
prepareScopeUpdate() {},
getInstanceFromScope: () => null,
shouldAttemptEagerTransition() {
return false
},
shouldAttemptEagerTransition: () => false,
trackSchedulerEvent: () => {},
resolveEventType: () => null,
resolveEventTimeStamp: () => -1.1,
requestPostPaintCallback() {},
maySuspendCommit() {
return false
},
preloadInstance() {
return true // true indicates already loaded
},
maySuspendCommit: () => false,
preloadInstance: () => true, // true indicates already loaded
startSuspendingCommit() {},
suspendInstance() {},
waitForCommitToBeReady() {
return null
},
waitForCommitToBeReady: () => null,
NotPendingTransition: null,
setCurrentUpdatePriority(newPriority: number) {
currentUpdatePriority = newPriority
Expand Down
4 changes: 2 additions & 2 deletions packages/test-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-three/test-renderer",
"version": "9.0.0-rc.0",
"version": "9.0.0-rc.1",
"description": "Test Renderer for react-three-fiber",
"author": "Josh Ellis",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
},
"peerDependencies": {
"react": ">=19.0",
"@react-three/fiber": "9.0.0-rc.0",
"@react-three/fiber": "9.0.0-rc.1",
"three": ">=0.141"
}
}
56 changes: 28 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8979,17 +8979,17 @@ react-devtools-core@4.24.0:
shell-quote "^1.6.1"
ws "^7"

react-dom@19.0.0-rc.0:
version "19.0.0-rc.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.0-rc.0.tgz#6ef81d293f3a3b366bb9cfa0d927a971479c1b3a"
integrity sha512-MhgN2RMYFUkZekkFbsXg9ycwEGaMBzATpTNvGGvWNA9BZZEkdzIL4pv7iDuZKn48YoGARk8ydu4S+Ehd8Yrc4g==
react-dom@19.0.0-rc.1:
version "19.0.0-rc.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.0-rc.1.tgz#497b48fca5e92916472bd50ac6e5f861032c33e9"
integrity sha512-k8MfDX+4G+eaa1cXXI9QF4d+pQtYol3nx8vauqRWUEOPqC7NQn2qmEqUsLoSd28rrZUL+R3T2VC+kZ2Hyx1geQ==
dependencies:
scheduler "0.25.0-rc.0"
scheduler "0.25.0-rc.1"

react-is@19.0.0-rc.0:
version "19.0.0-rc.0"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.0.0-rc.0.tgz#f22acc108348fe9d56c788e5b093e001c835b51e"
integrity sha512-Du6/ueMEZSgY66ssdMBnJFXvJ9ViCUKvRi0sBjxpxcyxlw/dcgSbIl0ahwCsyBEE5TECnymWrMGQ48Dc6VkvUQ==
react-is@19.0.0-rc.1:
version "19.0.0-rc.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.0.0-rc.1.tgz#8b819bdd8f45702c7466e694ed90c5aa9c9e2be4"
integrity sha512-D6AbvUGS+i2lK3yC1a+iSicqWhIenYGxYUd7j0JJxunlk0RSAy/yRo58Mh5JJcAVQfNhej20nCwJVehYpNwNiA==

"react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^18.0.0:
version "18.2.0"
Expand Down Expand Up @@ -9060,12 +9060,12 @@ react-native@0.69.3:
whatwg-fetch "^3.0.0"
ws "^6.1.4"

react-reconciler@0.31.0-rc.0:
version "0.31.0-rc.0"
resolved "https://registry.yarnpkg.com/react-reconciler/-/react-reconciler-0.31.0-rc.0.tgz#1040969b0b86460eeeaae4116d6418f0c2fb4924"
integrity sha512-hOHzEH+aXLQGJjEoFkz2fX5ZQCDu0VjZfhyhIqRyJrz3bwkdEloH3y+xx8/HVr8oqcm65o9/9yaK97dH+tRP2A==
react-reconciler@0.31.0-rc.1:
version "0.31.0-rc.1"
resolved "https://registry.yarnpkg.com/react-reconciler/-/react-reconciler-0.31.0-rc.1.tgz#39e9fdbe57dfb0a9310f48720b8a5180756ed3a1"
integrity sha512-00zcXpgYtum76DyrmzDWyg6MeyWWputWTHQUQO22P3rbtUfK1fWll4aZhS9jp215aCicM98TANJ88ITeyh8aZQ==
dependencies:
scheduler "0.25.0-rc.0"
scheduler "0.25.0-rc.1"

react-refresh@^0.10.0:
version "0.10.0"
Expand All @@ -9090,23 +9090,23 @@ react-shallow-renderer@16.15.0:
object-assign "^4.1.1"
react-is "^16.12.0 || ^17.0.0 || ^18.0.0"

react-test-renderer@19.0.0-rc.0:
version "19.0.0-rc.0"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-19.0.0-rc.0.tgz#7b9fb94969d862c01b7bf0c68fbf6ff8c2b68680"
integrity sha512-RlAYJEfaOSu5tDrhWhdWWCg/nv+1DQzPYVDhdfqscVyXu340G5YU0i3wl8PxaA+hBe0Dq0L3KNgAoGz4i0au4Q==
react-test-renderer@19.0.0-rc.1:
version "19.0.0-rc.1"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-19.0.0-rc.1.tgz#a3cea1b8b6e0d02ccd390836287ac92a169b688e"
integrity sha512-RU6qY0dE8Myi1bDOPqObnZM7yL3RdKxVuQI8BIvhfeAqDDxeRSenj6dLTP/R70QA/K1yV6p3ozKQgFS7F4y6og==
dependencies:
react-is "19.0.0-rc.0"
scheduler "0.25.0-rc.0"
react-is "19.0.0-rc.1"
scheduler "0.25.0-rc.1"

react-use-refs@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/react-use-refs/-/react-use-refs-1.0.1.tgz#44cab5f4764b3fa4a112189c0058fc8752d1eb2c"
integrity sha512-zVmPRY5DJhzjGgmlIWw9pkdCNlIdrfsEXgdzcSau3MSpKPVuwRQU6DoviwH5f9n5Hc+M2HWW7mkRWbX+4eyC8w==

react@19.0.0-rc.0:
version "19.0.0-rc.0"
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0-rc.0.tgz#9f1e9965c30948b472adcf5ba5184413375e4a40"
integrity sha512-8nrDCl5uE54FHeKqKrEO0TS+10bT4cxutJGb2okiJc0FHMQ6I3FeItaqly/1nbijlhSO3HmAVyPIexIQQWYAtQ==
react@19.0.0-rc.1:
version "19.0.0-rc.1"
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0-rc.1.tgz#469cc8ae6bdba224dcaab10ad6c4d90843f21352"
integrity sha512-NZKln+uyPuyHchzP07I6GGYFxdAoaKhehgpCa3ltJGzwE31OYumLeshGaitA1R/fS5d9D2qpZVwTFAr6zCLM9w==

read-pkg-up@^7.0.1:
version "7.0.1"
Expand Down Expand Up @@ -9492,10 +9492,10 @@ saxes@^5.0.1:
dependencies:
xmlchars "^2.2.0"

scheduler@0.25.0-rc.0:
version "0.25.0-rc.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.25.0-rc.0.tgz#52ca287c10710479feb395665b4b8a4a8db003bf"
integrity sha512-B3aSqMfoRkucM94MztZD1CyNyf68W9A3dL/TT453G6uNcxMBqGQ+rhFKyxNnWH/mfRHlGBr0tF0F472JCETH4g==
scheduler@0.25.0-rc.1:
version "0.25.0-rc.1"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.25.0-rc.1.tgz#93cce5f24d1c4e7193fb21d953bbc05aad5bfab2"
integrity sha512-fVinv2lXqYpKConAMdergOl5owd0rY1O4P/QTe0aWKCqGtu7VsCt1iqQFxSJtqK4Lci/upVSBpGwVC7eWcuS9Q==

scheduler@^0.21.0:
version "0.21.0"
Expand Down

0 comments on commit fde05ed

Please sign in to comment.