瀏覽代碼

Multiple base url fallbacks

Marcel Mraz 1 年之前
父節點
當前提交
77c4eb6db4
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/excalidraw/CHANGELOG.md

+ 2 - 0
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)
 - 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
 ### Fixes
 
 
 - Keep customData when converting to ExcalidrawElement. [#7656](https://github.com/excalidraw/excalidraw/pull/7656)
 - Keep customData when converting to ExcalidrawElement. [#7656](https://github.com/excalidraw/excalidraw/pull/7656)