Skip to content

Commit 7b3544e

Browse files
committed
30.0.2 release
1 parent 3e8cb37 commit 7b3544e

55 files changed

Lines changed: 4606 additions & 4540 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ChangeLog

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
1+
15-MAY-2026: 30.0.2
2+
3+
- Makes some Mockup shapes multi-color flexible
4+
- Makes some MSCAE shapes multi-color flexible
5+
- Makes some Salesforce shapes multi-color flexible
6+
- Small fix for a Network 2025 shape
7+
- Small bugfix for some Mockup shapes
8+
- Additional color flexibility for some Cisco Safe shapes
9+
- Adds multi color fill for some Citrix stencils
10+
- Adds multi-color support for some GCP2 shapes and stencils
11+
- Adds multi-color support for GCP2 shapes and stencils
12+
- Adds multi-color support for a GCP2 icon stencil
13+
- Adds multi-color support for MS Office stencils
14+
- Fixes size for some stencils in the Rack library
15+
- Adds multi-color support for some Rack stencils
16+
- Makes HPE Aruba Gateways and Controllers subgroup in Rack shapes color flexible
17+
- Makes HPE Aruba Security subgroup in Rack shapes color flexible
18+
- Makes part of HPE Aruba Switches subgroup in Rack shapes color flexible
19+
- Makes some Rack stencils color flexible
20+
- Makes some Rack stencils color flexible
21+
- Makes the rest of Rack/Aruba stencils color flexible
22+
- Small fix for an Aruba switch stencil
23+
- Makes Rack/IBM stencils color flexible
24+
- Stencil size fix for a Rack stencil
25+
- Makes Rack/Oracle stencils color flexible
26+
- Adds multicolor support to Veeam stencils
27+
- Adds multicolor support to EIP stencils
28+
- Adds multicolor support to some GMDL stencils
29+
- Adds multicolor support to some Floorplan stencils
30+
- Fixed NPE in mermaid to draw.io [#drawio-5553]
31+
- Fallback to FO when vertical writing-mode set in HTML [DID-18880]
32+
- Updated github actions, replaced 3rd party actions, and specified needed permissions
33+
- Build of version 30.0.2
34+
35+
15-MAY-2026: 30.0.2
36+
37+
- Makes some Mockup shapes multi-color flexible
38+
- Makes some MSCAE shapes multi-color flexible
39+
- Makes some Salesforce shapes multi-color flexible
40+
- Small fix for a Network 2025 shape
41+
- Small bugfix for some Mockup shapes
42+
- Additional color flexibility for some Cisco Safe shapes
43+
- Adds multi color fill for some Citrix stencils
44+
- Adds multi-color support for some GCP2 shapes and stencils
45+
- Adds multi-color support for GCP2 shapes and stencils
46+
- Adds multi-color support for a GCP2 icon stencil
47+
- Adds multi-color support for MS Office stencils
48+
- Fixes size for some stencils in the Rack library
49+
- Adds multi-color support for some Rack stencils
50+
- Makes HPE Aruba Gateways and Controllers subgroup in Rack shapes color flexible
51+
- Makes HPE Aruba Security subgroup in Rack shapes color flexible
52+
- Makes part of HPE Aruba Switches subgroup in Rack shapes color flexible
53+
- Makes some Rack stencils color flexible
54+
- Makes some Rack stencils color flexible
55+
- Makes the rest of Rack/Aruba stencils color flexible
56+
- Small fix for an Aruba switch stencil
57+
- Makes Rack/IBM stencils color flexible
58+
- Stencil size fix for a Rack stencil
59+
- Makes Rack/Oracle stencils color flexible
60+
- Adds multicolor support to Veeam stencils
61+
- Adds multicolor support to EIP stencils
62+
- Adds multicolor support to some GMDL stencils
63+
- Adds multicolor support to some Floorplan stencils
64+
- Fixed NPE in mermaid to draw.io [#drawio-5553]
65+
- Fallback to FO when vertical writing-mode set in HTML [DID-18880]
66+
- Updated github actions, replaced 3rd party actions, and specified needed permissions
67+
168
11-MAY-2026: 30.0.1
269

370
- Corrects rounded of Archimate Techonology Functions shape [jgraph/drawio#5571]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
30.0.1
1+
30.0.2

src/main/webapp/js/app.min.js

Lines changed: 248 additions & 260 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webapp/js/diagramly/sidebar/Sidebar-CiscoSafe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
Sidebar.prototype.addCiscoSafeArchitecturePalette = function()
3232
{
33-
var s = mxConstants.STYLE_VERTICAL_LABEL_POSITION + '=bottom;sketch=0;html=1;fillColor=#6ABD46;strokeColor=#ffffff;' + mxConstants.STYLE_VERTICAL_ALIGN + '=top;align=center;' +
33+
var s = mxConstants.STYLE_VERTICAL_LABEL_POSITION + '=bottom;sketch=0;html=1;fillColor=#6ABD46;strokeColor=#ffffff;bgColor=#C2E0AE;bgDotColor=#ffffff;' + mxConstants.STYLE_VERTICAL_ALIGN + '=top;align=center;' +
3434
'points=[[0.085,0.085,0],[0.915,0.085,0],[0.915,0.915,0],[0.085,0.915,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];pointerEvents=1;' + mxConstants.STYLE_SHAPE + "=mxgraph.cisco_safe.";
3535
var gn = 'mxgraph.cisco_safe.architecture';
3636
var dt = 'cisco safe architecture';

src/main/webapp/js/diagramly/sidebar/Sidebar-Floorplan.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
75, 62, '', 'Range 2', null, null, this.getTagsForStencil(gn, 'range_2', dt).join(' ')),
132132
this.createVertexTemplateEntry(s + 'refrigerator;',
133133
60, 62, '', 'Refrigerator', null, null, this.getTagsForStencil(gn, 'refrigerator', dt).join(' ')),
134-
this.createVertexTemplateEntry(s + 'shower2;',
134+
this.createVertexTemplateEntry(s + 'shower2;',
135135
100, 100, '', 'Shower', null, null, this.getTagsForStencil(gn, 'shower', dt).join(' ')),
136136
this.createVertexTemplateEntry(s + 'sink_1;',
137137
40, 35, '', 'Sink 1', null, null, this.getTagsForStencil(gn, 'sink_1', dt).join(' ')),
@@ -145,11 +145,11 @@
145145
200, 200, '', 'Spiral Stairs', null, null, this.getTagsForStencil(gn, 'spiral_stairs', dt).join(' ')),
146146
this.createVertexTemplateEntry(s + 'table;',
147147
90, 50, '', 'Table', null, null, this.getTagsForStencil(gn, 'table', dt).join(' ')),
148-
this.createVertexTemplateEntry(s + 'toilet;',
148+
this.createVertexTemplateEntry(s + 'toilet_2;',
149149
50, 67, '', 'Toilet', null, null, this.getTagsForStencil(gn, 'toilet', dt).join(' ')),
150150
this.createVertexTemplateEntry(s + 'washing_machine;aspect=fixed;',
151151
60, 60, '', 'Washing Machine', null, null, this.getTagsForStencil(gn, 'washing machine', dt).join(' ')),
152-
this.createVertexTemplateEntry(s + 'water_cooler;',
152+
this.createVertexTemplateEntry(s + 'water_cooler_2;',
153153
40, 40, '', 'Water Cooler', null, null, this.getTagsForStencil(gn, 'water_cooler', dt).join(' ')),
154154
this.createVertexTemplateEntry(s + 'workstation;',
155155
50, 40, '', 'Workstation', null, null, this.getTagsForStencil(gn, 'workstation', dt).join(' ')),

src/main/webapp/js/diagramly/sidebar/Sidebar-GCP2.js

Lines changed: 62 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webapp/js/diagramly/sidebar/Sidebar-GCPIcons.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webapp/js/diagramly/sidebar/Sidebar-MSCAE.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,9 +446,9 @@
446446
r * 0.5, r * 0.38, '', 'Company Portal', null, null, this.getTagsForStencil(gn, 'company portal', dt).join(' ')),
447447
this.createVertexTemplateEntry(s + 'computer_inventory',
448448
r * 0.5, r * 0.45, '', 'Computer Inventory', null, null, this.getTagsForStencil(gn, 'computer inventory', dt).join(' ')),
449-
this.createVertexTemplateEntry(s + 'conditional_access_exchange;fillColorStyles=fillColor2;fillColor2=#2171ba;',
449+
this.createVertexTemplateEntry(s + 'conditional_access_exchange;',
450450
r * 0.49, r * 0.5, '', 'Conditional Access (Exchange)', null, null, this.getTagsForStencil(gn, 'conditional access exchange', dt).join(' ')),
451-
this.createVertexTemplateEntry(s + 'conditional_access_sharepoint;fillColorStyles=fillColor2;fillColor2=#2171ba;',
451+
this.createVertexTemplateEntry(s + 'conditional_access_sharepoint;',
452452
r * 0.44, r * 0.5, '', 'Conditional Access (Sharepoint)', null, null, this.getTagsForStencil(gn, 'conditional access sharepoint', dt).join(' ')),
453453
this.createVertexTemplateEntry(s + 'connector',
454454
r * 0.5, r * 0.17, '', 'Connector', null, null, this.getTagsForStencil(gn, 'connector', dt).join(' ')),
@@ -609,7 +609,7 @@
609609
r * 0.44, r * 0.5, '', 'Distribution Point', null, null, this.getTagsForStencil(gn, 'distribution point', dt).join(' ')),
610610
this.createVertexTemplateEntry(s + 'management_point',
611611
r * 0.48, r * 0.5, '', 'Management Point', null, null, this.getTagsForStencil(gn, 'management point', dt).join(' ')),
612-
this.createVertexTemplateEntry(s + 'primary_site;fillColorStyles=fillColor2;fillColor2=#0079d6;',
612+
this.createVertexTemplateEntry(s + 'primary_site;',
613613
r * 0.38, r * 0.5, '', 'Primary Site', null, null, this.getTagsForStencil(gn, 'primary site', dt).join(' ')),
614614
this.createVertexTemplateEntry(s + 'roles',
615615
r * 0.42, r * 0.5, '', 'Roles', null, null, this.getTagsForStencil(gn, 'roles', dt).join(' ')),

0 commit comments

Comments
 (0)