From 817d8c553c3389650f8b4503984a6d4a5d2f0c11 Mon Sep 17 00:00:00 2001 From: Marcel Mraz Date: Tue, 11 Mar 2025 13:44:10 +0100 Subject: [PATCH] docs: update CHANGELOG (#9243) --- packages/excalidraw/CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/packages/excalidraw/CHANGELOG.md b/packages/excalidraw/CHANGELOG.md index a31e88781..568492e83 100644 --- a/packages/excalidraw/CHANGELOG.md +++ b/packages/excalidraw/CHANGELOG.md @@ -13,7 +13,7 @@ Please add the latest change on the top under the correct section. ## Excalidraw Library -## 18.0.0 (2025-02-28) +## 0.18.0 (2025-03-11) ### Highlights @@ -365,6 +365,8 @@ The `updateScene` API has changed due to the added `Store` component, as part of - Grouped together Undo and Redo buttons on mobile [#9109](https://github.com/excalidraw/excalidraw/pull/9109) +- Remove GA code from binding [#9042](https://github.com/excalidraw/excalidraw/pull/9042) + - Load old library if migration fails - Change LibraryPersistenceAdapter `load()` `source` -> `priority` @@ -675,6 +677,24 @@ The `updateScene` API has changed due to the added `Store` component, as part of - Stop using structuredClone [#9128](https://github.com/excalidraw/excalidraw/pull/9128) +- Fix elbow arrow fixed binding on restore [#9197](https://github.com/excalidraw/excalidraw/pull/9197) + +- Cleanup legacy `element.rawText` (obsidian) [#9203](https://github.com/excalidraw/excalidraw/pull/9203) + +- React 18 element.ref was accessed error [#9208](https://github.com/excalidraw/excalidraw/pull/9208) + +- Docked sidebar width [#9213](https://github.com/excalidraw/excalidraw/pull/9213) + +- Arrow updated on both sides [#8593](https://github.com/excalidraw/excalidraw/pull/8593) + +- Package env vars [#9221](https://github.com/excalidraw/excalidraw/pull/9221) + +- Bound elbow arrow on duplication does not route correctly [#9236](https://github.com/excalidraw/excalidraw/pull/9236) + +- Do not rebind undragged elbow arrow endpoint [#9191](https://github.com/excalidraw/excalidraw/pull/9191) + +- Logging and fixing extremely large scenes [#9225](https://github.com/excalidraw/excalidraw/pull/9225) + ### Refactor - Remove `defaultProps` [#9035](https://github.com/excalidraw/excalidraw/pull/9035)