npm likec4 1.27.0
v1.27.0

latest releases: 1.39.4, 1.39.3, 1.39.2...
5 months ago

Features

  • Global/View scopes in relationships browser (#1769, closes #1583 #1732)
    image

  • 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

Bug Fixes

Don't miss a new likec4 release

NewReleases is sending notifications on new releases.