This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Releases: structurizr/export
Releases · structurizr/export
v1.19.0
v1.18.0
v1.17.0
- C4PlantUMLExporter: Adds support for border style and stroke width (#73).
- C4PlantUMLExporter: Adds support for sequence diagrams (#66).
- C4PlantUMLExporter: Relationships are now rendered as
Rel
rather thanRel_D
. - MermaidDiagramExporter: Fixes #80 (Mermaid render error when description contains
(
character).
v1.16.1
- Fixes an issue with nested groups when using
.
as a group separator.
v1.16.0
- Updated dependencies and minimum Java version (11).
v1.15.0
- C4PlantUMLExporter: Enables
c4plantuml.elementProperties
andc4plantuml.relationshipProperties
to be defined on the view set or individual views. - C4PlantUMLExporter: Adds support for ComponentDb and ComponentQueue shapes (#59).
- C4PlantUMLExporter: Fixes #63 (C4PlantUMLExporter mistakes container and component description for technologies when only description is present).
v1.14.0
- C4PlantUMLExporter:
c4plantuml.stdlib
is nowtrue
by default. - StructurizrPlantUMLExporter: Adds a
plantuml.shadow
element style property. - StructurizrPlantUMLExporter: Groups now have a dashed border.
- MermaidDiagramExporter: Groups now have a dashed border.
- DOTExporter: Groups now have a dashed border.
- Fixes some minor indentation issues with the diagram exporters.
- Adds support for grouping deployment nodes, infrastructure nodes, software system instances, and container instances.
v1.13.0
v1.12.1
- Fixes an issue with styling nested groups.
- MermaidExporter: Now correctly styles software system/container boundaries.
v1.12.0
- Adds support for nested groups.
- StructurizrPlantUMLExporter: Switch from packages to rectangles when rendering groups.
- Updates all exporters to mirror how the Structurizr renderer draws "external" boundaries.