From 77c4eb6db45d5dff27dc5040f9209badbdc7bdfd Mon Sep 17 00:00:00 2001 From: Marcel Mraz Date: Wed, 31 Jul 2024 18:17:31 +0200 Subject: [PATCH] Multiple base url fallbacks --- packages/excalidraw/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/excalidraw/CHANGELOG.md b/packages/excalidraw/CHANGELOG.md index 9c5d4f564..0ee987fbf 100644 --- a/packages/excalidraw/CHANGELOG.md +++ b/packages/excalidraw/CHANGELOG.md @@ -29,6 +29,8 @@ Please add the latest change on the top under the correct section. - Expose `getVisibleSceneBounds` helper to get scene bounds of visible canvas area. [#7450](https://github.com/excalidraw/excalidraw/pull/7450) +- Extended `window.EXCALIDRAW_ASSET_PATH` to accept array of paths `string[]` as a value, allowing to specify multiple base `URL` fallbacks. [#8286](https://github.com/excalidraw/excalidraw/pull/8286) + ### Fixes - Keep customData when converting to ExcalidrawElement. [#7656](https://github.com/excalidraw/excalidraw/pull/7656)