@dwelle/excalidraw 0.3.29 → 0.3.33
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 +4 -0
- package/dist/excalidraw-assets-dev/{image-469d5bd946743969995a.js → image-f696fa36e3535df5e97a.js} +0 -0
- package/dist/excalidraw.development.js +36 -36
- package/dist/excalidraw.production.min.js +1 -1
- package/package.json +1 -1
- package/types/align.d.ts +0 -1
- package/types/constants.d.ts +1 -0
- package/types/disitrubte.d.ts +0 -1
- package/types/element/bounds.d.ts +4 -0
- package/types/element/dragElements.d.ts +2 -3
- package/types/element/newElement.d.ts +5 -3
- package/types/element/textElement.d.ts +23 -2
- package/types/element/textWysiwyg.d.ts +1 -0
- package/types/element/typeChecks.d.ts +4 -1
- package/types/element/types.d.ts +5 -0
- package/types/groups.d.ts +1 -0
- package/types/packages/excalidraw/dist/excalidraw-assets-dev/image-e50a452aa26d28419e39.d.ts +0 -0
- package/types/packages/excalidraw/dist/excalidraw-assets-dev/image-f696fa36e3535df5e97a.d.ts +0 -0
- package/types/scene/comparisons.d.ts +1 -1
- package/types/scene/selection.d.ts +1 -1
- package/types/utils.d.ts +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -64,6 +64,10 @@ Please add the latest change on the top under the correct section.
|
|
|
64
64
|
|
|
65
65
|
The `Appearance` type is now removed and renamed to `Theme` so `Theme` type needs to be used.
|
|
66
66
|
|
|
67
|
+
### Fixes
|
|
68
|
+
|
|
69
|
+
- Scope drag and drop events to Excalidraw container to prevent overriding host application drag and drop events.
|
|
70
|
+
|
|
67
71
|
### Build
|
|
68
72
|
|
|
69
73
|
- 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)
|
package/dist/excalidraw-assets-dev/{image-469d5bd946743969995a.js → image-f696fa36e3535df5e97a.js}
RENAMED
|
File without changes
|