| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-20 | 2.4 kB | |
| v1.53.0 source code.tar.gz | 2026-03-20 | 23.7 MB | |
| v1.53.0 source code.zip | 2026-03-20 | 27.2 MB | |
| Totals: 3 Items | 50.9 MB | 0 | |
🚀 Features
-
Metadata Filtering in View Predicates:\ Filter elements and relations by metadata key existence (
where metadata.key) or value (where metadata.key = 'value'). Works with!=for negation and supportssource.metadata/target.metadatafor relation participants. Thanks @galuszkak, #2769 -
LeanIX Bridge Integration:\ New
@likec4/leanix-bridgepackage for syncing architecture models with LeanIX. Includes identity manifest, inventory snapshots, reconciliation, drift reports, governance checks, and ADR generation. CLI addsgen leanix-inventory-snapshot,gen leanix-reconcile, andsync leanixcommands. Draw.io export gains a--profile leanixoption for bridge-managed metadata round-trip. Thanks @sraphaz, #2746, #2768 -
Landing Page Configuration:\ New
landingPageconfig option to control landing page behavior:redirect: trueto skip the landing page and go directly to the index view, andinclude/excludeselectors to filter which views appear in the landing page grid. Thanks @purple52, #2733 -
Improved
likec4 validateCommand:\ Fix exit code (now properly exits with 1 on validation failure), add--jsonflag for structured JSON output,--fileflag to filter errors to specific files,--no-layoutflag to skip layout drift checks, and--projectsupport for multi-project workspaces. #2790
🐞 Bug Fixes
-
Fixed drag behavior for group nodes #2785
-
Fixed scroll in walkthrough notes panel, closes #2729
-
Fixed web extension failing to start language server, closes #2702
-
Restored Markdown syntax highlighting in triple-quoted strings in VSCode #2785
-
Added configurable Node.js path for language server runtime in VSCode #2773
-
Draw.io: improved person shape inference on re-import for round-trip fidelity. Thanks @sraphaz, #2685