Features
-
Global/View scopes in relationships browser (#1769, closes #1583 #1732)
-
multi-projects in vite plugin (#1749)
// where `project-a` and `project-b` are the names of your projects import { LikeC4View as ProjectA_LikeC4View } from 'likec4:react/project-a' import { LikeC4View as ProjectB_LikeC4View } from 'likec4:react/project-b' const example = () => ( <> <ProjectA_LikeC4View viewId='index' /> <ProjectB_LikeC4View viewId='index' /> </> )
-
Styled-system based on pandacss (#1726)
Step closer to Diagram customizations, documentation comes soon