@syncfusion/ej2-image-editor 20.4.51 → 21.1.35

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 +12 -12
  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 +3212 -1326
  5. package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
  6. package/dist/es6/ej2-image-editor.es5.js +3254 -1363
  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 +839 -273
  14. package/src/image-editor/image-editor.js +3252 -1372
  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
@@ -4,26 +4,26 @@
4
4
 
5
5
  ### Image Editor
6
6
 
7
- #### Bug Fixes
8
-
9
- - Issue with "Custom slider losses focus in Image Editor toolbar" has been resolved.
10
-
11
- ## 20.4.49 (2023-02-07)
12
-
13
- ### Image Editor
7
+ #### Features
14
8
 
15
- #### Bug Fixes
9
+ - Provided the undo/redo support, that records all the actions so that it can be reverted later if necessary.
10
+ - Provided pinch zoom support to zoom in or out the image while performing pinch on touch enabled devices.
11
+ - Provided mouse wheel zoom support to zoom in/out the image while scrolling mouse wheel with ctrl key press.
12
+ - Provided public method 'getImageDimension' to get the current image size with its coordinates.
13
+ - Provided click event to get the current cursor position on the image.
16
14
 
17
- - Issue with "Script error thrown while cancelling freehand drawing" has been resolved.
15
+ #### Breaking Changes
18
16
 
19
- ### Image Editor
17
+ |Previous Enum Name|Modified Enum Name|
18
+ |-----------|-----------|
19
+ |ImageFinetuneOptions|ImageFinetuneOption|
20
+ |ImageFilterOptions|ImageFilterOption|
21
+ |ImageEditorCommands|ImageEditorCommand|
20
22
 
21
23
  #### Bug Fixes
22
24
 
23
25
  - Issue with "Script error thrown while resizing control without toolbar" has been resolved.
24
26
 
25
- - Issue with "Script error thrown while cancelling freehand drawing" has been resolved.
26
-
27
27
  ## 20.4.40 (2022-12-28)
28
28
 
29
29
  ### Image Editor