Skip to content

Commit

Permalink
Merge commit '51dbed3372417926b28080701e2f07ab61888f61' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Dec 8, 2022
2 parents e01c6c1 + 51dbed3 commit e5d9e9b
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 31 deletions.
2 changes: 1 addition & 1 deletion drawio
Submodule drawio updated 83 files
+9 −0 ChangeLog
+1 −1 VERSION
+1,065 −1,061 src/main/webapp/js/app.min.js
+111 −162 src/main/webapp/js/diagramly/App.js
+1 −1 src/main/webapp/js/diagramly/Dialogs.js
+16 −0 src/main/webapp/js/diagramly/DrawioFile.js
+16 −0 src/main/webapp/js/diagramly/DriveFile.js
+18 −0 src/main/webapp/js/diagramly/DropboxFile.js
+16 −6 src/main/webapp/js/diagramly/Editor.js
+18 −10 src/main/webapp/js/diagramly/EditorUi.js
+20 −0 src/main/webapp/js/diagramly/GitHubFile.js
+18 −0 src/main/webapp/js/diagramly/GitLabFile.js
+45 −19 src/main/webapp/js/diagramly/Menus.js
+3 −2 src/main/webapp/js/diagramly/OneDriveClient.js
+30 −6 src/main/webapp/js/diagramly/OneDriveFile.js
+6 −7 src/main/webapp/js/diagramly/sidebar/Sidebar-UML25.js
+24 −7 src/main/webapp/js/grapheditor/EditorUi.js
+4 −2 src/main/webapp/js/grapheditor/Menus.js
+836 −835 src/main/webapp/js/integrate.min.js
+167 −167 src/main/webapp/js/stencils.min.js
+302 −300 src/main/webapp/js/viewer-static.min.js
+302 −300 src/main/webapp/js/viewer.min.js
+1 −1 src/main/webapp/mxgraph/mxClient.js
+5 −0 src/main/webapp/resources/dia.txt
+5 −0 src/main/webapp/resources/dia_am.txt
+5 −0 src/main/webapp/resources/dia_ar.txt
+5 −0 src/main/webapp/resources/dia_bg.txt
+5 −0 src/main/webapp/resources/dia_bn.txt
+5 −0 src/main/webapp/resources/dia_bs.txt
+5 −0 src/main/webapp/resources/dia_ca.txt
+26 −21 src/main/webapp/resources/dia_cs.txt
+5 −0 src/main/webapp/resources/dia_da.txt
+5 −0 src/main/webapp/resources/dia_de.txt
+5 −0 src/main/webapp/resources/dia_el.txt
+5 −0 src/main/webapp/resources/dia_eo.txt
+5 −0 src/main/webapp/resources/dia_es.txt
+5 −0 src/main/webapp/resources/dia_et.txt
+5 −0 src/main/webapp/resources/dia_eu.txt
+5 −0 src/main/webapp/resources/dia_fa.txt
+5 −0 src/main/webapp/resources/dia_fi.txt
+5 −0 src/main/webapp/resources/dia_fil.txt
+5 −0 src/main/webapp/resources/dia_fr.txt
+5 −0 src/main/webapp/resources/dia_gl.txt
+5 −0 src/main/webapp/resources/dia_gu.txt
+5 −0 src/main/webapp/resources/dia_he.txt
+5 −0 src/main/webapp/resources/dia_hi.txt
+5 −0 src/main/webapp/resources/dia_hr.txt
+5 −0 src/main/webapp/resources/dia_hu.txt
+5 −0 src/main/webapp/resources/dia_i18n.txt
+22 −17 src/main/webapp/resources/dia_id.txt
+5 −0 src/main/webapp/resources/dia_it.txt
+5 −0 src/main/webapp/resources/dia_ja.txt
+5 −0 src/main/webapp/resources/dia_kn.txt
+5 −0 src/main/webapp/resources/dia_ko.txt
+5 −0 src/main/webapp/resources/dia_lt.txt
+5 −0 src/main/webapp/resources/dia_lv.txt
+5 −0 src/main/webapp/resources/dia_ml.txt
+5 −0 src/main/webapp/resources/dia_mr.txt
+5 −0 src/main/webapp/resources/dia_ms.txt
+5 −0 src/main/webapp/resources/dia_my.txt
+5 −0 src/main/webapp/resources/dia_nl.txt
+5 −0 src/main/webapp/resources/dia_no.txt
+5 −0 src/main/webapp/resources/dia_pl.txt
+5 −0 src/main/webapp/resources/dia_pt-br.txt
+5 −0 src/main/webapp/resources/dia_pt.txt
+5 −0 src/main/webapp/resources/dia_ro.txt
+5 −0 src/main/webapp/resources/dia_ru.txt
+5 −0 src/main/webapp/resources/dia_si.txt
+5 −0 src/main/webapp/resources/dia_sk.txt
+5 −0 src/main/webapp/resources/dia_sl.txt
+5 −0 src/main/webapp/resources/dia_sr.txt
+5 −0 src/main/webapp/resources/dia_sv.txt
+5 −0 src/main/webapp/resources/dia_sw.txt
+5 −0 src/main/webapp/resources/dia_ta.txt
+5 −0 src/main/webapp/resources/dia_te.txt
+5 −0 src/main/webapp/resources/dia_th.txt
+5 −0 src/main/webapp/resources/dia_tr.txt
+5 −0 src/main/webapp/resources/dia_uk.txt
+5 −0 src/main/webapp/resources/dia_vi.txt
+6 −1 src/main/webapp/resources/dia_zh-tw.txt
+110 −105 src/main/webapp/resources/dia_zh.txt
+1 −1 src/main/webapp/service-worker.js
+1 −1 src/main/webapp/service-worker.js.map
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draw.io",
"version": "20.6.0",
"version": "20.6.1",
"description": "draw.io desktop",
"main": "./drawio/src/main/webapp/electron.js",
"scripts": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"dotenv": "^16.0.3",
"electron": "^21.2.2",
"electron": "^21.3.3",
"electron-builder": "^23.6.0",
"@electron/notarize": "^1.2.3",
"sumchecker": "^3.0.1"
Expand Down
63 changes: 35 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,18 @@
global-agent "^3.0.0"
global-tunnel-ng "^2.7.1"

