Bump drawio to 14.8.4 (#55)

pull/58/head
Nicholas Bollweg 2021-07-03 11:14:04 -04:00 zatwierdzone przez GitHub
rodzic f7725928a5
commit 2f6dd87c41
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
6 zmienionych plików z 302 dodań i 293 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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

@ -1 +1 @@
Subproject commit eedfb13b6b941c180e53d2dd7b53a7808a266435
Subproject commit e6f2c6a78733939ff552316e9370e7a579dadf21

Wyświetl plik

@ -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"
}

Wyświetl plik

@ -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"

581
yarn.lock

Plik diff jest za duży Load Diff