Releases: playcanvas/react
Releases · playcanvas/react
Release list
@playcanvas/[email protected]
Patch Changes
-
4f25e4e: Fix stale homepage URLs in package metadata:
@playcanvas/reactnow points at the canonical docs path and@playcanvas/blocksat its GitHub README instead of the retired Vercel site. -
f88e26e: Fix the
ScreenandElementcomponents, which previously failed to render.<Element>threwCannot set property aabbon mount: the generated prop schema included read-only engine getters (such asaabb) and tried to assign to them. It also appliednulldefaults for props the user never set, which broke settable-but-initially-null props likecolor(this._color.copy(null)). Read-only accessors are now excluded from the schema, and the schema no longer assignsnull/undefineddefaults.<Screen>rendered nothing becausereferenceResolutionwas applied as a raw array; the engine setter readsvalue.x/value.y, so it now receives aVec2.
Also corrects the
Elementcomponent's JSDoc (previously a copy ofScreen's, with an invalid example).
@playcanvas/[email protected]
Patch Changes
- 4f25e4e: Fix stale homepage URLs in package metadata:
@playcanvas/reactnow points at the canonical docs path and@playcanvas/blocksat its GitHub README instead of the retired Vercel site. - Updated dependencies [4f25e4e]
- Updated dependencies [f88e26e]
- @playcanvas/[email protected]
@playcanvas/[email protected]
Patch Changes
- 8a44703: Fix console errors when using GSplat with playcanvas 2.18+: exclude the read-only
idand the removedlodDistances/splatBudgetproperties from the GSplat schema, and silenceconsole.errorduring mock-component introspection so engine removal notices don't leak at import time.
@playcanvas/[email protected]
Patch Changes
- Updated dependencies [8a44703]
- @playcanvas/[email protected]
@playcanvas/[email protected]
Patch Changes
- c1106f7: Fixed GSplat component props re-application causing splat to disappear during React re-renders. Added equality guards for
instanceandmaterialproperties to prevent destructive setter calls when the value hasn't changed.
@playcanvas/[email protected]
Patch Changes
- Updated dependencies [c1106f7]
- @playcanvas/[email protected]
@playcanvas/[email protected]
Patch Changes
- e564a0e: Fix GSplat
unifiedproperty not being applied correctly. This fix allows users to load Gaussian Splats with LODs.
@playcanvas/[email protected]
Patch Changes
- Updated dependencies [e564a0e]
- @playcanvas/[email protected]
@playcanvas/[email protected]
Patch Changes
- 4f0986c: Relaxed "playcanvas" peer dependency from exact version 2.11.8 to ^2.11.8.
@playcanvas/[email protected]
Patch Changes
- 4f0986c: Moved PlayCanvas from dependencies to peerDependencies (^2.11.8) to align with @playcanvas/react and avoid version conflicts
- Updated dependencies [4f0986c]
- @playcanvas/[email protected]