@syncfusion/ej2-richtexteditor 20.4.44 → 20.4.48

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