"@electron/notarize@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@electron/notarize/-/notarize-1.2.3.tgz#38056a629e5a0b5fd56c975c4828c0f74285b644"
integrity sha512-9oRzT56rKh5bspk3KpAVF8lPKHYQrBnRwcgiOeR0hdilVEQmszDaAu0IPCPrwwzJN0ugNs0rRboTreHMt/6mBQ==
dependencies:
debug "^4.1.1"
fs-extra "^9.0.1"

"@electron/remote@^2.0.8":
version "2.0.8"
resolved "https://registry.yarnpkg.com/@electron/remote/-/remote-2.0.8.tgz#85ff321f0490222993207106e2f720273bb1a5c3"
integrity sha512-P10v3+iFCIvEPeYzTWWGwwHmqWnjoh8RYnbtZAb3RlQefy4guagzIwcWtfftABIfm6JJTNQf4WPSKWZOpLmHXw==
version "2.0.9"
resolved "https://registry.yarnpkg.com/@electron/remote/-/remote-2.0.9.tgz#092ff085407bc907f45b89a72c36faa773ccf2d9"
integrity sha512-LR0W0ID6WAKHaSs0x5LX9aiG+5pFBNAJL6eQAJfGkCuZPUa6nZz+czZLdlTDETG45CgF/0raSvCtYOYUpr6c+A==

"@electron/[email protected]":
version "1.2.1"
Expand Down Expand Up @@ -130,14 +138,14 @@
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==

"@types/node@*":
version "18.11.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.10.tgz#4c64759f3c2343b7e6c4b9caf761c7a3a05cee34"
integrity sha512-juG3RWMBOqcOuXC643OAdSA525V44cVgGV6dUDuiFtss+8Fk5x1hI93Rsld43VeJVIeqlP9I7Fn9/qaVqoEAuQ==
version "18.11.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.11.tgz#1d455ac0211549a8409d3cdb371cd55cc971e8dc"
integrity sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g==

"@types/node@^16.11.26":
version "16.18.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.4.tgz#712ba61b4caf091fc6490301b1888356638c17bd"
integrity sha512-9qGjJ5GyShZjUfx2ArBIGM+xExdfLvvaCyQR0t6yRXKPcWCVYF/WemtX/uIU3r7FYECXRXkIiw2Vnhn6y8d+pw==
version "16.18.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.6.tgz#87846192fd51b693368fad3e99123169225621d4"
integrity sha512-vmYJF0REqDyyU0gviezF/KHq/fYaUbFhkcNbQCuPGFQj6VTbXuHZoxs/Y7mutWe73C8AC6l9fFu8mSYiBAqkGA==

"@types/plist@^3.0.1":
version "3.0.2"
Expand All @@ -163,9 +171,9 @@
integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==

