This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Releases: structurizr/export
Releases · structurizr/export
v1.11.0
- C4PlantUMLExporter: Adds support for image icons.
v1.10.1
v1.10.0
- Adds
set separator none
to PlantUML exports for compatibility with PlantUML namespace/package changes - 2 Feb 2023.
v1.9.0
- Breaking change: Renamed
com.structurizr.view.View
tocom.structurizr.view.ModelView
. - StructurizrPlantUMLExporter: Adds the ability to set a default font, based upon the branding font defined in the workspace (#41).
- C4PlantUMLExporter: Adds the ability to set a default font, based upon the branding font defined in the workspace (#41).
- C4PlantUMLExporter: Adds support for showing properties on deployment nodes (#46).
v1.8.4
v1.8.2
v1.8.1
- Updated dependencies.
v1.8.0
- The C4-PlantUML export now mimics how the Structurizr renderer uses tags when a view set or view property named
c4plantuml.tags
is set totrue
. - Fixes #24 (plantuml.sequenceDiagrams changes the export of static diagrams).
- Adds the ability to configure the PlantUML exports via properties on the view set or view (#22).
- Renamed
plantuml.legend
toc4plantuml.legend
. - Renamed
plantuml.sequenceDiagrams
toplantuml.sequenceDiagram
. - Adds a view/view set property named
c4plantuml.stereotypes
that can be used to enable/disable stereotypes (these are always on by default when the legend is not shown; #29). - Adds a
c4plantuml.stdlib
view/view set property to allow users to choose which version of C4-PlantUML should be used (built-in standard library, or GitHub). - Fixes an issue with relationship properties not showing when
c4plantuml.relationshipProperties
is set totrue
. - Fixes #35 (Dark mode interfaces not well supported by Mermaid exporter).
- Adds a
mermaid.title
property that can be used to enable/disable diagram titles. - Renamed
mermaid.sequenceDiagrams
tomermaid.sequenceDiagram
.
v1.7.0
- Adds the ability to export a diagram legend when using the
StructurizrPlantUMLExporter
. - Adds support for icons to the
StructurizrPlantUMLExporter
(HTTP/HTTPS icon URLs only).