You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## v5.0.1 (unreleased)
4
+
5
+
-structurizr-core: Fixes https://github.com/structurizr/java/issues/449 (allow text/plain content types when loading themes).
6
+
3
7
## v5.0.0 (28th October 2025)
4
8
5
9
- structurizr-autolayout: Adds support for custom padding view/viewset properties: `structurizr.groupPadding`,`structurizr.boundaryPadding`, and `structurizr.deploymentNodePadding`.
if (remoteContent.getContentType().equals(RemoteContent.CONTENT_TYPE_JSON)) {
93
+
if (remoteContent.getContentType().startsWith(RemoteContent.CONTENT_TYPE_JSON) || remoteContent.getContentType().startsWith(RemoteContent.CONTENT_TYPE_PLAIN_TEXT)) {
0 commit comments