@syncfusion/ej2-richtexteditor 19.3.43 → 19.3.47

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 (67) hide show
  1. package/CHANGELOG.md +44 -2
  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 +199 -80
  5. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  6. package/dist/es6/ej2-richtexteditor.es5.js +195 -80
  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/common/constant.d.ts +8 -8
  13. package/src/common/constant.js +8 -8
  14. package/src/editor-manager/base/editor-manager.js +1 -1
  15. package/src/editor-manager/plugin/clearformat.d.ts +1 -0
  16. package/src/editor-manager/plugin/clearformat.js +1 -0
  17. package/src/editor-manager/plugin/image.js +12 -17
  18. package/src/editor-manager/plugin/inserthtml.js +16 -6
  19. package/src/editor-manager/plugin/lists.js +0 -1
  20. package/src/editor-manager/plugin/ms-word-clean-up.js +1 -0
  21. package/src/editor-manager/plugin/selection-commands.d.ts +1 -0
  22. package/src/editor-manager/plugin/selection-commands.js +52 -2
  23. package/src/editor-manager/plugin/table.js +3 -3
  24. package/src/editor-manager/plugin/toolbar-status.js +3 -3
  25. package/src/rich-text-editor/actions/enter-key.js +4 -16
  26. package/src/rich-text-editor/actions/html-editor.d.ts +1 -0
  27. package/src/rich-text-editor/actions/html-editor.js +31 -1
  28. package/src/rich-text-editor/actions/quick-toolbar.js +5 -2
  29. package/src/rich-text-editor/actions/xhtml-validation.d.ts +1 -0
  30. package/src/rich-text-editor/actions/xhtml-validation.js +5 -3
  31. package/src/rich-text-editor/base/rich-text-editor-model.d.ts +6 -6
  32. package/src/rich-text-editor/base/util.d.ts +1 -0
  33. package/src/rich-text-editor/base/util.js +1 -0
  34. package/src/rich-text-editor/renderer/image-module.d.ts +2 -0
  35. package/src/rich-text-editor/renderer/image-module.js +39 -12
  36. package/src/rich-text-editor/renderer/link-module.js +5 -3
  37. package/src/rich-text-editor/renderer/table-module.js +10 -3
  38. package/src/rich-text-editor/renderer/toolbar-renderer.d.ts +0 -1
  39. package/src/rich-text-editor/renderer/toolbar-renderer.js +1 -1
  40. package/styles/bootstrap-dark.css +1 -1
  41. package/styles/bootstrap.css +1 -1
  42. package/styles/bootstrap4.css +1 -1
  43. package/styles/bootstrap5-dark.css +1 -1
  44. package/styles/bootstrap5.css +1 -1
  45. package/styles/fabric-dark.css +1 -1
  46. package/styles/fabric.css +1 -1
  47. package/styles/highcontrast-light.css +1 -1
  48. package/styles/highcontrast.css +1 -1
  49. package/styles/material-dark.css +1 -1
  50. package/styles/material.css +1 -1
  51. package/styles/rich-text-editor/_tailwind-definition.scss +1 -1
  52. package/styles/rich-text-editor/_theme.scss +1 -1
  53. package/styles/rich-text-editor/bootstrap-dark.css +1 -1
  54. package/styles/rich-text-editor/bootstrap.css +1 -1
  55. package/styles/rich-text-editor/bootstrap4.css +1 -1
  56. package/styles/rich-text-editor/bootstrap5-dark.css +1 -1
  57. package/styles/rich-text-editor/bootstrap5.css +1 -1
  58. package/styles/rich-text-editor/fabric-dark.css +1 -1
  59. package/styles/rich-text-editor/fabric.css +1 -1
  60. package/styles/rich-text-editor/highcontrast-light.css +1 -1
  61. package/styles/rich-text-editor/highcontrast.css +1 -1
  62. package/styles/rich-text-editor/material-dark.css +1 -1
  63. package/styles/rich-text-editor/material.css +1 -1
  64. package/styles/rich-text-editor/tailwind-dark.css +1 -1
  65. package/styles/rich-text-editor/tailwind.css +1 -1
  66. package/styles/tailwind-dark.css +1 -1
  67. package/styles/tailwind.css +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,50 @@
4
4
 
5
5
  ### RichTextEditor
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#I342950` - The issue with "font-Family styles are not applied when changing dynamically" has been resolved.
10
+
11
+ - `#I345842` - The issue with "Table cells with classes added initially are removed, when focusing on the table cells" has been resolved.
12
+
13
+ ## 19.3.46 (2021-10-19)
14
+
15
+ ### RichTextEditor
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I342605` - The `removeUrl` API configured controller action, now receives the image file data instead of the `src` attribute value, When removing an image from the editor.
20
+
21
+ - `#I343769` - The issue with the link quick toolbar opened when placing the cursor at the first letter of the hyperlink word in the Rich Text Editor content has been resolved.
22
+
23
+ ## 19.3.45 (2021-10-12)
24
+
25
+ ### RichTextEditor
26
+
27
+ #### Bug Fixes
28
+
29
+ - `#I338000` - The issue with `actionComplete` event triggered twice, when replacing the inserted image using QuickToolbar has been resolved.
30
+
31
+ - `#I343188` - The issue with "Focusing a table cell that was recently inserted in the Rich Text Editor, the page scrolls to the end and the table loses its focus" has been resolved.
32
+
33
+ - `#F168838` - The issue with "Image is not inserted in the editor, when using the `Turkish` language" has been resolved.
34
+
35
+ - `#I344588`, `#I344586` - The issue with "page scrolls automatically when the enter key is pressed in the Rich Text Editor" has been resolved.
36
+
37
+ - `#I344588` - The issue with "content goes outside of the Rich Text Editor when the enter key is pressed twice" has been resolved.
38
+
39
+ - `#I342895` - The issue with "when copy and paste content in the empty Rich Text Editor focus is lost" has been resolved.
40
+
41
+ - `#F168901` - The issue with `​` character code not removed when typing in the Rich Text Editor has been resolved.
42
+
43
+ - `#I340970` - The issue with "Replacing the ` ` to empty space's with the `XTHML` validation" has been resolved.
44
+
45
+ - `#I342383` - The issue with "Numbered List order in the Rich Text Editor goes incorrect, when copy and pasting a list from MS word" has been resolved.
46
+
47
+ ## 19.3.43 (2021-09-30)
48
+
49
+ ### RichTextEditor
50
+
7
51
  #### New Features
8
52
 
9
53
  - `#I231505`, `#I230743`, `#I239381`, `#I261360`, `#I273955`, `#I300418`, `#I307752`,`#I312982` - Provided support to customize the tags appended when enter or shift + enter key is pressed using the property `enterKey` and `shiftEnterKey` in the Rich Text Editor.
@@ -38,8 +82,6 @@
38
82
 
39
83
  - `#I332614` - Resolved the issue with table row and column are not resizable, when its position exceeds the height of the Rich Text Editor.
40
84
 
41
- - `#I338000` - The issue with `actionComplete` event triggered twice, when replacing the inserted image using QuickToolbar has been resolved.
42
-
43
85
  - `#I340075` - The issue with "Resizing the table columns not updated the table cells properly" has been resolved.
44
86
 
45
87
  ## 19.2.59 (2021-08-31)