v0.6.4
What's Changed
Fixed
- Pages section now groups by name prefix. The prefix-tree grouping (≥3 items sharing a
"<Prefix> - <Suffix>"name collapse under a<Prefix>group) applied only to component sections — the Pages list rendered flat, because the tree builder walkedthis.items(components) and neverthis.pages. Addedcomponents.pagesTreeand gave the Pages section the same search-vs-tree rendering, so e.g. "Hlavička - static / sticky / absolute / fixed" collapse under a "Hlavička" group (prefixes with < 3 members stay flat, same rule as components). (#59)
Pull Requests
Full Changelog: v0.6.3...v0.6.4