github likec4/likec4 v1.10.0

latest releases: v1.16.0, v1.15.1, v1.15.0...
2 months ago

🚀 Features

  • Parallel steps and notes in dynamic views

    image

    Playground example

  • Navigation for relationships (zoom-in to dynamic views)

    model {
      webApp -> backend.api {
        title 'requests data for the dashboard'
        navigateTo dashboardRequestFlow
      }  
    }

    Documentation

  • Code Formatter in VSCode Extension (thanks @pavelpykhtin, to #979)

  • New component ReactLikeC4
    Low-level component with more control and event listeners.

    const App = () => {
      return (
        <div>
          <ReactLikeC4
            viewId="index"
            pannable={false}
            zoomable
            keepAspectRatio={false}
            showElementLinks={false}
            showDiagramTitle={false}
            onNodeClick={...}
          />
        </div>
      )
    }

    Documentation

Bug Fixes

Don't miss a new likec4 release

NewReleases is sending notifications on new releases.