| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | < 21 hours ago | 2.1 kB | |
| v1.58.0 source code.tar.gz | < 21 hours ago | 25.9 MB | |
| v1.58.0 source code.zip | < 21 hours ago | 29.4 MB | |
| Totals: 3 Items | 55.3 MB | 0 | |
🚀 Features
-
Delete Elements/Edges in the Editor:\ Select nodes and/or edges in the diagram editor and press delete to remove them from the view. Edges connected to a deleted node are dropped automatically, and the change is added to undo/redo history. Not available for dynamic views.
-
Edit Edge Label Positions:\ Select a relationship edge and drag its label to reposition it; the position is saved to the manual layout with undo/redo. A manually placed label moves together with the edge when its curve is reshaped, keeping its offset.
-
Accurate Tag Text Color via APCA Contrast:\ Tags with custom hex / rgb colors now get an accurate text color derived from the background via APCA contrast, instead of the previous CSS-filter workaround. Thanks @farhan523, #2978, resolves #2143
🐞 Bug Fixes
-
Fixed
export png/export jpgfailing in the Docker image withbrowserType.launch: Executable doesn't exist. The bundled Playwright and the installed Chromium browsers are now kept in sync. #3032, fixes #2961 -
Fixed favicon 404 in
likec4 build --output-single-fileby inlining the favicon as a base64 data URI so the single HTML file stays self-contained. Thanks @MichaelMcCodington, #3030 -
Fixed deployment relationship filters so source and target metadata predicates use deployed instance metadata. Thanks @ckeller42, #2986
-
Nested
parallelblocks in dynamic views now produce a clear validation error (Nested parallel blocks are not allowed) instead of a cryptic parser error. Thanks @farhan523, #2985, resolves #988 -
Fixed "apply latest" action incorrectly triggering the new AI layout enhancement. #2995