@syncfusion/ej2-richtexteditor 20.4.44 → 20.4.49

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 (64) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/ej2-richtexteditor.min.js +2 -2
  3. package/dist/ej2-richtexteditor.umd.min.js +2 -2
  4. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-richtexteditor.es2015.js +89 -18
  6. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-richtexteditor.es5.js +89 -18
  8. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  9. package/dist/global/ej2-richtexteditor.min.js +2 -2
  10. package/dist/global/ej2-richtexteditor.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +12 -12
  13. package/src/editor-manager/plugin/inserthtml.js +1 -1
  14. package/src/editor-manager/plugin/ms-word-clean-up.js +29 -1
  15. package/src/editor-manager/plugin/selection-commands.js +55 -14
  16. package/src/rich-text-editor/base/rich-text-editor-model.d.ts +1 -1
  17. package/src/rich-text-editor/base/rich-text-editor.d.ts +1 -1
  18. package/src/rich-text-editor/models/items.js +1 -1
  19. package/src/rich-text-editor/renderer/toolbar-renderer.js +3 -1
  20. package/styles/bootstrap-dark.css +18 -18
  21. package/styles/bootstrap.css +18 -18
  22. package/styles/bootstrap4.css +18 -18
  23. package/styles/bootstrap5-dark.css +18 -18
  24. package/styles/bootstrap5.css +18 -18
  25. package/styles/fabric-dark.css +18 -18
  26. package/styles/fabric.css +18 -18
  27. package/styles/fluent-dark.css +18 -18
  28. package/styles/fluent.css +18 -18
  29. package/styles/highcontrast-light.css +18 -18
  30. package/styles/highcontrast.css +18 -18
  31. package/styles/material-dark.css +18 -18
  32. package/styles/material.css +18 -18
  33. package/styles/rich-text-editor/_layout.scss +3 -3
  34. package/styles/rich-text-editor/bootstrap-dark.css +18 -18
  35. package/styles/rich-text-editor/bootstrap.css +18 -18
  36. package/styles/rich-text-editor/bootstrap4.css +18 -18
  37. package/styles/rich-text-editor/bootstrap5-dark.css +18 -18
  38. package/styles/rich-text-editor/bootstrap5.css +18 -18
  39. package/styles/rich-text-editor/fabric-dark.css +18 -18
  40. package/styles/rich-text-editor/fabric.css +18 -18
  41. package/styles/rich-text-editor/fluent-dark.css +18 -18
  42. package/styles/rich-text-editor/fluent.css +18 -18
  43. package/styles/rich-text-editor/highcontrast-light.css +18 -18
  44. package/styles/rich-text-editor/highcontrast.css +18 -18
  45. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +1 -1
  46. package/styles/rich-text-editor/icons/_bootstrap.scss +1 -1
  47. package/styles/rich-text-editor/icons/_bootstrap4.scss +1 -1
  48. package/styles/rich-text-editor/icons/_bootstrap5.scss +1 -1
  49. package/styles/rich-text-editor/icons/_fabric-dark.scss +1 -1
  50. package/styles/rich-text-editor/icons/_fabric.scss +1 -1
  51. package/styles/rich-text-editor/icons/_fluent.scss +1 -1
  52. package/styles/rich-text-editor/icons/_fusionnew.scss +1 -1
  53. package/styles/rich-text-editor/icons/_highcontrast-light.scss +1 -1
  54. package/styles/rich-text-editor/icons/_highcontrast.scss +1 -1
  55. package/styles/rich-text-editor/icons/_material-dark.scss +1 -1
  56. package/styles/rich-text-editor/icons/_material.scss +1 -1
  57. package/styles/rich-text-editor/icons/_material3.scss +1 -1
  58. package/styles/rich-text-editor/icons/_tailwind.scss +1 -1
  59. package/styles/rich-text-editor/material-dark.css +18 -18
  60. package/styles/rich-text-editor/material.css +18 -18
  61. package/styles/rich-text-editor/tailwind-dark.css +18 -18
  62. package/styles/rich-text-editor/tailwind.css +18 -18
  63. package/styles/tailwind-dark.css +18 -18
  64. package/styles/tailwind.css +18 -18
package/CHANGELOG.md CHANGED
@@ -6,10 +6,38 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I419211` - Fixed issue where list content copied and pasted from MS Word was not properly aligned.
10
+
11
+ ## 20.4.48 (2023-02-01)
12
+
13
+ ### RichTextEditor
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I425631` - The issue of pasted text exceeding the boundaries of the `contenteditable`, when using the Enter Key as a 'BR' or 'DIV' has been resolved.
18
+
19
+ - `#I430486` - Now, font size applied properly for the numbered lists in Rich Text Editor.
20
+
21
+ ### RichTextEditor
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#FB39526` - Now, the page doesn't scroll down on the initial render when custom `background/foreground` toolbars are configured.
26
+
27
+ - `#I430029` - Fixed the issue with an unwanted 'A' Letter appearing at the bottom of the font color picker popup.
28
+
29
+ ## 20.4.44 (2023-01-18)
30
+
31
+ ### RichTextEditor
32
+
33
+ #### Bug Fixes
34
+
9
35
  - `#F179573` - Now, when typing in the Rich Text Editor the issue of letters appearing slowly has been resolved.
10
36
 
11
37
  - `#I417838` - Now, the `Underline` and `Strikethrough` toolbar styles applied properly when we modify the `font-size` in the editor.
12
38
 
39
+ - `#I428203` - Now, the `Numbered list` will work correctly after applying indent to the pasted list with the paste clean-up settings enabled.
40
+
13
41
  ## 20.4.43 (2023-01-10)
14
42
 
15
43
  ### RichTextEditor