Skip to content

Commit

Permalink
Bump drawio to 14.8.4 (QuantStack#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Jul 3, 2021
1 parent f772592 commit 2f6dd87
Show file tree
Hide file tree
Showing 6 changed files with 302 additions and 293 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

#### @deathbeds/ipydrawio-notebook 1.1.1

#### @deathbeds/ipydrawio-webpack 14.8.000
#### @deathbeds/ipydrawio-webpack 14.8.400

- upgrade to drawio v14.8.0 for layer enhancements and various bugfixes [#51]
- upgrade to drawio v14.8.4 for layer enhancements and various bugfixes [#51]

#### @deathbeds/ipydrawio-jupyter-templates 1.1.1

Expand Down
4 changes: 3 additions & 1 deletion atest/_Variables.robot
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ ${XP LAUNCH TAB} ${JLAB XP DOCK TAB}//*[contains(text(), 'Launcher')]
${CSS LAUNCHER} css:.jp-Launcher-body
${CSS LAUNCH DIO} css:.jp-LauncherCard[title='Create a blank .dio file'] svg
${CSS LAUNCH CUSTOM} css:.jp-LauncherCard[title='Create a diagram with customized formats, templates, and UI'] svg
${CSS LAUNCH IPYNB} css:.jp-LauncherCard[data-category='Notebook'][title='Python 3'] .jp-LauncherCard-icon
# ipykernel 5 is "Python 3". ipykernel 6 is "Python 3 (ipykernel)"... but only works on python 3.7+
# TODO: consider capturing this information as a tag
${CSS LAUNCH IPYNB} css:.jp-LauncherCard[data-category='Notebook'][title^='Python 3'] .jp-LauncherCard-icon
${CSS DIO READY} css:.jp-Diagram-ready
${CSS DIO IFRAME} ${CSS DIO READY} iframe
# drawio
Expand Down
2 changes: 1 addition & 1 deletion packages/ipydrawio-webpack/drawio
Submodule drawio updated 95 files
+29 −0 ChangeLog
+1 −1 VERSION
+4 −2 etc/build/build.xml
+1 −1 src/main/webapp/images/all-diagrams-sel.svg
+1 −1 src/main/webapp/images/all-diagrams.svg
+1 −1 src/main/webapp/images/list-sel.svg
+1 −1 src/main/webapp/images/list.svg
+1 −1 src/main/webapp/images/my-diagrams-sel.svg
+1 −1 src/main/webapp/images/my-diagrams.svg
+1 −1 src/main/webapp/images/tiles-sel.svg
+1 −1 src/main/webapp/images/tiles.svg
+1,968 −1,956 src/main/webapp/js/app.min.js
+2 −2 src/main/webapp/js/diagramly/Devel.js
+908 −229 src/main/webapp/js/diagramly/Dialogs.js
+11 −0 src/main/webapp/js/diagramly/DriveClient.js
+26 −17 src/main/webapp/js/diagramly/Editor.js
+60 −114 src/main/webapp/js/diagramly/EditorUi.js
+1 −1 src/main/webapp/js/diagramly/GraphViewer.js
+112 −41 src/main/webapp/js/diagramly/Menus.js
+10 −9 src/main/webapp/js/diagramly/Minimal.js
+38 −3 src/main/webapp/js/diagramly/vsdx/importer.js
+187 −186 src/main/webapp/js/extensions.min.js
+31 −23 src/main/webapp/js/grapheditor/Actions.js
+40 −100 src/main/webapp/js/grapheditor/Dialogs.js
+10 −9 src/main/webapp/js/grapheditor/Editor.js
+32 −35 src/main/webapp/js/grapheditor/EditorUi.js
+122 −132 src/main/webapp/js/grapheditor/Format.js
+9 −41 src/main/webapp/js/grapheditor/Graph.js
+5 −4 src/main/webapp/js/grapheditor/Menus.js
+20 −16 src/main/webapp/js/grapheditor/Sidebar.js
+1,366 −1,367 src/main/webapp/js/viewer-static.min.js
+1,366 −1,367 src/main/webapp/js/viewer.min.js
+58 −60 src/main/webapp/mxgraph/mxClient.js
+0 −2 src/main/webapp/newDiagramCats/index.xml
+2 −0 src/main/webapp/resources/dia.txt
+2 −0 src/main/webapp/resources/dia_am.txt
+2 −0 src/main/webapp/resources/dia_ar.txt
+2 −0 src/main/webapp/resources/dia_bg.txt
+2 −0 src/main/webapp/resources/dia_bn.txt
+2 −0 src/main/webapp/resources/dia_bs.txt
+2 −0 src/main/webapp/resources/dia_ca.txt
+2 −0 src/main/webapp/resources/dia_cs.txt
+2 −0 src/main/webapp/resources/dia_da.txt
+3 −1 src/main/webapp/resources/dia_de.txt
+2 −0 src/main/webapp/resources/dia_el.txt
+2 −0 src/main/webapp/resources/dia_eo.txt
+2 −0 src/main/webapp/resources/dia_es.txt
+2 −0 src/main/webapp/resources/dia_et.txt
+13 −11 src/main/webapp/resources/dia_eu.txt
+2 −0 src/main/webapp/resources/dia_fa.txt
+2 −0 src/main/webapp/resources/dia_fi.txt
+2 −0 src/main/webapp/resources/dia_fil.txt
+11 −9 src/main/webapp/resources/dia_fr.txt
+2 −0 src/main/webapp/resources/dia_gl.txt
+2 −0 src/main/webapp/resources/dia_gu.txt
+2 −0 src/main/webapp/resources/dia_he.txt
+2 −0 src/main/webapp/resources/dia_hi.txt
+2 −0 src/main/webapp/resources/dia_hr.txt
+2 −0 src/main/webapp/resources/dia_hu.txt
+2 −0 src/main/webapp/resources/dia_i18n.txt
+2 −0 src/main/webapp/resources/dia_id.txt
+2 −0 src/main/webapp/resources/dia_it.txt
+2 −0 src/main/webapp/resources/dia_ja.txt
+2 −0 src/main/webapp/resources/dia_kn.txt
+2 −0 src/main/webapp/resources/dia_ko.txt
+2 −0 src/main/webapp/resources/dia_lt.txt
+2 −0 src/main/webapp/resources/dia_lv.txt
+2 −0 src/main/webapp/resources/dia_ml.txt
+2 −0 src/main/webapp/resources/dia_mr.txt
+2 −0 src/main/webapp/resources/dia_ms.txt
+2 −0 src/main/webapp/resources/dia_my.txt
+2 −0 src/main/webapp/resources/dia_nl.txt
+2 −0 src/main/webapp/resources/dia_no.txt
+2 −0 src/main/webapp/resources/dia_pl.txt
+2 −0 src/main/webapp/resources/dia_pt-br.txt
+2 −0 src/main/webapp/resources/dia_pt.txt
+2 −0 src/main/webapp/resources/dia_ro.txt
+2 −0 src/main/webapp/resources/dia_ru.txt
+2 −0 src/main/webapp/resources/dia_si.txt
+2 −0 src/main/webapp/resources/dia_sk.txt
+2 −0 src/main/webapp/resources/dia_sl.txt
+2 −0 src/main/webapp/resources/dia_sr.txt
+2 −0 src/main/webapp/resources/dia_sv.txt
+2 −0 src/main/webapp/resources/dia_sw.txt
+2 −0 src/main/webapp/resources/dia_ta.txt
+2 −0 src/main/webapp/resources/dia_te.txt
+2 −0 src/main/webapp/resources/dia_th.txt
+2 −0 src/main/webapp/resources/dia_tr.txt
+2 −0 src/main/webapp/resources/dia_uk.txt
+2 −0 src/main/webapp/resources/dia_vi.txt
+2 −0 src/main/webapp/resources/dia_zh-tw.txt
+2 −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
+28 −13 src/main/webapp/styles/grapheditor.css
2 changes: 1 addition & 1 deletion packages/ipydrawio-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"build:pre": "python scripts/patch.py && python scripts/static.py"
},
"types": "lib/index.d.ts",
"version": "14.8.000"
"version": "14.8.400"
}
2 changes: 1 addition & 1 deletion packages/ipydrawio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"json-schema-to-typescript": "^10.1.4"
},
"peerDependencies": {
"@deathbeds/ipydrawio-webpack": "^14.8.000",
"@deathbeds/ipydrawio-webpack": "^14.8.400",
"@jupyter-widgets/base": "4",
"@jupyter-widgets/controls": "3",
"@jupyter-widgets/jupyterlab-manager": "3"
Expand Down
Loading

0 comments on commit 2f6dd87

Please # to comment.