You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@viamrobotics/motion-tools@1.30.0
Minor Changes
a62cf24: feat: disallow edit components where fragment has variables; update props for Visualizer component
Docs verdict: no guide changes needed. The only changelog entry — #709Move query dev tools to <Debug /> plugin — relocates an undocumented enableQueryDevtools setting into a new optional plugin. None of guides/embedding.mdx, guides/local-usage.mdx, guides/worldstatestore.mdx, or migration/v1-to-v2.mdx reference query devtools or the <Debug /> plugin, and #709 already ships its own plugins/debug.mdx page.
No guide updates needed. #715 renames a field on the internal localConfigProps prop (not used in any guide), and #709 moves the TanStack Query devtools behind an optional <Debug /> plugin (also unreferenced in current guides — and #709 itself already trimmed the stale <DrawService /> bullet from embedding.mdx).
No docs changes needed for this release — all three changelog entries (#715 prop rename on embedded-mode LocalConfigProps, #709 TanStack devtools moved into a new <Debug /> plugin that documents itself, #718/#719 invisible-entity transform-controls fix) are internal or net-new surfaces not referenced in guides/embedding.mdx, guides/local-usage.mdx, guides/worldstatestore.mdx, or migration/v1-to-v2.mdx.
Disallow edit components where fragment has variables; rename componentToFragId → componentNameToFragmentInfo on localConfigProps
(D) — the renamed prop lives on localConfigProps (passed to <Visualizer> for embedded mode); no current guide documents this prop, so no user following guides/embedding.mdx is affected.
(D) — net-new plugin surface with its own docs page (docs/plugins/debug.mdx). The embedding guide already doesn't reference enableQueryDevtools or SvelteQueryDevtools, so no edit needed in the four targeted guides.
(D) — internal scene behavior fix. No API surface change.
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
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@viamrobotics/motion-tools@1.30.0
Minor Changes
<Debug />pluginPatch Changes