@syncfusion/ej2-image-editor 21.2.5 → 21.2.10
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 +22 -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 +58 -14
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +58 -14
- 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/image-editor.js +58 -14
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,28 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- Issue with "File Opened event returns null file type value" has been resolved.
|
|
10
|
+
|
|
11
|
+
### Image Editor
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- Issue with "Script error thrown while performing zooming in profile picture sample" has been resolved.
|
|
16
|
+
|
|
17
|
+
## 21.2.6 (2023-05-23)
|
|
18
|
+
|
|
19
|
+
### Image Editor
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- Issue with "Circle Selection after cropping" has been resolved.
|
|
24
|
+
|
|
25
|
+
## 21.2.5 (2023-05-16)
|
|
26
|
+
|
|
27
|
+
### Image Editor
|
|
28
|
+
|
|
29
|
+
#### Bug Fixes
|
|
30
|
+
|
|
9
31
|
- Issue with "Blinking while resizing selection in mobile mode" has been resolved.
|
|
10
32
|
|
|
11
33
|
## 21.2.3 (2023-05-03)
|