@syncfusion/ej2-image-editor 24.1.45 → 24.1.46
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 +12 -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 +23 -4
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +23 -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 +10 -10
- package/src/image-editor/action/selection.js +5 -3
- package/src/image-editor/action/shape.d.ts +1 -0
- package/src/image-editor/action/shape.js +17 -1
- package/src/image-editor/base/image-editor.js +1 -0
- package/styles/bootstrap4.css +1 -1
- package/styles/image-editor/bootstrap4.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,18 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- The issue with "Zoom events not triggered while using Zoom method" has been resolved.
|
|
10
|
+
|
|
11
|
+
- The issue with "Ratio Selection dimension not proper" has been resolved.
|
|
12
|
+
|
|
13
|
+
- The issue with "Get Shape Settings method returns duplicate shape id" has been resolved.
|
|
14
|
+
|
|
15
|
+
## 24.1.45 (2024-01-09)
|
|
16
|
+
|
|
17
|
+
### Image Editor
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
9
21
|
- The issue with "Image alignment while cancelling contextual toolbar" has been resolved.
|
|
10
22
|
|
|
11
23
|
## 24.1.44 (2024-01-03)
|