🚀 Features
-
diagrams: relationship kinds by @MoBoo (#342)
Relationship kinds allow you to express different types of relations in a model and customize styling.
Example:specification { relationship async { color amber line dotted head diamond } } model { service1 -[async]-> service2 }
-
cli: new CLI and preview mode
Try this in folder with your
*.c4
filesnpx likec4 serve
👷👷 Documentation is updating... 👷👷
-
cli: export to static website
npx likec4 build -o dist
-
cli: Scaffold projects with
npm create likec4
(ef7cf93) -
diagrams: dashed relationships by default (3593d71)
Bug Fixes
- diagrams: don't animate element if animation is disabled (b039602)
- likec4: responsive embeds (c8b187d)
- likec4: use deviceScaleFactor = 2 (ad8099a)
- likec4: use window size for export/embed (a0b3d6b)
- remove redundant implicit edges (4a8daaf)
- use [...] for merged edges (81282e6)
- vscode launch task loads source maps (c867401)