@syncfusion/ej2-image-editor 20.4.51 → 21.1.37

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.
Files changed (50) hide show
  1. package/CHANGELOG.md +15 -7
  2. package/dist/ej2-image-editor.umd.min.js +2 -2
  3. package/dist/ej2-image-editor.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-image-editor.es2015.js +3286 -1351
  5. package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
  6. package/dist/es6/ej2-image-editor.es5.js +3315 -1375
  7. package/dist/es6/ej2-image-editor.es5.js.map +1 -1
  8. package/dist/global/ej2-image-editor.min.js +2 -2
  9. package/dist/global/ej2-image-editor.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +12 -12
  12. package/src/image-editor/image-editor-model.d.ts +306 -100
  13. package/src/image-editor/image-editor.d.ts +841 -273
  14. package/src/image-editor/image-editor.js +3313 -1384
  15. package/styles/bootstrap-dark.css +10 -5
  16. package/styles/bootstrap.css +10 -5
  17. package/styles/bootstrap4.css +10 -5
  18. package/styles/bootstrap5-dark.css +12 -8
  19. package/styles/bootstrap5.css +12 -8
  20. package/styles/fabric-dark.css +10 -5
  21. package/styles/fabric.css +10 -5
  22. package/styles/fluent-dark.css +10 -5
  23. package/styles/fluent.css +10 -5
  24. package/styles/highcontrast-light.css +10 -5
  25. package/styles/highcontrast.css +10 -5
  26. package/styles/image-editor/_layout.scss +7 -11
  27. package/styles/image-editor/_theme.scss +4 -4
  28. package/styles/image-editor/bootstrap-dark.css +10 -5
  29. package/styles/image-editor/bootstrap.css +10 -5
  30. package/styles/image-editor/bootstrap4.css +10 -5
  31. package/styles/image-editor/bootstrap5-dark.css +12 -8
  32. package/styles/image-editor/bootstrap5.css +12 -8
  33. package/styles/image-editor/fabric-dark.css +10 -5
  34. package/styles/image-editor/fabric.css +10 -5
  35. package/styles/image-editor/fluent-dark.css +10 -5
  36. package/styles/image-editor/fluent.css +10 -5
  37. package/styles/image-editor/highcontrast-light.css +10 -5
  38. package/styles/image-editor/highcontrast.css +10 -5
  39. package/styles/image-editor/material-dark.css +10 -13
  40. package/styles/image-editor/material.css +10 -8
  41. package/styles/image-editor/tailwind-dark.css +10 -5
  42. package/styles/image-editor/tailwind.css +10 -5
  43. package/styles/material-dark.css +10 -13
  44. package/styles/material.css +10 -8
  45. package/styles/tailwind-dark.css +10 -5
  46. package/styles/tailwind.css +10 -5
  47. package/GitLeaksReport.json +0 -1
  48. package/gitleaks-ci/gitleaks +0 -0
  49. package/gitleaks-ci.tar.gz +0 -0
  50. package/styles/image-editor/_material3-definition.scss +0 -11
package/CHANGELOG.md CHANGED
@@ -6,24 +6,32 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - Issue with "Custom slider losses focus in Image Editor toolbar" has been resolved.
9
+ - Issue with "Script error thrown while using Toolbar Template" has been resolved.
10
10
 
11
- ## 20.4.49 (2023-02-07)
11
+ ## 21.1.35 (2023-03-23)
12
12
 
13
13
  ### Image Editor
14
14
 
15
- #### Bug Fixes
15
+ #### Features
16
16
 
17
- - Issue with "Script error thrown while cancelling freehand drawing" has been resolved.
17
+ - Provided the undo/redo support, that records all the actions so that it can be reverted later if necessary.
18
+ - Provided pinch zoom support to zoom in or out the image while performing pinch on touch enabled devices.
19
+ - Provided mouse wheel zoom support to zoom in/out the image while scrolling mouse wheel with ctrl key press.
20
+ - Provided public method 'getImageDimension' to get the current image size with its coordinates.
21
+ - Provided click event to get the current cursor position on the image.
18
22
 
19
- ### Image Editor
23
+ #### Breaking Changes
24
+
25
+ |Previous Enum Name|Modified Enum Name|
26
+ |-----------|-----------|
27
+ |ImageFinetuneOptions|ImageFinetuneOption|
28
+ |ImageFilterOptions|ImageFilterOption|
29
+ |ImageEditorCommands|ImageEditorCommand|
20
30
 
21
31
  #### Bug Fixes
22
32
 
23
33
  - Issue with "Script error thrown while resizing control without toolbar" has been resolved.
24
34
 
25
- - Issue with "Script error thrown while cancelling freehand drawing" has been resolved.
26
-
27
35
  ## 20.4.40 (2022-12-28)
28
36
 
29
37
  ### Image Editor