Releases: structurizr/java
Releases · structurizr/java
v1.23.2
DynamicView.endParallelSequences(true)
will now increment the counter when no relationships have been defined in the parallel sequence.
v1.23.1
- Deprecates the
setExternalBoundariesVisible
methods onContainerView
,ComponentView
, andDynamicView
. - Removes the check for empty content when adding a documentation section.
v1.23.0
- Deprecates
Enterprise
andLocation
concepts. - Adds properties to the model.
v1.22.3
- Adds better backwards compatibility for removal of documentation section titles.
v1.22.2
- Updates Jackson library dependency.
v1.22.1
- Removes unused documentation section title property.
v1.22.0
- Adds documentation to components.
v1.21.0
- 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
ViewSet.getViews()
now includes all views.ViewSet.getViewWithKey()
is now public.
v1.20.0
- Breaking change: Renamed
com.structurizr.view.View
tocom.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.