github likec4/likec4 v1.20.0

latest release: v1.20.1
4 days ago

🚀 Features

  • Filter relationships by tag or kind of its endpoints

    include
      // only relationships outgoing from elements with with tag #next
      cloud.* -> amazon.*
        where source.tag is #next,
    
      // only incoming relations of elements with kind microservice
      -> *
        where target.kind is microservice

    Documentation (thanks @pavelpykhtin)

  • Refreshed UI and more customization options for React components

    image

    More options available - LikeC4ViewProps

Warning

Diagrams migrated to React 19, you may get dependency resolution issues

Bug Fixes

Don't miss a new likec4 release

NewReleases is sending notifications on new releases.