@syncfusion/ej2-richtexteditor 19.3.47 → 19.3.53

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 (42) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/ej2-richtexteditor.umd.min.js +2 -2
  3. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-richtexteditor.es2015.js +14 -3
  5. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  6. package/dist/es6/ej2-richtexteditor.es5.js +14 -3
  7. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  8. package/dist/global/ej2-richtexteditor.min.js +2 -2
  9. package/dist/global/ej2-richtexteditor.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +12 -12
  12. package/src/rich-text-editor/actions/dropdown-buttons.js +10 -0
  13. package/src/rich-text-editor/actions/enter-key.js +1 -0
  14. package/src/rich-text-editor/base/rich-text-editor.js +1 -2
  15. package/src/rich-text-editor/renderer/toolbar-renderer.js +3 -2
  16. package/styles/bootstrap-dark.css +4 -0
  17. package/styles/bootstrap.css +4 -0
  18. package/styles/bootstrap4.css +4 -0
  19. package/styles/bootstrap5-dark.css +4 -0
  20. package/styles/bootstrap5.css +4 -0
  21. package/styles/fabric-dark.css +4 -0
  22. package/styles/fabric.css +4 -0
  23. package/styles/highcontrast-light.css +4 -0
  24. package/styles/highcontrast.css +4 -0
  25. package/styles/material-dark.css +4 -0
  26. package/styles/material.css +4 -0
  27. package/styles/rich-text-editor/_layout.scss +4 -0
  28. package/styles/rich-text-editor/bootstrap-dark.css +4 -0
  29. package/styles/rich-text-editor/bootstrap.css +4 -0
  30. package/styles/rich-text-editor/bootstrap4.css +4 -0
  31. package/styles/rich-text-editor/bootstrap5-dark.css +4 -0
  32. package/styles/rich-text-editor/bootstrap5.css +4 -0
  33. package/styles/rich-text-editor/fabric-dark.css +4 -0
  34. package/styles/rich-text-editor/fabric.css +4 -0
  35. package/styles/rich-text-editor/highcontrast-light.css +4 -0
  36. package/styles/rich-text-editor/highcontrast.css +4 -0
  37. package/styles/rich-text-editor/material-dark.css +4 -0
  38. package/styles/rich-text-editor/material.css +4 -0
  39. package/styles/rich-text-editor/tailwind-dark.css +4 -0
  40. package/styles/rich-text-editor/tailwind.css +4 -0
  41. package/styles/tailwind-dark.css +4 -0
  42. package/styles/tailwind.css +4 -0
package/CHANGELOG.md CHANGED
@@ -6,6 +6,18 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I346580` - The issue with "align top in the table vertical align quick toolbar is always disabled" has been resolved.
10
+
11
+ - `#I346331` - The issue with "font family is not working when changed dynamically when the Rich Text Editor is in inline mode" has been resolved.
12
+
13
+ - `#I346832` - The issue with "upload icon overlaps with the percentage icon in the insert image dialog when uploading" has been resolved.
14
+
15
+ ## 19.3.47 (2021-10-26)
16
+
17
+ ### RichTextEditor
18
+
19
+ #### Bug Fixes
20
+
9
21
  - `#I342950` - The issue with "font-Family styles are not applied when changing dynamically" has been resolved.
10
22
 
11
23
  - `#I345842` - The issue with "Table cells with classes added initially are removed, when focusing on the table cells" has been resolved.