You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/shared/Dialogs/Messages.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,14 @@ I build this plugin in my free time, as a labor of love. Curious about the philo
20
20
"2.22.0":`
21
21
## Fixed
22
22
- Tray-mode panel buttons get misaligned [#2718](https://github.com/zsviczian/obsidian-excalidraw-plugin/issues/2718) 🙏[@heinrich26](https://github.com/heinrich26)
23
+
- Improved loading of nested Excalidraw files in the Excalidraw scene, plus some limited performance improvement.
23
24
24
25
## New from Excalidraw.com
25
26
- Various text element editing improvements, including handle on the right side of wrapped text to enable text auto-resizing (instead of having to open the context menu for this) [#10979](https://github.com/excalidraw/excalidraw/pull/10979)
26
27
- Support for Mermaid state diagrams [#11031](https://github.com/excalidraw/excalidraw/pull/11031)
27
28
29
+
## New
30
+
- (partial) support for embedding the [Sheet Plus](obsidian://show-plugin?id=sheet-plus) plugin as an active embedded element in Excalidraw.
0 commit comments