Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Releases: structurizr/dotnet

v1.1.1

23 Feb 13:45
Compare
Choose a tag to compare
  • Fixes #99 (Include mode on Filtered Views not working).
  • Fixes #103 (Default RankDirection not being serialized).

1.1.0

30 Jul 12:54
Compare
Choose a tag to compare
  • Removed support for .NET Framework.
  • Provides a way to store view dimensions.
  • Provides a way to add specific relationships to dynamic views (fixes #98).

1.0.0

06 Jun 15:56
Compare
Choose a tag to compare
  • Adds support for custom ID generators.
  • Improved the support for creating implied relationships.
  • Adds support for software system instances.
  • Parent of SoftwareSystemInstance and ContainerInstance now returns the parent deployment node.
  • Adds support for element groups.
  • Removes restrictions related to adding "external" containers/components to dynamic views.
  • Enhanced the logic to merge layout information of elements on views.
  • Adds support for "deployment groups", providing a way to scope how software system/container instance relationships are replicated when added to deployment nodes. breaking change

0.9.7

29 Jun 12:44
Compare
Choose a tag to compare
  • Added an ExternalSoftwareSystemBoundariesVisible property to ContainerView, to set whether software system boundaries should be visible for "external" containers (those outside the software system in scope).
  • Added an ExternalContainersBoundariesVisible property to ComponentView, to set whether container boundaries should be visible for "external" components (those outside the container in scope).
  • Added a 16:10 ratio paper size.
  • Added a "Component" element shape.
  • Added a "Dotted" element border style.
  • Components from any container can now be added to a component view.
  • Added the ability to customize the symbols used when rendering metadata.
  • Adds support for curved relationship routing.
  • Adds support for multiple themes.
  • Adds support for infrastructure nodes.
  • Adds support for animation steps on deployment views.
  • Fixes a bug where all deployment nodes would be added to a deployment view, even if that view had an environment set.

0.9.6

29 Feb 11:44
Compare
Choose a tag to compare
  • Added A1 and A0 paper sizes.
  • Adds support for themes.
  • Adds support for tags on deployment nodes.
  • Adds support for URLs on relationships.

0.9.5

24 Dec 16:04
Compare
Choose a tag to compare
  • Fixes a deserialization issue with component views.

0.9.4

03 Dec 05:17
Compare
Choose a tag to compare
  • The automatic layout algorithm can now be configured on individual views.

0.9.3

22 Nov 14:11
Compare
Choose a tag to compare
  • Fixes a bug that allows relationships to be created between parents and children.
  • Added support for perspectives on elements and relationships.
  • Add new C4PlantUMLWriter with C4-PlantUML support (issue #47).
  • Added support for element stroke colours.

0.9.2

20 Sep 15:32
Compare
Choose a tag to compare
  • Fixes a bug where element and relationship positioning is lost when workspaces are merged.

0.9.1

10 Sep 14:18
Compare
Choose a tag to compare
  • The terminology for relationships can now be customised.
  • Added support for icons on element styles.
  • Top-level deployment nodes can now be given an environment property, to represent which deployment environment they belong to (e.g. "Development", "Live", etc).
  • Relationships can no longer be created between container instances (breaking change).
  • Fixed issue #40 (WorkspaceUtils does not load containers' properties).
  • Provided a way to customize the sort order when displaying the list of views.
  • Added the ability to lock and unlock workspaces, to prevent concurrent updates.
  • Fixes a bug with the PlantUML writer, where relationships were sorted incorrectly (alphabetically, rather than numerically).