This repository has been archived by the owner on Dec 5, 2021. It is now read-only.
fix(deps): update dependency react-three-fiber to v6 #45
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.1.1
->6.0.13
Release Notes
pmndrs/react-three-fiber
v5.3.22
Compare Source
v5.3.21
Compare Source
v5.3.20
Compare Source
v5.3.19
Compare Source
v5.3.18
Compare Source
v5.3.17
Compare Source
v5.3.16
Compare Source
v5.3.15
Compare Source
v5.3.14
Compare Source
v5.3.13
Compare Source
v5.3.12
Compare Source
v5.3.11
Compare Source
v5.3.10
Compare Source
v5.3.9
Compare Source
v5.3.8
Compare Source
v5.3.7
Compare Source
v5.3.6
Compare Source
v5.3.5
Compare Source
v5.3.4
Compare Source
v5.3.3
Compare Source
v5.3.1
Compare Source
v5.3.0
Compare Source
v5.2.1
Compare Source
v5.2.0
Compare Source
v5.1.9
Compare Source
v5.1.8
Compare Source
v5.1.7
Compare Source
v5.1.6
Compare Source
v5.1.5
Compare Source
v5.1.4
Compare Source
v5.1.3
Compare Source
v5.1.2
Compare Source
v5.1.1
Compare Source
v5.1.0
Compare Source
v5.0.6
Compare Source
v5.0.5
Compare Source
v5.0.4
Compare Source
v5.0.3
Compare Source
v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
<Dom />
,{ __$ } = useLoader
,sRGB
viewport()
, calculates precise viewport bounds + distanceCurrent viewport is responsive to screen resize, that makes no sense because the viewport is reliant on the camera position. If the camera changes/moves, the last viewport is obsolete.
viewport.width/height/etc
will still work as always, but calling it as a function gives you recalculated, fresh values.Crashes in loaders were previously swallowed, these will now throw so that you can catch then properly with error-boundaries. You also can tap into the loading process.
Primitives are objects that are created imperatively, they should not be freed or disposed of by r3f.
Previously:
V5:
In the unlikely case that you do want to dispose a primitive (i would be OK with not documenting that at all, primitives should normally not be touched by r3f):
R3f uses use-asset instead of react-promise-suspense, which has better cache busting strategies and preload support.
v4.2.21
Compare Source
v4.2.20
Compare Source
v4.2.19
Compare Source
v4.2.18
Compare Source
v4.2.17
Compare Source
v4.2.16
Compare Source
v4.2.15
Compare Source
v4.2.14
Compare Source
v4.2.13
Compare Source
v4.2.12
Compare Source
v4.2.11
Compare Source
v4.2.10
Compare Source
v4.2.9
Compare Source
v4.2.8
Compare Source
v4.2.7
Compare Source
v4.2.6
Compare Source
v4.2.5
Compare Source
v4.2.4
Compare Source
v4.2.3
Compare Source
v4.2.2
Compare Source
v4.2.0
Compare Source
v4.1.4
Compare Source
v4.1.3
Compare Source
v4.1.2
Compare Source
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.