🚀 Features
-
Parallel steps and notes in dynamic views
-
Navigation for relationships (zoom-in to dynamic views)
model { webApp -> backend.api { title 'requests data for the dashboard' navigateTo dashboardRequestFlow } }
-
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> ) }