Skip to content

Commit 4e006b3

Browse files
christian-huehn-mwclaude
authored andcommitted
docs(visualization): document branch changes in changelog
Add Unreleased entries covering the work on this branch: the redesigned File Explorer sidebar drawer, the new collapsible mode, faster blacklist operations via cached ignore engines, the loading-spinner fix, and the FontAwesome 7 upgrade. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6f97dbd commit 4e006b3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

visualization/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
1010
### Added 🚀
1111

1212
- **Label Size slider**: New slider in the Label Settings panel scales floating label text (name, metric value, and "+N more" badge) between 0.75× and 2.5×. The setting is preserved in scenarios.
13+
- **File Explorer sidebar**: The file tree was redesigned as a dedicated left-side sidebar drawer that overlays the codemap. The drawer adds a Shown/Flattened/Hidden chip row at the top, a sort control, and click-to-edit popovers for the active flatten and exclude rules.
14+
- **Collapsible File Explorer**: The sidebar can now be collapsed via the `«` button in the header. Collapsed mode shows a small floating search box (with the kebab Flatten/Exclude menu) pinned at the top-left, freeing the full viewport for the codemap. Re-expand with the folder-tree button.
15+
16+
### Changed
17+
18+
- **Faster blacklist operations**: Adding or removing flatten and exclude patterns is significantly faster on large codebases — the matching engines are now cached and only rebuilt when the blacklist itself changes.
1319

1420
### Fixed 🐞
1521

1622
- Fix `amountOfEdgePreviews` being silently overwritten when restoring saved state — it incorrectly dispatched the top-labels action instead.
23+
- Loading spinner now stays visible until the codemap's full initial render completes; previously it disappeared too early.
24+
25+
### Chore 👨‍💻 👩‍💻
26+
27+
- Upgrade FontAwesome from 4.7 to 7 (`@fortawesome/fontawesome-free`); existing icon usages keep working via the v4 compatibility shim.
1728

1829
## [1.142.0] - 2026-03-16
1930

0 commit comments

Comments
 (0)