🚀 Features
-
Browse relationships
Disabled by default in generated components, to enable:
import { LikeC4View } from './likec4.generated' <LikeC4View viewId="index" enableRelationshipsBrowser />
Try template.likec4.dev or Big Bank
Share your feedback in our Discussions -
Local styles:
Shared styles in views block (thanks @hubertmis, #1113)views { // apply to all views in this views block style * { color muted opacity 10% } view apiApp of internetBankingSystem.apiApplication { include * } view mobileApp of internetBankingSystem.mobileApplication { include * } }
-
Alignment tools:
Implemented alignment tools for manual layouting (thanks @pavelpykhtin, #1099)
Bug Fixes
- react:
crow
arrow type (thanks @pavelpykhtin, #1092) - react:
controls
property to show/hide top left panel (b36880f) - react:
styleNonce
property for ReactLikeC4 (0c78314) - react: Text colors / backdrop not updated until page refresh when toggling between light and dark mode #1098 (6bb6cf3)
- vscode: autocompletion of "specification", "views" and "model" broken (thanks @davydkov, closes #1102)