Continuous Releases from main
chore: update versions (#202)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>11 hours ago4c3026e
Add Gizmo component (#191)
* feat: add Gizmo component for scene manipulation
- Introduced a new Gizmo component that allows users to manipulate nodes in the scene using rotate, scale, and translate modes.
- The component utilizes PlayCanvas's Gizmo classes and integrates with the application context for camera handling.
- Added props for camera, nodes, mode, and a commit callback to handle updates after transformations.
- Included detailed documentation and example usage for the new component.
* feat: add changeset for new Gizmo component
- Introduced a new changeset file to document the addition of the Gizmo component.
- Updated the components index to export the new Gizmo component alongside existing components.11 hours ago62d7178
chore(deps): update actions/checkout action to v5 (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>yesterdayf0de5c9
Pointer event tests (#207)
* Add tests for usePicker hook functionality
- Introduced a new test file for the usePicker hook, validating its behavior with pointer events, canvas resizing, and entity registration.
- Ensured that the picker does not prepare or select when no pointer events are present, and correctly responds to pointer interactions when events are registered.
- Added checks for proper unsubscription of update handlers on component unmount and verified that the picker resizes appropriately on canvas size changes.
* Implement changeset to ensure Picker is not running unnecessarily in the @playcanvas/react package.
* Update packages/lib/src/utils/picker.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* linting fixes
* removing pointer event
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>yesterday0b08685
Check for bound pointerEvents in the onInteractionEvent callback (#205)
* Check if there are any bound pointerEvents in the onInteractionEvent callback
* Add changesetyesterday1e8d7e6
chore(deps): update dependency node to v22 (#206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>yesterdaya22c033
fix(deps): update all npm dependencies (#200)
* fix(deps): update all npm dependencies
* changeset
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mark Lundin <mlundin@snapchat.com>yesterday28998cb
SplatViewer Antialiasing (#201)
* Enhance SplatViewer component by adding graphicsDeviceOptions for improved rendering performance
* Added changeset for SplatViewer initialization to ensure it starts without anti-aliasing.last weekb019445