Skip to content

Releases: structurizr/java

v1.22.3

11 Mar 06:16
Compare
Choose a tag to compare
  • Adds better backwards compatibility for removal of documentation section titles.

v1.22.2

10 Mar 09:11
Compare
Choose a tag to compare
  • Updates Jackson library dependency.

v1.22.1

05 Mar 12:11
Compare
Choose a tag to compare
  • Removes unused documentation section title property.

v1.22.0

05 Mar 11:56
Compare
Choose a tag to compare
  • Adds documentation to components.

v1.21.0

26 Feb 08:18
Compare
Choose a tag to compare
  • Breaking change: Removes the concept of "code elements" from Component.
  • Adds support for element/relationship URLs of the form {workspace}/... for linking to diagrams/documentation/decisions in the same workspace.

v1.20.1

16 Feb 14:44
Compare
Choose a tag to compare
  • ViewSet.getViews() now includes all views.
  • ViewSet.getViewWithKey() is now public.

v1.20.0

16 Feb 13:32
Compare
Choose a tag to compare
  • Breaking change: Renamed com.structurizr.view.View to com.structurizr.view.ModelView.
  • Added support for "image views".
  • Added a Window shape.
  • ThemeUtils.toJson() now includes the workspace branding logo and font in the resulting theme.

v1.19.0

28 Jan 07:50
Compare
Choose a tag to compare
  • Fixes #196 (Named colours are case-sensitive).

v1.18.0

15 Jan 12:33
Compare
Choose a tag to compare
  • Fixes #191 (Layout of relationships is reset when changing the description).
  • Adds support for using (CSS/HTML) named colors instead of hex color codes (#192).

v1.17.0

05 Jan 16:00
Compare
Choose a tag to compare
  • Fixes case-sensitivity inconsistencies related to element names and relationship descriptions (#183).
  • Adds support for setting deployment node instances to positive integers or a range (e.g. 0..1, 0..N, 0.., 1..N, 1.., 5..10, etc).