@syncfusion/ej2-image-editor 25.1.40 → 25.2.3

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 (48) hide show
  1. package/CHANGELOG.md +22 -0
  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 +9 -9
  5. package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
  6. package/dist/es6/ej2-image-editor.es5.js +9 -9
  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 +11 -11
  12. package/src/image-editor/base/image-editor.js +1 -1
  13. package/src/image-editor/renderer/toolbar.js +8 -8
  14. package/styles/bootstrap-dark.css +2 -2
  15. package/styles/bootstrap.css +2 -2
  16. package/styles/bootstrap4.css +2 -2
  17. package/styles/bootstrap5-dark.css +2 -2
  18. package/styles/bootstrap5.css +2 -2
  19. package/styles/fabric-dark.css +2 -2
  20. package/styles/fabric.css +2 -2
  21. package/styles/fluent-dark.css +2 -2
  22. package/styles/fluent.css +2 -2
  23. package/styles/highcontrast-light.css +2 -2
  24. package/styles/highcontrast.css +2 -2
  25. package/styles/image-editor/_layout.scss +2 -2
  26. package/styles/image-editor/bootstrap-dark.css +2 -2
  27. package/styles/image-editor/bootstrap.css +2 -2
  28. package/styles/image-editor/bootstrap4.css +2 -2
  29. package/styles/image-editor/bootstrap5-dark.css +2 -2
  30. package/styles/image-editor/bootstrap5.css +2 -2
  31. package/styles/image-editor/fabric-dark.css +2 -2
  32. package/styles/image-editor/fabric.css +2 -2
  33. package/styles/image-editor/fluent-dark.css +2 -2
  34. package/styles/image-editor/fluent.css +2 -2
  35. package/styles/image-editor/highcontrast-light.css +2 -2
  36. package/styles/image-editor/highcontrast.css +2 -2
  37. package/styles/image-editor/material-dark.css +2 -2
  38. package/styles/image-editor/material.css +2 -2
  39. package/styles/image-editor/material3-dark.css +2 -2
  40. package/styles/image-editor/material3.css +2 -2
  41. package/styles/image-editor/tailwind-dark.css +2 -2
  42. package/styles/image-editor/tailwind.css +2 -2
  43. package/styles/material-dark.css +2 -2
  44. package/styles/material.css +2 -2
  45. package/styles/material3-dark.css +2 -2
  46. package/styles/material3.css +2 -2
  47. package/styles/tailwind-dark.css +2 -2
  48. package/styles/tailwind.css +2 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,28 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I585515` - The issue with "script error throws when custom toolbar with frame option in image editor" has been resolved.
10
+
11
+ ### Image Editor
12
+
13
+ #### Bug Fixes
14
+
15
+ - The issue with "dropdown button `popup` has empty space when using toolbar property in ImageEditor" has been resolved.
16
+
17
+ ## 25.1.42 (2024-04-30)
18
+
19
+ ### Image Editor
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I584239` - The issue with "Add Image dropdown item not displayed while using custom toolbar property as annotate" has been resolved.
24
+
25
+ ## 25.1.40 (2024-04-16)
26
+
27
+ ### Image Editor
28
+
29
+ #### Bug Fixes
30
+
9
31
  - The issue with "content and close icon not proper in alert dialog of the ImageEditor" has been resolved.
10
32
 
11
33
  ## 25.1.39 (2024-04-09)