Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Releases: structurizr/export

v1.11.0

10 Mar 10:53
Compare
Choose a tag to compare
  • C4PlantUMLExporter: Adds support for image icons.

v1.10.1

27 Feb 08:43
Compare
Choose a tag to compare
  • Fixes #47 (StructurizrPlantUMLExporter crashes when used in native binaries).
  • Fixes #49 (Internal property 'structurizr.dsl.identifier' on exported diagrams should be hidden).

v1.10.0

18 Feb 22:52
Compare
Choose a tag to compare

v1.9.0

18 Feb 22:53
Compare
Choose a tag to compare
  • Breaking change: Renamed com.structurizr.view.View to com.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

03 Feb 14:23
Compare
Choose a tag to compare
  • Fixes #39 (WebSequenceDiagrams exporter only shows relationship descriptions defined in the dynamic view).
  • Fixes #40 (WebSequenceDiagrams exporter has a triple >>> ending the stereotype).

v1.8.2

05 Jan 16:34
Compare
Choose a tag to compare
  • Fixes #37 (Mermaid diagrams have a yellow border).

v1.8.1

23 Dec 08:53
Compare
Choose a tag to compare
  • Updated dependencies.

v1.8.0

21 Dec 14:14
Compare
Choose a tag to compare
  • The C4-PlantUML export now mimics how the Structurizr renderer uses tags when a view set or view property named c4plantuml.tags is set to true.
  • 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 to c4plantuml.legend.
  • Renamed plantuml.sequenceDiagrams to plantuml.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 to true.
  • 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 to mermaid.sequenceDiagram.

v1.7.0

03 Oct 07:10
Compare
Choose a tag to compare
  • Adds the ability to export a diagram legend when using the StructurizrPlantUMLExporter.
  • Adds support for icons to the StructurizrPlantUMLExporter (HTTP/HTTPS icon URLs only).

v1.6.1

09 Sep 10:46
Compare
Choose a tag to compare
  • Fixes #15 (PlantUML export fails when element names are Unicode characters)
  • Fixes an issue with the last character of workspace exports being stripped.