github likec4/likec4 v1.32.0

latest releases: v1.34.2, v1.34.1, v1.34.0...
28 days ago

🚀 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):
    SCR-20250610-moth

    📖 Documentation

  • 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

Improvements

Refactored @likec4/core, providing type-safe models.
📖 Documentation

Don't miss a new likec4 release

NewReleases is sending notifications on new releases.