"@types/yargs@^17.0.1":
version "17.0.15"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.15.tgz#5b62c89fb049e2fc8378394a2861a593055f0866"
integrity sha512-ZHc4W2dnEQPfhn06TBEdWaiUHEZAocYaiVMfwOipY5jcJt/251wVrKCBWBetGZWO5CF8tdb7L3DmdxVlZ2BOIg==
version "17.0.17"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.17.tgz#5672e5621f8e0fca13f433a8017aae4b7a2a03e7"
integrity sha512-72bWxFKTK6uwWJAVT+3rF6Jo6RTojiJ27FQo8Rf60AL+VZbzoVPnMFhKsUnbjR8A3BTCYQ7Mv3hnl8T0A+CX9g==
dependencies:
"@types/yargs-parser" "*"

Expand Down Expand Up @@ -770,14 +778,6 @@ electron-log@^4.4.8:
resolved "https://registry.yarnpkg.com/electron-log/-/electron-log-4.4.8.tgz#fcb9f714dbcaefb6ac7984c4683912c74730248a"
integrity sha512-QQ4GvrXO+HkgqqEOYbi+DHL7hj5JM+nHi/j+qrN9zeeXVKy8ZABgbu4CnG+BBqDZ2+tbeq9tUC4DZfIWFU5AZA==

electron-notarize@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/electron-notarize/-/electron-notarize-1.2.2.tgz#ebf2b258e8e08c1c9f8ff61dc53d5b16b439daf4"
integrity sha512-ZStVWYcWI7g87/PgjPJSIIhwQXOaw4/XeXU+pWqMMktSLHaGMLHdyPPN7Cmao7+Cr7fYufA16npdtMndYciHNw==
dependencies:
debug "^4.1.1"
fs-extra "^9.0.1"

electron-osx-sign@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/electron-osx-sign/-/electron-osx-sign-0.6.0.tgz#9b69c191d471d9458ef5b1e4fdd52baa059f1bb8"
Expand Down Expand Up @@ -833,7 +833,7 @@ electron-updater@^5.3.0:
semver "^7.3.5"
typed-emitter "^2.1.0"

electron@^21.2.2:
electron@^21.3.3:
version "21.3.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-21.3.3.tgz#66ddb22c337d8182eeece8b3c256a751f8e5bf76"
integrity sha512-2a9l8mUQlzXH/9WZrGYDJTyJOliLKbmEuCrQ8bfX1McAQOmI6PDQxfHV4qFUtyCDUp5SHrq5nuvg0c1pIkDBhg==
Expand Down Expand Up @@ -1393,6 +1393,13 @@ minipass@^3.0.0:
dependencies:
yallist "^4.0.0"

minipass@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.0.0.tgz#7cebb0f9fa7d56f0c5b17853cbe28838a8dbbd3b"
integrity sha512-g2Uuh2jEKoht+zvO6vJqXmYpflPqzRBT+Th2h01DKh5z7wbY/AZ2gCQ78cP70YoHPyFdY30YBV5WxgLOEwOykw==
dependencies:
yallist "^4.0.0"

minizlib@^2.1.1:
version "2.1.2"
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
Expand Down Expand Up @@ -1618,9 +1625,9 @@ roarr@^2.15.3:
sprintf-js "^1.1.2"

rxjs@^7.5.2:
version "7.5.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.7.tgz#2ec0d57fdc89ece220d2e702730ae8f1e49def39"
integrity sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==
version "7.6.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.6.0.tgz#361da5362b6ddaa691a2de0b4f2d32028f1eb5a2"
integrity sha512-DDa7d8TFNUalGC9VqXvQ1euWNN7sc63TrUCuM9J998+ViviahMIjKSOU7rfcgFOF+FCD71BhDRv4hrFz+ImDLQ==
dependencies:
tslib "^2.1.0"

Expand Down Expand Up @@ -1762,13 +1769,13 @@ supports-color@^7.1.0:
has-flag "^4.0.0"

tar@^6.1.11:
version "6.1.12"
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.12.tgz#3b742fb05669b55671fb769ab67a7791ea1a62e6"
integrity sha512-jU4TdemS31uABHd+Lt5WEYJuzn+TJTCBLljvIAHZOz6M9Os5pJ4dD+vRFLxPa/n3T0iEFzpi+0x1UfuDZYbRMw==
version "6.1.13"
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.13.tgz#46e22529000f612180601a6fe0680e7da508847b"
integrity sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==
dependencies:
chownr "^2.0.0"
fs-minipass "^2.0.0"
minipass "^3.0.0"
minipass "^4.0.0"
minizlib "^2.1.1"
mkdirp "^1.0.3"
yallist "^4.0.0"
Expand Down

0 comments on commit e5d9e9b

Please sign in to comment.