From acb83fd697b6e5a65786f7aa98c20fb76ef9b65b Mon Sep 17 00:00:00 2001 From: zsviczian Date: Wed, 28 May 2025 07:22:11 +0000 Subject: [PATCH] 2.12.2 0.18.0-18 --- manifest-beta.json | 2 +- manifest.json | 2 +- package-lock.json | 9 +++++---- package.json | 2 +- src/shared/Dialogs/Messages.ts | 4 ++++ 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 720df04..a64b897 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-excalidraw-plugin", "name": "Excalidraw", - "version": "2.12.1", + "version": "2.12.2", "minAppVersion": "1.1.6", "description": "An Obsidian plugin to edit and view Excalidraw drawings", "author": "Zsolt Viczian", diff --git a/manifest.json b/manifest.json index aacaef8..7649762 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-excalidraw-plugin", "name": "Excalidraw", - "version": "2.12.1", + "version": "2.12.2", "minAppVersion": "1.1.6", "description": "An Obsidian plugin to edit and view Excalidraw drawings", "author": "Zsolt Viczian", diff --git a/package-lock.json b/package-lock.json index 8f508ff..b947a8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@popperjs/core": "^2.11.8", "@zsviczian/colormaster": "^1.2.2", - "@zsviczian/excalidraw": "0.18.0-18", + "@zsviczian/excalidraw": "0.18.0-19", "chroma-js": "^2.4.2", "clsx": "^2.0.0", "es6-promise-pool": "2.5.0", @@ -3490,9 +3490,10 @@ "license": "MIT" }, "node_modules/@zsviczian/excalidraw": { - "version": "0.18.0-18", - "resolved": "https://registry.npmjs.org/@zsviczian/excalidraw/-/excalidraw-0.18.0-18.tgz", - "integrity": "sha512-gofk8twU6jnaf/sRr6Aqe7rPKdreRFCW6eRELpgjZ3x6WXhnF8KLiB8LYNHvsBhVP14U97qHRn837fqmWMTrmw==", + "version": "0.18.0-19", + "resolved": "https://registry.npmjs.org/@zsviczian/excalidraw/-/excalidraw-0.18.0-19.tgz", + "integrity": "sha512-29x40tC1x3w55obZuwRbDj6HPq5XHEeOSVJq7XMoxJS3pRgLVQI7uc5jVjxZgVnQ+xhAjWvVHkBrc0dKZfRa1w==", + "license": "MIT", "dependencies": { "@braintree/sanitize-url": "6.0.2", "@excalidraw/random-username": "1.1.0", diff --git a/package.json b/package.json index c2dbce4..0095344 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.8", - "@zsviczian/excalidraw": "0.18.0-18", + "@zsviczian/excalidraw": "0.18.0-19", "chroma-js": "^2.4.2", "clsx": "^2.0.0", "@zsviczian/colormaster": "^1.2.2", diff --git a/src/shared/Dialogs/Messages.ts b/src/shared/Dialogs/Messages.ts index 21e6728..ceddc8a 100644 --- a/src/shared/Dialogs/Messages.ts +++ b/src/shared/Dialogs/Messages.ts @@ -17,6 +17,10 @@ I build this plugin in my free time, as a labor of love. Curious about the philo
Buy Me a Coffee at ko-fi.com
`, +"2.12.2": ` +## Fixed +- BUG: Excalidraw theme changes to Light from Dark when clicking line element node [#2360](https://github.com/zsviczian/obsidian-excalidraw-plugin/issues/2360) +`, "2.12.1": ` ## New - "Text to Path" text input window is now draggable.