Skip to content

Commit

Permalink
Merge commit '6cf17303230fed52b1d62eed7e49b526603d02b6' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed May 4, 2023
2 parents 02b1dfb + 6cf1730 commit 88b1718
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Local Storage and Session Storage is stored in the AppData folder:
Open-source, not open-contribution
----------------------------------

[Similar to SQLite](https://www.sqlite.org/copyright.html), diagrams.net is open
[Similar to SQLite](https://www.sqlite.org/copyright.html), draw.io is open
source but closed to contributions.

The level of complexity of this project means that even simple changes
Expand Down
2 changes: 1 addition & 1 deletion drawio
Submodule drawio updated 89 files
+43 −0 ChangeLog
+5 −4 README.md
+1 −1 VERSION
+2 −2 src/main/webapp/CITATION.cff
+1 −1 src/main/webapp/electron.js
+1 −1 src/main/webapp/js/PreConfig.js
+2,936 −2,926 src/main/webapp/js/app.min.js
+53 −40 src/main/webapp/js/diagramly/App.js
+6 −6 src/main/webapp/js/diagramly/Dialogs.js
+1 −1 src/main/webapp/js/diagramly/DrawioFile.js
+1 −1 src/main/webapp/js/diagramly/DriveClient.js
+13 −12 src/main/webapp/js/diagramly/Editor.js
+180 −8 src/main/webapp/js/diagramly/EditorUi.js
+2 −2 src/main/webapp/js/diagramly/GitHubClient.js
+69 −15 src/main/webapp/js/diagramly/GraphViewer.js
+115 −23 src/main/webapp/js/diagramly/Menus.js
+63 −87 src/main/webapp/js/diagramly/Pages.js
+2 −2 src/main/webapp/js/diagramly/sidebar/Sidebar.js
+52 −76 src/main/webapp/js/grapheditor/Actions.js
+57 −1 src/main/webapp/js/grapheditor/Editor.js
+79 −56 src/main/webapp/js/grapheditor/EditorUi.js
+189 −68 src/main/webapp/js/grapheditor/Graph.js
+3 −3 src/main/webapp/js/grapheditor/Sidebar.js
+3,003 −2,993 src/main/webapp/js/integrate.min.js
+165 −165 src/main/webapp/js/stencils.min.js
+1,794 −1,784 src/main/webapp/js/viewer-static.min.js
+1,794 −1,784 src/main/webapp/js/viewer.min.js
+65 −63 src/main/webapp/mxgraph/mxClient.js
+3 −3 src/main/webapp/plugins/voice.js
+1 −1 src/main/webapp/resources/dia.txt
+1 −1 src/main/webapp/resources/dia_am.txt
+1 −1 src/main/webapp/resources/dia_ar.txt
+1 −1 src/main/webapp/resources/dia_bg.txt
+1 −1 src/main/webapp/resources/dia_bn.txt
+1 −1 src/main/webapp/resources/dia_bs.txt
+3 −3 src/main/webapp/resources/dia_ca.txt
+1 −1 src/main/webapp/resources/dia_cs.txt
+1 −1 src/main/webapp/resources/dia_da.txt
+1 −1 src/main/webapp/resources/dia_de.txt
+1 −1 src/main/webapp/resources/dia_el.txt
+1 −1 src/main/webapp/resources/dia_eo.txt
+1 −1 src/main/webapp/resources/dia_es.txt
+1 −1 src/main/webapp/resources/dia_et.txt
+1 −1 src/main/webapp/resources/dia_eu.txt
+1 −1 src/main/webapp/resources/dia_fa.txt
+1 −1 src/main/webapp/resources/dia_fi.txt
+1 −1 src/main/webapp/resources/dia_fil.txt
+1 −1 src/main/webapp/resources/dia_fr.txt
+1 −1 src/main/webapp/resources/dia_gl.txt
+1 −1 src/main/webapp/resources/dia_gu.txt
+1 −1 src/main/webapp/resources/dia_he.txt
+1 −1 src/main/webapp/resources/dia_hi.txt
+1 −1 src/main/webapp/resources/dia_hr.txt
+1 −1 src/main/webapp/resources/dia_hu.txt
+1 −1 src/main/webapp/resources/dia_id.txt
+1 −1 src/main/webapp/resources/dia_it.txt
+1 −1 src/main/webapp/resources/dia_ja.txt
+1 −1 src/main/webapp/resources/dia_kn.txt
+1 −1 src/main/webapp/resources/dia_ko.txt
+1 −1 src/main/webapp/resources/dia_lt.txt
+1 −1 src/main/webapp/resources/dia_lv.txt
+1 −1 src/main/webapp/resources/dia_ml.txt
+1 −1 src/main/webapp/resources/dia_mr.txt
+1 −1 src/main/webapp/resources/dia_ms.txt
+1 −1 src/main/webapp/resources/dia_my.txt
+2 −2 src/main/webapp/resources/dia_nl.txt
+1 −1 src/main/webapp/resources/dia_no.txt
+1 −1 src/main/webapp/resources/dia_pl.txt
+1 −1 src/main/webapp/resources/dia_pt-br.txt
+1 −1 src/main/webapp/resources/dia_pt.txt
+1 −1 src/main/webapp/resources/dia_ro.txt
+1 −1 src/main/webapp/resources/dia_ru.txt
+1 −1 src/main/webapp/resources/dia_si.txt
+1 −1 src/main/webapp/resources/dia_sk.txt
+1 −1 src/main/webapp/resources/dia_sl.txt
+1 −1 src/main/webapp/resources/dia_sr.txt
+1 −1 src/main/webapp/resources/dia_sv.txt
+1 −1 src/main/webapp/resources/dia_sw.txt
+1 −1 src/main/webapp/resources/dia_ta.txt
+1 −1 src/main/webapp/resources/dia_te.txt
+1 −1 src/main/webapp/resources/dia_th.txt
+1 −1 src/main/webapp/resources/dia_tr.txt
+1 −1 src/main/webapp/resources/dia_uk.txt
+1 −1 src/main/webapp/resources/dia_vi.txt
+1 −1 src/main/webapp/resources/dia_zh-tw.txt
+1 −1 src/main/webapp/resources/dia_zh.txt
+1 −1 src/main/webapp/service-worker.js
+1 −1 src/main/webapp/service-worker.js.map
+1 −1 src/main/webapp/shortcuts.svg
134 changes: 67 additions & 67 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
minimist "^1.2.6"
plist "^3.0.5"

"@electron/rebuild@^3.2.11":
version "3.2.12"
resolved "https://registry.yarnpkg.com/@electron/rebuild/-/rebuild-3.2.12.tgz#2c26c260686a6232963e8b538af3955735ee5275"
integrity sha512-2P9TpygstHQ13LtCAK2N2XB9D1lQq5sZ73dv3YXwKoJ78/XG8Gjbm+44vWtjNiEtj98a3dVZc8Pw3YVS8Iu0KA==
"@electron/rebuild@^3.2.13":
version "3.2.13"
resolved "https://registry.yarnpkg.com/@electron/rebuild/-/rebuild-3.2.13.tgz#98fbb98981b1a86162546a2ab91b2355569cca4c"
integrity sha512-DH9Ol4JCnHDYVOD0fKWq+Qqbn/0WU1O6QR0mIpMXEVU4YFM4PlaqNC9K36mGShNBxxGFotZCMDrB1wl/iHM12g==
dependencies:
"@malept/cross-spawn-promise" "^2.0.0"
chalk "^4.0.0"
Expand Down Expand Up @@ -191,9 +191,9 @@
"@types/node" "*"

"@types/node@*", "@types/node@^18.11.18":
version "18.15.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.12.tgz#833756634e78c829e1254db006468dadbb0c696b"
integrity sha512-Wha1UwsB3CYdqUm2PPzh/1gujGCNtWVUYF0mB00fJFoR4gTyWTDPjSm+zBF787Ahw8vSGgBja90MkgFwvB86Dg==
version "18.16.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.3.tgz#6bda7819aae6ea0b386ebc5b24bdf602f1b42b01"
integrity sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==

"@types/plist@^3.0.1":
version "3.0.2"
Expand Down Expand Up @@ -313,26 +313,26 @@ [email protected]:
resolved "https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-4.0.0.tgz#1df8e654bd1395e4a319d82545c98667d7eed2f0"
integrity sha512-xwdG0FJPQMe0M0UA4Tz0zEB8rBJTRA5a476ZawAqiBkMv16GRK5xpXThOjMaEOFnZ6zabejjG4J3da0SXG63KA==

app-builder-lib@24.2.1:
version "24.2.1"
resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-24.2.1.tgz#0b54e022167408efbcdd7e911c9def6f908a4d5e"
integrity sha512-3LNOcaiXMo/iUdnETPLh1HnPksh+0pl9smIKpUC3ZJa0y2UnChddz8BKTWNc+iN/P4zSiV23hoXAp78Occ1xkA==
app-builder-lib@24.3.0:
version "24.3.0"
resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-24.3.0.tgz#3dc0244797abb9d37d9b0468481ee20b9ad83a6f"
integrity sha512-FcZJAXoES+rZSST76v5Hn7SjAiKyIr25EPl5ECWK2cFYOkBLhav3MpTH9zc2g8VcXA/KbCH6a1Maz0WpfMdXfg==
dependencies:
"7zip-bin" "~5.1.1"
"@develar/schema-utils" "~2.6.5"
"@electron/notarize" "^1.2.3"
"@electron/osx-sign" "^1.0.4"
"@electron/rebuild" "^3.2.11"
"@electron/rebuild" "^3.2.13"
"@electron/universal" "1.3.4"
"@malept/flatpak-bundler" "^0.4.0"
async-exit-hook "^2.0.1"
bluebird-lst "^1.0.9"
builder-util "24.1.2"
builder-util-runtime "9.2.0"
builder-util "24.3.0"
builder-util-runtime "9.2.1"
chromium-pickle-js "^0.2.0"
debug "^4.3.4"
ejs "^3.1.8"
electron-publish "24.1.2"
electron-publish "24.3.0"
form-data "^4.0.0"
fs-extra "^10.1.0"
hosted-git-info "^4.1.0"
Expand Down Expand Up @@ -482,23 +482,23 @@ [email protected]:
debug "^4.3.4"
sax "^1.2.4"

[email protected].0:
version "9.2.0"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.2.0.tgz#64e7764f0a3b8bcba520efbd5f64e7926815b148"
integrity sha512-6S0FLP5n57MgSVEypgjq5veUMd8C8NKt/IgRRXyYXYnhRG9AxxAB4/uULQhDG4JbAoeb5ahOTPC1jAxT0l2ylQ==
[email protected].1:
version "9.2.1"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.2.1.tgz#3184dcdf7ed6c47afb8df733813224ced4f624fd"
integrity sha512-2rLv/uQD2x+dJ0J3xtsmI12AlRyk7p45TEbE/6o/fbb633e/S3pPgm+ct+JHsoY7r39dKHnGEFk/AASRFdnXmA==
dependencies:
debug "^4.3.4"
sax "^1.2.4"

builder-util@24.1.2:
version "24.1.2"
resolved "https://registry.yarnpkg.com/builder-util/-/builder-util-24.1.2.tgz#5cbd9df77674580c0b5337c0e28df7b575b32048"
integrity sha512-DLq66sChtOi6+FE8EEMvZ+GA42ssVB65TKtioEhq8mmVRcbDKt/OMfMFDLyCQVw+2HuBr40UtPmojKLYsG0kNQ==
builder-util@24.3.0:
version "24.3.0"
resolved "https://registry.yarnpkg.com/builder-util/-/builder-util-24.3.0.tgz#d1ff177a3021037ff9c53074e569a96e53138d9b"
integrity sha512-/X3CYemDwtLO8akeOvEN9oHfpHIjCnNNHC0jktXF7NobKCu1paMRpMd8fQnYRVLxfdPPD7Rg/GUi12QPKbekdA==
dependencies:
"7zip-bin" "~5.1.1"
app-builder-bin "4.0.0"
bluebird-lst "^1.0.9"
builder-util-runtime "9.2.0"
builder-util-runtime "9.2.1"
chalk "^4.1.2"
cross-spawn "^7.0.3"
debug "^4.3.4"
Expand Down Expand Up @@ -594,9 +594,9 @@ cli-cursor@^3.1.0:
restore-cursor "^3.1.0"

cli-spinners@^2.5.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.8.0.tgz#e97a3e2bd00e6d85aa0c13d7f9e3ce236f7787fc"
integrity sha512-/eG5sJcvEIwxcdYM86k5tPwn0MUzkX5YY3eImTGpJOZgVe4SdTMY14vQpcxgBzJ0wXwAYrS8E+c3uHeK4JNyzQ==
version "2.9.0"
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.0.tgz#5881d0ad96381e117bbe07ad91f2008fe6ffd8db"
integrity sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==

cli-truncate@^2.1.0:
version "2.1.0"
Expand Down Expand Up @@ -827,14 +827,14 @@ dir-compare@^3.0.0:
buffer-equal "^1.0.0"
minimatch "^3.0.4"

dmg-builder@24.2.1:
version "24.2.1"
resolved "https://registry.yarnpkg.com/dmg-builder/-/dmg-builder-24.2.1.tgz#29c8796c50ba689a2f8876586e9e96198db99cc5"
integrity sha512-k38ou8K8W+GDrhvVpgla3wZy2eNzZMmRDuSqSW6Ufmk/M1oXPhOYu6n7KH5A0TFo04TUMunO7PjZq7VFDZATbw==
dmg-builder@24.3.0:
version "24.3.0"
resolved "https://registry.yarnpkg.com/dmg-builder/-/dmg-builder-24.3.0.tgz#c7eb3fe821ac75c678bd3b455f700a9bb398aba0"
integrity sha512-U1HdvJG3MJi+BKJxn+g3wbQ9OsLaTFB4Issq0es3eBP1TDDKMxcb3Y6a2xT6IW9F+Iw8nAQopr97CZzFjzwjwg==
dependencies:
app-builder-lib "24.2.1"
builder-util "24.1.2"
builder-util-runtime "9.2.0"
app-builder-lib "24.3.0"
builder-util "24.3.0"
builder-util-runtime "9.2.1"
fs-extra "^10.1.0"
iconv-lite "^0.6.2"
js-yaml "^4.1.0"
Expand Down Expand Up @@ -885,15 +885,15 @@ ejs@^3.1.8:
jake "^10.8.5"

electron-builder@^24.2.0:
version "24.2.1"
resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-24.2.1.tgz#ac00e607bbc24366b2060b986bd95cfb357379f9"
integrity sha512-f7TcKz5FKzB7PE18fVmjw/i9QQ2bjfSO7Izuvd20R52LJRW5TGCOUuIHyG0Yp74HBvTfXd6cZIzBThiGGXZE+w==
version "24.3.0"
resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-24.3.0.tgz#9eb298b7d27bdfdf12f0278f06b98833cc3f091e"
integrity sha512-+MD9hRsoN1c4Fi/fyKredXgy3Bu6IGgd2nbc40FY7Pgi4Vthvnq0e5pql4BgwFUxBrspuvEB+tiH5QU3ZPq0zA==
dependencies:
app-builder-lib "24.2.1"
builder-util "24.1.2"
builder-util-runtime "9.2.0"
app-builder-lib "24.3.0"
builder-util "24.3.0"
builder-util-runtime "9.2.1"
chalk "^4.1.2"
dmg-builder "24.2.1"
dmg-builder "24.3.0"
fs-extra "^10.1.0"
is-ci "^3.0.0"
lazy-val "^1.0.5"
Expand All @@ -907,19 +907,19 @@ electron-log@^4.4.8:
integrity sha512-QQ4GvrXO+HkgqqEOYbi+DHL7hj5JM+nHi/j+qrN9zeeXVKy8ZABgbu4CnG+BBqDZ2+tbeq9tUC4DZfIWFU5AZA==

electron-progressbar@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/electron-progressbar/-/electron-progressbar-2.0.1.tgz#97e39e006cc9f4a63c598b03b171800fd47f8f33"
integrity sha512-+N60GX2q+KH5OvZXxwtjMTZB/1AyxriFd95vOnR3sOfNpvz+30LMsM0a9SnEivZE6N8Djy7F3z4TY8pLs8aopw==
version "2.1.0"
resolved "https://registry.yarnpkg.com/electron-progressbar/-/electron-progressbar-2.1.0.tgz#12cc2a652f9b12a408b7a1e623fb4eb62c9fc645"
integrity sha512-F2/xVYxmcbmvqXtlD7d1xbq9320ILutVZf0SDpvb55SDreBiCJTH5ctz7/0FD85cW4mxITNh9u8CStZgcEA3Ag==
dependencies:
extend "^3.0.1"

electron-publish@24.1.2:
version "24.1.2"
resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-24.1.2.tgz#263bc4e320b14775ec338526d3736c769363a5be"
integrity sha512-Hxkd+iFSbTvTVgagXzx+RsJOjSRLH1oxu/UNQY9hSqm6WiWvsBjrhNdY2SJqHGB0Jg6bejZdLO6/t3O9OXIAHQ==
electron-publish@24.3.0:
version "24.3.0"
resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-24.3.0.tgz#9ad740e8a00ae97aca2210a3d7fa603d0db81140"
integrity sha512-CSo37CNsJL4Vvy8naQMCI6unXxHF8fhx89p0JEy0EOnaWmDdlSZ21kqcJHUSP6pSXJsqKq1DW72pZYU6B6Bpqw==
dependencies:
builder-util "24.1.2"
builder-util-runtime "9.2.0"
builder-util "24.3.0"
builder-util-runtime "9.2.1"
chalk "^4.1.2"
fs-extra "^10.1.0"
lazy-val "^1.0.5"
Expand Down Expand Up @@ -949,9 +949,9 @@ electron-updater@^5.3.0:
typed-emitter "^2.1.0"

electron@^24.1.0:
version "24.1.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-24.1.2.tgz#8dd0b4928a08236be4791d39535d1d35cc05f04b"
integrity sha512-V0isWbyLYiXrSCcB4lrSVhS/U56NFGfuqHyc+yEPkyhhvY+h4F85cYGdEiZlXp6XjHT+/CLHmw0ltK54g9lvDw==
version "24.2.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-24.2.0.tgz#54623a909e2e5d53a69d5fd8bf22ab37e61c188b"
integrity sha512-fEYAftYqFhveniWJbEHXjNMWjooFFIuqNj/eEFJkGzycInfBJq/c4E/dew++s6s0YLubxFnjoF2qZiqapLj0gA==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^18.11.18"
Expand Down Expand Up @@ -1633,10 +1633,10 @@ minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6:
dependencies:
yallist "^4.0.0"

minipass@^4.0.0:
version "4.2.8"
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a"
integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==
minipass@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==

minizlib@^2.1.1, minizlib@^2.1.2:
version "2.1.2"
Expand Down Expand Up @@ -1960,9 +1960,9 @@ roarr@^2.15.3:
sprintf-js "^1.1.2"

rxjs@^7.5.2:
version "7.8.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4"
integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==
version "7.8.1"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
dependencies:
tslib "^2.1.0"

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

tar@^6.0.5, tar@^6.1.11, tar@^6.1.12, tar@^6.1.2:
version "6.1.13"
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.13.tgz#46e22529000f612180601a6fe0680e7da508847b"
integrity sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==
version "6.1.14"
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.14.tgz#e87926bec1cfe7c9e783a77a79f3e81c1cfa3b66"
integrity sha512-piERznXu0U7/pW7cdSn7hjqySIVTYT6F76icmFk7ptU7dDYlXTm5r9A6K04R2vU3olYgoKeo1Cg3eeu5nhftAw==
dependencies:
chownr "^2.0.0"
fs-minipass "^2.0.0"
minipass "^4.0.0"
minipass "^5.0.0"
minizlib "^2.1.1"
mkdirp "^1.0.3"
yallist "^4.0.0"
Expand Down Expand Up @@ -2333,9 +2333,9 @@ yargs-parser@^21.1.1:
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==

yargs@^17.0.1, yargs@^17.6.2:
version "17.7.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.1.tgz#34a77645201d1a8fc5213ace787c220eabbd0967"
integrity sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==
version "17.7.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
dependencies:
cliui "^8.0.1"
escalade "^3.1.1"
Expand Down

2 comments on commit 88b1718

@davidjgraph
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Downloaded draw.io-universal-21.2.8.dmg to ARM Mac M1 Mac OS 13.3.1. Tested create/save/reload/save diagram. Tested autosaving. Tested PDF export. No issues.

Downloaded draw.io-21.2.8-windows-installer.exe to windows 11 Pro 22H2 build 22621.1555. Tested create/save/reload/save diagram. Tested autosaving. Tested PDF export. No issues.

@davidjgraph
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Please sign in to comment.