npm likec4 1.33.0
v1.33.0

latest releases: 1.39.1, 1.39.0, 1.38.1...
2 months ago

πŸš€ Features

  • Markdown

    Strings with triple qoutes (""" markdown """ or ''' markdown ''') are now parsed as Markdown.
    This is the first step in adopting Markdown support, and it’s currently limited to descriptions only:

    model {
      mobile = application {
        description '''
          ### Multi-platform application
    
          [React Native](https://reactnative.dev)
        '''
      }
    
      web = application {
        description """
          ### Web Application
    
          > Provides services to customers through
          > the web interface.
    
          | checks     |     |
          | :--------- | :-- |
          | check 1    | βœ…  |
          | check 2    | ⛔️  |
          | check 3    | βœ…  |
        """
      }
    }

    Closes #1124

Bug Fixes

  • dsl: resilient parser for specification tags (ba9619b)
  • api: inherit deployed instances titles from model (5cc6ac5), closes #1527
  • layout: round font size values to prevent decimal pixel sizes in graphviz labels (199c024)

Don't miss a new likec4 release

NewReleases is sending notifications on new releases.