Deps migration A: three 0.171 -> 0.185 + threlte prerelease -> stable - #62
Merged
Merged
Conversation
…able lockstep - three ^0.185.1; @threlte/core 8.5.16, extras 9.21.0, xr 1.6.1 (off the year-old -next pins) - guardThrelteXr vite transform + optimizeDeps.exclude DELETED: the stable xr package rewrote input handling (setupInputSources keyed map) - the unguarded handedness indexing behind the Cardboard teardown crash no longer exists in the dist; useHand/useController/component APIs unchanged - all 21 three/examples/jsm imports -> three/addons (10 files) - breaking-change sweep vs the official r171->r185 guide: no PCFSoftShadowMap/ RGBELoader/Clock/ColorManagement-rename/toTrianglesDrawMode usages; CapsuleGeometry uses positional args; FBX imports now auto-convert Z-up to Y-up upstream (r183 behavior change, no code needed) - overrides: camera-controls pinned 3.1.0 (3.1.2 declares node>=22 engines; project is engine-strict on node 20; patch-level diff) - postprocessing 6.39 officially supports three 0.185: npm install no longer needs --legacy-peer-deps Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…oot warm-up) three 0.185 + Chromium <=150 (ANGLE D3D11): any shader program FIRST COMPILED while the N8AO pass is enabled links broken - with AO on from boot the whole scene is black (outline pass only); with AO enabled later, every mesh created afterwards renders invisible (its outline still draws). Chromium 151+ fixed the underlying bug, which is why Playwright chromium (151) passed while real Edge/Chrome/Android (150) broke. Fix: AO is gated OFF on Chromium <=150 (UA major) with a one-time toast - lights/shadows/outlines keep working, AO returns with a browser update. A ~10-frame boot warm-up stays as belt-and-braces for unknown engines. Repro/verify: headed+headless screenshots via the installed msedge channel (boot-black, invisible-new-mesh, and post-fix live orbit + toast). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Part A of the post-1.0 dependency migrations (plans-core/pending/deps-migrations-post-1.0.md), targeting the release/1.1 integration branch.
🤖 Generated with Claude Code