Skip to content

v0.6.4

Choose a tag to compare

@parisek parisek released this 22 Jun 15:10
cb87bb5

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 walked this.items (components) and never this.pages. Added components.pagesTree and 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

  • #59 — fix(sidebar): prefix-tree grouping for the Pages section
  • #60 — chore(release): 0.6.4

Full Changelog: v0.6.3...v0.6.4