🚀 Features
-
Tag colors
Now it is possible to assign colors to tags:specification { tag deprecated { color #FF0000 } }
Tags are displayed by default (you can disable by
enableElementTags={false}
on React component):
-
Tags for kinds
specification { // Now every kafka-topic will be marked with the infra and data-lake tags element kafka-topic { #infra #data-lake } tag infra tag data-lake }
-
Export to PlantUML
likec4 gen plantuml
thanks @pavelpykhtin, closes #1953
Bug Fixes
- language-server: resolving dependency issue, thanks @mattwahl (#1989) (8804808)
- lsp: Fixed lsp renaming for tags and relation kinds, thanks @pavelpykhtin #1819 (#1988) (7fa1e06)
- vscode: VS Code plugin shows
[object Object]
for instanceOf target in hover tooltip (#1955) (0334a7d), closes #1948
Improvements
Refactored @likec4/core
, providing type-safe models.
📖 Documentation