Skip to content

Releases: structurizr/java

v1.4.5

21 Jun 16:06
Compare
Choose a tag to compare
  • Bug fixes.

v1.4.4

21 Jun 09:37
Compare
Choose a tag to compare
  • Adds an "addDefaultElements()" method to the static/deployment views.
  • Adds an "addDefaultStyles()" method to Styles.
  • Adds a "createDefaultViews()" method to Views.

v1.4.3

19 Jun 16:06
Compare
Choose a tag to compare
  • Fixes a bug where all deployment nodes would be added to a deployment view, even if that view had an environment set.
  • Adds support for removing deployment nodes, infrastructure nodes, and container instances from deployment views.
  • Fixes a bug where deployment node instances could set to a non-positive integer.

v1.4.2

18 Jun 11:26
Compare
Choose a tag to compare
  • Adds the ability to add container instances and infrastructure nodes to the same animation step on a deployment view.
  • Adds the ability to override the Structurizr client agent string.

1.4.1

18 Jun 11:29
Compare
Choose a tag to compare
  • Fixes a bug that defaults the relationship interaction style to Synchronous, when it's specifically set to null.

v1.4.0

18 Jun 11:27
Compare
Choose a tag to compare
  • Added a "Component" element shape.
  • Added a "Dotted" element border style.
  • Components from any container can now be added to a component view.
  • Added an externalContainersBoundariesVisible property to ComponentView, to set whether container boundaries should be visible for "external" components (those outside the container in scope).
  • Improved the support for creating implied relationships.
  • Added the ability to customize the symbols used when rendering metadata.
  • Adds support for infrastructure nodes.
  • Adds support for multiple themes.
  • Adds support for curved relationship routing.

1.3.5

26 Mar 14:12
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 a 16:10 ratio paper size.

1.3.4

29 Feb 10:12
Compare
Choose a tag to compare
  • Split View.setAutomaticLayout(boolean) to enableAutomaticLayout() and disableAutomaticLayout() (breaking change).
  • Added A1 and A0 paper sizes.
  • Adds support for themes.
  • Adds support for tags on deployment nodes.
  • Adds support for animations on deployment views.
  • Adds support for URLs on relationships.

1.3.3

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

1.3.2

22 Nov 13:16
Compare
Choose a tag to compare
  • Added support for element stroke colours.