v0.4.3
What's Changed
Added
- Sidebar prefix tree. Components whose display name shares a
<Prefix> - <Suffix>shape are grouped into collapsible sidebar nodes (a prefix with ≥ 3 members), and children show the suffix only (Article ▸ content / image / links). Singletons and names without-stay flat with their full name. Groups are expanded by default, collapse state persists (sg-groups), and the active item's group auto-expands; a search query flattens the tree to full-name results. Purely presentational — derived from names at render time, no metadata/API change, so it benefits every downstream project automatically. (#38)
Pull Requests
- #39 — feat(sidebar): prefix tree grouping (Article ▸ content / image / links)
Full Changelog: v0.4.2...v0.4.3