npm likec4 1.13.0
v1.13.0

latest releases: 1.40.0, 1.39.5, 1.39.4...
11 months ago

🚀 Features

  • Browse relationships

    SCR-20241018-didx

    Disabled by default in generated components, to enable:

    import { LikeC4View } from './likec4.generated'
    
    <LikeC4View
      viewId="index"
      enableRelationshipsBrowser
      />

    Try template.likec4.dev or Big Bank
    Share your feedback in our Discussions

  • Local styles:
    Shared styles in views block (thanks @hubertmis, #1113)

    views {
      // apply to all views in this views block
      style * {
        color muted
        opacity 10%
      }
    
      view apiApp of internetBankingSystem.apiApplication {
        include *
      }
    
      view mobileApp of internetBankingSystem.mobileApplication {
        include *
      }
    }

    Documentation

  • Alignment tools:
    Implemented alignment tools for manual layouting (thanks @pavelpykhtin, #1099)

    alignment-tools

Bug Fixes

  • react: crow arrow type (thanks @pavelpykhtin, #1092)
  • react: controls property to show/hide top left panel (b36880f)
  • react: styleNonce property for ReactLikeC4 (0c78314)
  • react: Text colors / backdrop not updated until page refresh when toggling between light and dark mode #1098 (6bb6cf3)
  • vscode: autocompletion of "specification", "views" and "model" broken (thanks @davydkov, closes #1102)

Don't miss a new likec4 release

NewReleases is sending notifications on new releases.