
Graphical Model Builder
Build your models graphically using our new and improved Diagram view! Click on Render Diagram above any component to open the view, then right-click on it to add components.
Auto-layout your textual models
In the diagram view, the auto-layout button at the top right will automatically lay your components out on the screen, if they don't have graphical metadata. Then you can edit that to make it fit your vision, by the controls described above.

Component and analysis view
View all the components, analyses and connectors that a component library provides in the Dyad Components view, which lives in the same left-hand-side column as your files do in VSCode. Just look to the bottom of that for the Dyad Components dropdown!

Full Changelog
includestatements in generated Julia code are sorted so they are stable between compiles - previously they could vary randomly and show as a git change.precompile.jlincludes are moved to after any module imports in generated code - prevents errors about unknown symbols.Component documentation generation is now aware of sub-module structure - previously only components at the top level had documentation generated.
Labels in components/connectors can now reference the
doc_stringby using the substitution$(doc_string). This will display the contents of the doc_string in the label.Updated to use
DyadEcosystemDependenciesv0.10.5.CodeLens render diagram for readonly components (dependencies and built-in components and connectors).
Separate Diagram view for each component, toggle switch between text and diagram.
Compilation output is now displayed in terminal tasks for better visibility and control.







