Skip to content

Commit

Permalink
Merge commit '27b59bfe206273e682ceac4a5f20fd8c00f4fc11' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Jan 31, 2023
2 parents 4122b43 + 27b59bf commit 6fa62dc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 22 deletions.
2 changes: 1 addition & 1 deletion drawio
Submodule drawio updated 92 files
+36 −0 ChangeLog
+14 −2 README.md
+1 −1 VERSION
+20 −27 src/main/webapp/index.html
+3,055 −3,029 src/main/webapp/js/app.min.js
+51 −22 src/main/webapp/js/diagramly/App.js
+16 −14 src/main/webapp/js/diagramly/Devel.js
+403 −154 src/main/webapp/js/diagramly/Dialogs.js
+2 −2 src/main/webapp/js/diagramly/DrawioFileSync.js
+273 −265 src/main/webapp/js/diagramly/Editor.js
+1,087 −679 src/main/webapp/js/diagramly/EditorUi.js
+93 −73 src/main/webapp/js/diagramly/ElectronApp.js
+228 −219 src/main/webapp/js/diagramly/GitHubClient.js
+146 −134 src/main/webapp/js/diagramly/GitLabClient.js
+37 −68 src/main/webapp/js/diagramly/Menus.js
+2 −2 src/main/webapp/js/diagramly/P2PCollab.js
+0 −1 src/main/webapp/js/diagramly/sidebar/Sidebar.js
+4 −2 src/main/webapp/js/grapheditor/Dialogs.js
+156 −75 src/main/webapp/js/grapheditor/EditorUi.js
+18 −11 src/main/webapp/js/grapheditor/Format.js
+17 −7 src/main/webapp/js/grapheditor/Graph.js
+60 −56 src/main/webapp/js/grapheditor/Menus.js
+22 −14 src/main/webapp/js/grapheditor/Shapes.js
+22 −17 src/main/webapp/js/grapheditor/Sidebar.js
+2,737 −2,712 src/main/webapp/js/integrate.min.js
+2,057 −2,042 src/main/webapp/js/viewer-static.min.js
+2,057 −2,042 src/main/webapp/js/viewer.min.js
+19 −18 src/main/webapp/mxgraph/mxClient.js
+11 −8 src/main/webapp/plugins/nextcloud.js
+5 −1 src/main/webapp/resources/dia.txt
+5 −1 src/main/webapp/resources/dia_am.txt
+5 −1 src/main/webapp/resources/dia_ar.txt
+4 −0 src/main/webapp/resources/dia_bg.txt
+5 −1 src/main/webapp/resources/dia_bn.txt
+4 −0 src/main/webapp/resources/dia_bs.txt
+4 −0 src/main/webapp/resources/dia_ca.txt
+13 −9 src/main/webapp/resources/dia_cs.txt
+4 −0 src/main/webapp/resources/dia_da.txt
+6 −2 src/main/webapp/resources/dia_de.txt
+4 −0 src/main/webapp/resources/dia_el.txt
+5 −1 src/main/webapp/resources/dia_eo.txt
+5 −1 src/main/webapp/resources/dia_es.txt
+4 −0 src/main/webapp/resources/dia_et.txt
+4 −0 src/main/webapp/resources/dia_eu.txt
+4 −0 src/main/webapp/resources/dia_fa.txt
+4 −0 src/main/webapp/resources/dia_fi.txt
+4 −0 src/main/webapp/resources/dia_fil.txt
+8 −4 src/main/webapp/resources/dia_fr.txt
+4 −0 src/main/webapp/resources/dia_gl.txt
+5 −1 src/main/webapp/resources/dia_gu.txt
+4 −0 src/main/webapp/resources/dia_he.txt
+5 −1 src/main/webapp/resources/dia_hi.txt
+5 −1 src/main/webapp/resources/dia_hr.txt
+4 −0 src/main/webapp/resources/dia_hu.txt
+4 −0 src/main/webapp/resources/dia_i18n.txt
+4 −0 src/main/webapp/resources/dia_id.txt
+5 −1 src/main/webapp/resources/dia_it.txt
+4 −0 src/main/webapp/resources/dia_ja.txt
+5 −1 src/main/webapp/resources/dia_kn.txt
+4 −0 src/main/webapp/resources/dia_ko.txt
+5 −1 src/main/webapp/resources/dia_lt.txt
+4 −0 src/main/webapp/resources/dia_lv.txt
+5 −1 src/main/webapp/resources/dia_ml.txt
+5 −1 src/main/webapp/resources/dia_mr.txt
+4 −0 src/main/webapp/resources/dia_ms.txt
+5 −1 src/main/webapp/resources/dia_my.txt
+33 −29 src/main/webapp/resources/dia_nl.txt
+4 −0 src/main/webapp/resources/dia_no.txt
+4 −0 src/main/webapp/resources/dia_pl.txt
+5 −1 src/main/webapp/resources/dia_pt-br.txt
+5 −1 src/main/webapp/resources/dia_pt.txt
+4 −0 src/main/webapp/resources/dia_ro.txt
+4 −0 src/main/webapp/resources/dia_ru.txt
+5 −1 src/main/webapp/resources/dia_si.txt
+5 −1 src/main/webapp/resources/dia_sk.txt
+5 −1 src/main/webapp/resources/dia_sl.txt
+5 −1 src/main/webapp/resources/dia_sr.txt
+4 −0 src/main/webapp/resources/dia_sv.txt
+5 −1 src/main/webapp/resources/dia_sw.txt
+5 −1 src/main/webapp/resources/dia_ta.txt
+5 −1 src/main/webapp/resources/dia_te.txt
+4 −0 src/main/webapp/resources/dia_th.txt
+4 −0 src/main/webapp/resources/dia_tr.txt
+4 −0 src/main/webapp/resources/dia_uk.txt
+4 −0 src/main/webapp/resources/dia_vi.txt
+71 −67 src/main/webapp/resources/dia_zh-tw.txt
+4 −0 src/main/webapp/resources/dia_zh.txt
+1 −1 src/main/webapp/service-worker.js
+1 −1 src/main/webapp/service-worker.js.map
+3 −3 src/main/webapp/styles/dark.css
+10 −11 src/main/webapp/styles/grapheditor.css
+20 −27 src/main/webapp/teams.html
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.8.10",
"version": "20.8.14",
"description": "draw.io desktop",
"main": "./drawio/src/main/webapp/electron.js",
"scripts": {
Expand Down
38 changes: 18 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@
integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==

"@types/yargs@^17.0.1":
version "17.0.20"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.20.tgz#107f0fcc13bd4a524e352b41c49fe88aab5c54d5"
integrity sha512-eknWrTHofQuPk2iuqDm1waA7V6xPlbgBoaaXEgYkClhLOnB0TtbW+srJaOToAgawPxPlHQzwypFA2bhZaUGP5A==
version "17.0.22"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.22.tgz#7dd37697691b5f17d020f3c63e7a45971ff71e9a"
integrity sha512-pet5WJ9U8yPVRhkwuEIp5ktAeAqRZOq4UdAyWLWzxbtpyXnzbtLdKiXAjJzi/KLmPGS9wk86lUFWZFN6sISo4g==
dependencies:
"@types/yargs-parser" "*"

Expand Down Expand Up @@ -619,9 +619,9 @@ crc@^3.8.0:
buffer "^5.1.0"

crc@^4.1.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/crc/-/crc-4.3.1.tgz#39413e65e7dbfd0135bec13ce747162d47ff8ae2"
integrity sha512-xj9aHWoSZ3QjIrfhaDjWFObTOuCKgI4PDuzORvgzCIJ3qDw9Z3dOVK/Oj++N0kWdFLWBbOjSi+/0SLleiy/4OQ==
version "4.3.2"
resolved "https://registry.yarnpkg.com/crc/-/crc-4.3.2.tgz#49b7821cbf2cf61dfd079ed93863bbebd5469b9a"
integrity sha512-uGDHf4KLLh2zsHa8D8hIQ1H/HtFQhyHrc0uhHBcoKGol/Xnb+MPYfUMw7cvON6ze/GUESTudKayDcJC5HnJv1A==

cross-spawn@^7.0.1, cross-spawn@^7.0.3:
version "7.0.3"
Expand Down Expand Up @@ -834,9 +834,9 @@ electron-updater@^5.3.0:
typed-emitter "^2.1.0"

electron@^21.3.3:
version "21.3.5"
resolved "https://registry.yarnpkg.com/electron/-/electron-21.3.5.tgz#5cb152f326f83bf2a3a0d32a5bd8a5bb35f70278"
integrity sha512-KV/qACdMsppgrleKuPNKk2kynO/o+hCDbl6MfGFbqY3d8RnhLixCBuertBrcap04dQ5vspMiDHekMOpSDS3SaA==
version "21.4.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-21.4.0.tgz#58c56e9ca7cebf45d9bfa1ea6d976400ffdc3cf0"
integrity sha512-eko9hBBgJujF6er/LYhft1Os4NKaw/lcitF2HWjDsjw2B2aCxWLkw+gPslJVhW6OfusC/vzpvqi26XEgnVnnOg==
dependencies:
"@electron/get" "^1.14.1"
"@types/node" "^16.11.26"
Expand Down Expand Up @@ -1113,9 +1113,9 @@ hosted-git-info@^4.1.0:
lru-cache "^6.0.0"

http-cache-semantics@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==
version "4.1.1"
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a"
integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==

http-proxy-agent@^5.0.0:
version "5.0.0"
Expand Down Expand Up @@ -1394,11 +1394,9 @@ minipass@^3.0.0:
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"
version "4.0.1"
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.0.1.tgz#2b9408c6e81bb8b338d600fb3685e375a370a057"
integrity sha512-V9esFpNbK0arbN3fm2sxDKqMYgIp7XtVdE4Esj+PE4Qaaxdg1wIw48ITQIOn1sc8xXSmUviVL3cyjMqPlrVkiA==

minizlib@^2.1.1:
version "2.1.2"
Expand Down Expand Up @@ -1820,9 +1818,9 @@ tslib@^1.11.1:
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.1.0:
version "2.4.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
version "2.5.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==

tunnel@^0.0.6:
version "0.0.6"
Expand Down

0 comments on commit 6fa62dc

Please sign in to comment.