npm likec4 0.41.0
v0.41.0

latest releases: 1.39.5, 1.39.4, 1.39.3...
22 months ago

🚀 Features

  • diagrams: relationship kinds by @MoBoo (#342)

    Relationship kinds allow you to express different types of relations in a model and customize styling.
    Example:

    specification {
      relationship async {
        color amber
        line dotted
        head diamond
      }
    }
    model {
      service1 -[async]-> service2
    }
    

    Docs

  • cli: new CLI and preview mode

    Try this in folder with your *.c4 files

    npx likec4 serve

    👷👷 Documentation is updating... 👷👷

  • cli: export to static website

    npx likec4 build -o dist
  • cli: Scaffold projects with npm create likec4 (ef7cf93)

  • diagrams: dashed relationships by default (3593d71)

Bug Fixes

  • diagrams: don't animate element if animation is disabled (b039602)
  • likec4: responsive embeds (c8b187d)
  • likec4: use deviceScaleFactor = 2 (ad8099a)
  • likec4: use window size for export/embed (a0b3d6b)
  • remove redundant implicit edges (4a8daaf)
  • use [...] for merged edges (81282e6)
  • vscode launch task loads source maps (c867401)

New Contributors

@MoBoo made their first contribution in #374

v0.40.0...v0.41.0

Don't miss a new likec4 release

NewReleases is sending notifications on new releases.