From 8f8dd1105fdd71db696b33db5ad0f646832cb51b Mon Sep 17 00:00:00 2001 From: David Luzar Date: Thu, 18 Aug 2022 14:16:06 +0200 Subject: [PATCH] docs: changelog fixes (#5593) --- src/packages/excalidraw/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/packages/excalidraw/CHANGELOG.md b/src/packages/excalidraw/CHANGELOG.md index d69f6461..af91c87f 100644 --- a/src/packages/excalidraw/CHANGELOG.md +++ b/src/packages/excalidraw/CHANGELOG.md @@ -15,11 +15,13 @@ Please add the latest change on the top under the correct section. ### Excalidraw API +#### Features + - Added support for storing [`customData`](https://github.com/excalidraw/excalidraw/blob/master/src/packages/excalidraw/README.md#storing-custom-data-to-excalidraw-elements) on Excalidraw elements [#5592]. #### Breaking Changes -- `setToastMessage` API is now renamed to `setToasâ—‹t` API and the function signature is also updated [#5427](https://github.com/excalidraw/excalidraw/pull/5427). You can also pass `duration` and `closable` attributes along with `message`. +- `setToastMessage` API is now renamed to `setToast` API and the function signature is also updated [#5427](https://github.com/excalidraw/excalidraw/pull/5427). You can also pass `duration` and `closable` attributes along with `message`. ## 0.12.0 (2022-07-07)