Skip to content

Commit

Permalink
Updates to core 20.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Sep 2, 2022
1 parent 577190b commit f1ac1ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drawio
Submodule drawio updated 41 files
+18 −0 ChangeLog
+1 −2 SECURITY.md
+1 −1 VERSION
+ etc/build/Xml2Js.class
+5 −88 etc/build/Xml2Js.java
+12 −8 src/main/java/com/mxgraph/online/ProxyServlet.java
+30 −5 src/main/java/com/mxgraph/online/Utils.java
+1,551 −1,553 src/main/webapp/js/app.min.js
+9 −59 src/main/webapp/js/diagramly/App.js
+27 −15 src/main/webapp/js/diagramly/EditorUi.js
+49 −40 src/main/webapp/js/diagramly/GraphViewer.js
+2 −2 src/main/webapp/js/diagramly/Menus.js
+45 −64 src/main/webapp/js/diagramly/Minimal.js
+1 −1 src/main/webapp/js/diagramly/sidebar/Sidebar-ArchiMate.js
+1 −1 src/main/webapp/js/diagramly/sidebar/Sidebar-ArchiMate3.js
+1 −1 src/main/webapp/js/diagramly/sidebar/Sidebar-Arrows2.js
+10 −0 src/main/webapp/js/diagramly/sidebar/Sidebar-BPMN.js
+1 −1 src/main/webapp/js/diagramly/sidebar/Sidebar-C4.js
+3 −3 src/main/webapp/js/diagramly/sidebar/Sidebar-Electrical.js
+8 −8 src/main/webapp/js/diagramly/sidebar/Sidebar-Floorplan.js
+1 −1 src/main/webapp/js/diagramly/sidebar/Sidebar-FluidPower.js
+5 −5 src/main/webapp/js/diagramly/sidebar/Sidebar-Infographic.js
+1 −1 src/main/webapp/js/diagramly/sidebar/Sidebar-LeanMapping.js
+2 −4 src/main/webapp/js/diagramly/sidebar/Sidebar-Rack.js
+31 −30 src/main/webapp/js/diagramly/sidebar/Sidebar-Sysml.js
+6 −6 src/main/webapp/js/diagramly/sidebar/Sidebar-UML25.js
+45 −41 src/main/webapp/js/grapheditor/EditorUi.js
+2 −2 src/main/webapp/js/grapheditor/Sidebar.js
+1,184 −1,181 src/main/webapp/js/integrate.min.js
+13 −7 src/main/webapp/js/shapes-14-6-5.min.js
+196 −197 src/main/webapp/js/stencils.min.js
+1,110 −1,104 src/main/webapp/js/viewer-static.min.js
+1,097 −1,097 src/main/webapp/js/viewer.min.js
+4 −4 src/main/webapp/mxgraph/mxClient.js
+0 −38 src/main/webapp/package.json
+1 −1 src/main/webapp/service-worker.js
+1 −1 src/main/webapp/service-worker.js.map
+123 −0 src/main/webapp/shapes/mxC4.js
+31 −15 src/main/webapp/shapes/rack/mxRack.js
+34 −34 src/main/webapp/stencils/electrical/electro-mechanical.xml
+19 −19 src/main/webapp/stencils/mockup/misc.xml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draw.io",
"version": "20.2.6",
"version": "20.2.8",
"description": "draw.io desktop",
"main": "electron.js",
"scripts": {
Expand Down

1 comment on commit f1ac1ed

@alderg
Copy link
Contributor

@alderg alderg commented on f1ac1ed Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed. Dependencies update and submodule update.

Please sign in to comment.