From e7444f5d8a5c92fcf3f04f825e848772f0ce9823 Mon Sep 17 00:00:00 2001 From: Zsolt Viczian Date: Thu, 4 Aug 2022 20:16:58 +0200 Subject: [PATCH] 1.7.11 --- manifest.json | 2 +- package.json | 2 +- src/EmbeddedFileLoader.ts | 9 +++++---- src/dialogs/Messages.ts | 5 +++++ src/settings.ts | 2 +- versions.json | 2 +- yarn.lock | 8 ++++---- 7 files changed, 18 insertions(+), 12 deletions(-) diff --git a/manifest.json b/manifest.json index bf1c53c..9a3a3da 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-excalidraw-plugin", "name": "Excalidraw", - "version": "1.7.10", + "version": "1.7.11", "minAppVersion": "0.15.7", "description": "An Obsidian plugin to edit and view Excalidraw drawings", "author": "Zsolt Viczian", diff --git a/package.json b/package.json index fd87f83..4da66f2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": "MIT", "dependencies": { "@types/lz-string": "^1.3.34", - "@zsviczian/excalidraw": "0.12.0-obsidian-3", + "@zsviczian/excalidraw": "0.12.0-obsidian-4", "clsx": "^1.1.1", "lz-string": "^1.4.4", "monkey-around": "^2.3.0", diff --git a/src/EmbeddedFileLoader.ts b/src/EmbeddedFileLoader.ts index cecea2f..62e1a65 100644 --- a/src/EmbeddedFileLoader.ts +++ b/src/EmbeddedFileLoader.ts @@ -518,12 +518,13 @@ export class EmbeddedFilesLoader { for(let i=0;i `, +"1.7.11": ` +# Fixed +- Markdown files embed into the Excalidraw canvas crashed when the embedded markdown file included a nested Markdown embed with a block reference (i.e. the markdown document you are dropping into Excalidraw included a quote you referenced from another file using a ${String.fromCharCode(96)}[[other-file#^blockref]]${String.fromCharCode(96)} block or section reference. +- Horizontal flipping of arrows and lines broke in 1.7.10. ([#726](https://github.com/zsviczian/obsidian-excalidraw-plugin/issues/726)) +`, "1.7.10": ` # New from Excalidraw.com - Improved handling of arrows and lines. ([#5501](https://github.com/excalidraw/excalidraw/pull/5501)) diff --git a/src/settings.ts b/src/settings.ts index d4dd2d7..990862f 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -581,7 +581,7 @@ export class ExcalidrawSettingTab extends PluginSettingTab { ); new Setting(containerEl) - .setName(t("LINK_BRACKETS_NAME")) + .setName(fragWithHTML(t("LINK_BRACKETS_NAME"))) .setDesc(fragWithHTML(t("LINK_BRACKETS_DESC"))) .addToggle((toggle) => toggle diff --git a/versions.json b/versions.json index 6a2800b..d806624 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,5 @@ { - "1.7.10": "0.15.7", + "1.7.11": "0.15.6", "1.7.8": "0.15.5", "1.7.7": "0.15.4", "1.7.6": "0.15.3", diff --git a/yarn.lock b/yarn.lock index d437d14..2f9907b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2216,10 +2216,10 @@ dependencies: "@zerollup/ts-helpers" "^1.7.18" -"@zsviczian/excalidraw@0.12.0-obsidian-3": - "integrity" "sha512-9rTc6BXIc3K6eWCtMNSXLoeDrVAvMkEbTuqL0NhZbbmV7y/FTWIgMvb1RR3v4nTHwGlXba7rP6khR5m/WJMS6w==" - "resolved" "https://registry.npmjs.org/@zsviczian/excalidraw/-/excalidraw-0.12.0-obsidian-3.tgz" - "version" "0.12.0-obsidian-3" +"@zsviczian/excalidraw@0.12.0-obsidian-4": + "integrity" "sha512-x16SkkNewR+Mbfn0mULjLDMfvxJ4iXBtwO2T1PWajNcn2QwHnByn4KTFUsuTD0PfQ/ZTgTLeLUztpAZ8cted1w==" + "resolved" "https://registry.npmjs.org/@zsviczian/excalidraw/-/excalidraw-0.12.0-obsidian-4.tgz" + "version" "0.12.0-obsidian-4" "abab@^2.0.3", "abab@^2.0.5": "integrity" "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q=="