@syncfusion/ej2-richtexteditor 25.1.37 → 25.1.38

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 (39) hide show
  1. package/CHANGELOG.md +14 -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 +43 -35
  6. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-richtexteditor.es5.js +42 -34
  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 +10 -10
  13. package/src/editor-manager/plugin/inserthtml.js +16 -19
  14. package/src/editor-manager/plugin/lists.js +19 -11
  15. package/src/rich-text-editor/actions/html-editor.js +0 -3
  16. package/src/rich-text-editor/actions/quick-toolbar.js +4 -0
  17. package/src/rich-text-editor/renderer/toolbar-renderer.js +3 -1
  18. package/styles/bootstrap-dark.css +10 -7
  19. package/styles/bootstrap.css +3 -3
  20. package/styles/fluent-dark.css +17 -5
  21. package/styles/fluent.css +17 -5
  22. package/styles/material-dark.css +1 -1
  23. package/styles/material.css +1 -1
  24. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +4 -4
  25. package/styles/rich-text-editor/_bootstrap-definition.scss +2 -2
  26. package/styles/rich-text-editor/_fluent-definition.scss +5 -5
  27. package/styles/rich-text-editor/_layout.scss +3 -3
  28. package/styles/rich-text-editor/_tailwind-definition.scss +5 -5
  29. package/styles/rich-text-editor/_theme.scss +21 -0
  30. package/styles/rich-text-editor/bootstrap-dark.css +10 -7
  31. package/styles/rich-text-editor/bootstrap.css +3 -3
  32. package/styles/rich-text-editor/fluent-dark.css +17 -5
  33. package/styles/rich-text-editor/fluent.css +17 -5
  34. package/styles/rich-text-editor/material-dark.css +1 -1
  35. package/styles/rich-text-editor/material.css +1 -1
  36. package/styles/rich-text-editor/tailwind-dark.css +9 -9
  37. package/styles/rich-text-editor/tailwind.css +9 -9
  38. package/styles/tailwind-dark.css +9 -9
  39. package/styles/tailwind.css +9 -9
package/CHANGELOG.md CHANGED
@@ -6,6 +6,18 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I564756` - Now, the list is applied properly to the selected content when continuously clicking the number or bullet list button in the Rich Text Editor.
10
+
11
+ - `#F187199` - When using the keyboard action `ctrl + A` in RichTextEditor, the inline quick toolbar works properly.
12
+
13
+ - `#I553375` - Now, list style is maintained properly when removing a single list in RichTextEditor.
14
+
15
+ ## 25.1.37 (2024-03-26)
16
+
17
+ ### RichTextEditor
18
+
19
+ #### Bug Fixes
20
+
9
21
  - `#I559868` - Now, paste using the clean or plain text option within the RichTextEditor, the XML tags aren't added.
10
22
 
11
23
  - `#I558265` - Now, when changing the formats using the toolbar in RichTextEditor, the cursor position is placed properly.
@@ -14,6 +26,8 @@
14
26
 
15
27
  - `#I568007`, `#I568175` - Now, the Table Quick toolbar items are aligned properly in the Tailwind theme.
16
28
 
29
+ - `#F186874` - Now, the background and font color popup's collision will function correctly upon initial click.
30
+
17
31
  ## 25.1.35 (2024-03-15)
18
32
 
19
33
  ### RichTextEditor