@syncfusion/ej2-image-editor 25.1.38 → 25.1.40
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 +17 -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 +10 -4
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +10 -4
- 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 +9 -9
- package/src/image-editor/action/shape.js +1 -0
- package/src/image-editor/action/transform.js +3 -0
- package/src/image-editor/base/image-editor.js +4 -3
- package/src/image-editor/renderer/toolbar.js +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,23 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- The issue with "content and close icon not proper in alert dialog of the ImageEditor" has been resolved.
|
|
10
|
+
|
|
11
|
+
## 25.1.39 (2024-04-09)
|
|
12
|
+
|
|
13
|
+
### Image Editor
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#I564880` - The issue with "unable to restore the old image position after reopening the same image" has been resolved.
|
|
18
|
+
- `#I575218` - The issue with "Image annotation not selected when we set the drawImage method with isSelected parameter as true." has been resolved.
|
|
19
|
+
|
|
20
|
+
## 25.1.38 (2024-04-02)
|
|
21
|
+
|
|
22
|
+
### Image Editor
|
|
23
|
+
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
9
26
|
- `#I875625` - The issue with "need to add all default toolbar items in `API` link" has been resolved.
|
|
10
27
|
|
|
11
28
|
## 25.1.37 (2024-03-26)
|