@dwelle/excalidraw 0.3.26 → 0.3.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -52,10 +52,6 @@ Please add the latest change on the top under the correct section.
52
52
  - `.excalidraw` files may now contain top-level `files` key in format of `Record<FileId, BinaryFileData>` when exporting any (image) elements.
53
53
  - Changes were made to various export utilityies exported from the package so that they take `files`. For now, TypeScript should help you figure the changes out.
54
54
 
55
- ## Excalidraw API
56
-
57
- ### Features
58
-
59
55
  - Export [`isLinearElement`](https://github.com/excalidraw/excalidraw/blob/master/src/packages/excalidraw/README.md#isLinearElement) and [`getNonDeletedElements`](https://github.com/excalidraw/excalidraw/blob/master/src/packages/excalidraw/README.md#getNonDeletedElements).
60
56
 
61
57
  - Support [`renderTopRightUI`](https://github.com/excalidraw/excalidraw/blob/master/src/packages/excalidraw/README.md#renderTopRightUI) in mobile UI.
@@ -66,6 +62,12 @@ Please add the latest change on the top under the correct section.
66
62
 
67
63
  The `Appearance` type is now removed and renamed to `Theme` so `Theme` type needs to be used.
68
64
 
65
+ ### Build
66
+
67
+ - Remove `file-loader` so font assets are not duplicated by webpack and use webpack asset modules for font generation [#4380](https://github.com/excalidraw/excalidraw/pull/4380)
68
+
69
+ - We're now compiling to `es2017` target. Notably, `async/await` is not compiled down to generators. [#4341](https://github.com/excalidraw/excalidraw/pull/4341)
70
+
69
71
  ---
70
72
 
71
73
  ## 0.10.0 (2021-10-13)