Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/component-tweaks-for-gizmo-mode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-sails-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/details-panel-subcomponents.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-world-state-stream-memory-leak.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# motion-tools

## 1.33.1

### Patch Changes

- ac05fed: Default `Line` and `Mesh` opacity to `1`, fix `LineDots` instance ID tracking, enable BVH raycasting in `'gizmo'` interaction mode, fix stale matrix reads in `SelectedTransformControls`, and add `isOpen` / `close` to `Popover` snippets plus a `shapes` icon and `disableTooltip` prop on dashboard `Button`
- dc668f7: Feat: force directed graph labels
- a0cd017: Split the Details overlay into focused subcomponents under `details/` and expose a `details-extensions` portal target for plugin-supplied editors
- 0b7b924: Fix unbounded memory growth from the world state transform stream

## 1.33.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/motion-tools",
"version": "1.33.0",
"version": "1.33.1",
"description": "Motion visualization with Viam",
"license": "Apache-2.0",
"type": "module",
Expand Down