@syncfusion/ej2-image-editor 23.1.39 → 23.1.43

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
@@ -6,6 +6,29 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - Resolved the SVG type image not load through uploader toolbar button in image editor.
10
+
11
+ ## 23.1.41 (2023-10-17)
12
+
13
+ ### ImageEditor
14
+
15
+ #### Bug Fixes
16
+
17
+ - Changed the required parameters in the "drawFrame" method to optional parameters.
18
+
19
+ ### ImageEditor
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I505985` - Provide the alert dialog for unsupported files and selecting multiple images in the Image Editor uploader.
24
+ - `#I507638` - Provide the support to hide the uploader toolbar item in the Image Editor.
25
+
26
+ ## 23.1.39 (2023-10-04)
27
+
28
+ ### ImageEditor
29
+
30
+ #### Bug Fixes
31
+
9
32
  - `#I495933` - Resolved the GetImageData method does not return values properly in blazor image editor.
10
33
  - `#I507638` - Resolved the image not opening in ImageEditor while the image file name has two dots.
11
34