@syncfusion/ej2-image-editor 23.1.39 → 23.1.41
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 +15 -0
- package/dist/ej2-image-editor.umd.min.js +2 -2
- package/dist/ej2-image-editor.umd.min.js.map +1 -1
- package/dist/es6/ej2-image-editor.es2015.js +179 -38
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +178 -37
- package/dist/es6/ej2-image-editor.es5.js.map +1 -1
- package/dist/global/ej2-image-editor.min.js +2 -2
- package/dist/global/ej2-image-editor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +10 -10
- package/src/image-editor/action/transform.js +13 -6
- package/src/image-editor/action/undo-redo.js +2 -1
- package/src/image-editor/base/image-editor.d.ts +9 -2
- package/src/image-editor/base/image-editor.js +145 -24
- package/src/image-editor/renderer/toolbar.js +19 -7
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,21 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- Changed the required parameters in the "drawFrame" method to optional parameters.
|
|
10
|
+
|
|
11
|
+
### ImageEditor
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I505985` - Provide the alert dialog for unsupported files and selecting multiple images in the Image Editor uploader.
|
|
16
|
+
- `#I507638` - Provide the support to hide the uploader toolbar item in the Image Editor.
|
|
17
|
+
|
|
18
|
+
## 23.1.39 (2023-10-04)
|
|
19
|
+
|
|
20
|
+
### ImageEditor
|
|
21
|
+
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
9
24
|
- `#I495933` - Resolved the GetImageData method does not return values properly in blazor image editor.
|
|
10
25
|
- `#I507638` - Resolved the image not opening in ImageEditor while the image file name has two dots.
|
|
11
26
|
|