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
Component tree collapse on selection: selecting a component (via click, component picker, or programmatically) now automatically expands all collapsed ancestor nodes so the selected item is always visible and scrolled into view. Previously the tree could collapse around the selected node, leaving it invisible.
Changed
Dropped collapsed-state persistence: the buggy name-based localStorage persistence for collapsed tree nodes has been removed. Collapsed state now resets on page refresh. The previous implementation collapsed every component sharing the same name whenever any one of them was collapsed, and could re-collapse nodes that were intentionally expanded during selection.
Added
Plugin-level tests moved into repo: tests/preprocessor.test.ts (53 tests) and tests/open-in-editor.test.ts (9 tests) are now versioned in the plugin repo. Previously they lived only in the untracked demo-app.