This release carries a lot of heart from the community. You can see it in behind every PR. Thanks to everyone who contributed time, energy and patience. LikeC4 grows because people choose to build together, and this release is a great example of what that looks like.
🐞 Bug Fixes
- Fix notation highlighting on nodes. Thanks @YousefSedik, fixes #2374 (578e16c)
🚀 Features
-
Added more than 1800 icons from svglogos.dev. Start typing
tech:and you will find an icon for almost any technology. -
Added relationship metadata tooltips. Thanks @ckeller42, #2400 (b1abcea)
-
Search now lets you jump straight to the selected item. Thanks @kieronlanning , #1711 (#2428) (b7a69c4)
-
Added Markdown alerts. closes #2404
-
Added rank constraints to improve layouts. Thanks @yubrshen, #2416, closes #2370
view rank_effect { title 'Effect of Rank' include A, B, C, D, E, F, G rank same { A, B } // of the same rank rank source { C, D } // to be at the beginning excluding others rank max { F } // to be at the end }See docs for more details.
-
Added
extendrelation syntax ([1fe9e60] @ckeller42 (1fe9e60))model { extend frontend -> api "Makes requests" { metadata { latency_p95 '150ms' rate_limit '1000req/s' } } }See docs for more details.
-
Added include option to project config for shared files. Thanks @kieronlanning, #2425 (b0c7335).
See docs for more details. -
Added links to
read-elementandread-deploymentresponses in the MCP tools. Thanks @ckeller42, #2412 (9ce3cee) -
Sync manual layout with latest changes and highlight drifted edges in compare view.
-
Added edit mode in the dev server.
Now you can adjust your view layouts in the browser, without opening in IDE (plus remember, you can always Ctrl/Cmd + Z to undo).