@syncfusion/ej2-richtexteditor 19.3.47 → 19.3.53-6125

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 (217) hide show
  1. package/CHANGELOG.md +1019 -997
  2. package/README.md +67 -67
  3. package/dist/ej2-richtexteditor.umd.min.js +1 -10
  4. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-richtexteditor.es2015.js +167 -130
  6. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-richtexteditor.es5.js +276 -239
  8. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  9. package/helpers/e2e/index.js +3 -3
  10. package/license +9 -9
  11. package/package.json +75 -75
  12. package/src/common/interface.d.ts +7 -7
  13. package/src/editor-manager/base/classes.d.ts +1 -1
  14. package/src/editor-manager/base/classes.js +1 -1
  15. package/src/editor-manager/base/editor-manager.d.ts +3 -3
  16. package/src/editor-manager/base/editor-manager.js +3 -3
  17. package/src/editor-manager/base/interface.d.ts +7 -7
  18. package/src/editor-manager/base/types.d.ts +1 -1
  19. package/src/editor-manager/plugin/alignments.d.ts +2 -2
  20. package/src/editor-manager/plugin/alignments.js +2 -2
  21. package/src/editor-manager/plugin/clearformat-exec.d.ts +2 -2
  22. package/src/editor-manager/plugin/clearformat-exec.js +2 -2
  23. package/src/editor-manager/plugin/clearformat.d.ts +1 -1
  24. package/src/editor-manager/plugin/clearformat.js +1 -1
  25. package/src/editor-manager/plugin/dom-node.d.ts +34 -34
  26. package/src/editor-manager/plugin/dom-node.js +34 -34
  27. package/src/editor-manager/plugin/formats.d.ts +2 -2
  28. package/src/editor-manager/plugin/formats.js +2 -2
  29. package/src/editor-manager/plugin/image.d.ts +3 -3
  30. package/src/editor-manager/plugin/image.js +3 -3
  31. package/src/editor-manager/plugin/indents.d.ts +2 -2
  32. package/src/editor-manager/plugin/indents.js +2 -2
  33. package/src/editor-manager/plugin/insert-methods.d.ts +4 -4
  34. package/src/editor-manager/plugin/insert-methods.js +4 -4
  35. package/src/editor-manager/plugin/insert-text.d.ts +2 -2
  36. package/src/editor-manager/plugin/insert-text.js +2 -2
  37. package/src/editor-manager/plugin/inserthtml-exec.d.ts +2 -2
  38. package/src/editor-manager/plugin/inserthtml-exec.js +2 -2
  39. package/src/editor-manager/plugin/inserthtml.d.ts +2 -2
  40. package/src/editor-manager/plugin/inserthtml.js +13 -3
  41. package/src/editor-manager/plugin/isformatted.d.ts +8 -8
  42. package/src/editor-manager/plugin/isformatted.js +8 -8
  43. package/src/editor-manager/plugin/link.d.ts +2 -2
  44. package/src/editor-manager/plugin/link.js +2 -2
  45. package/src/editor-manager/plugin/lists.d.ts +2 -2
  46. package/src/editor-manager/plugin/lists.js +2 -2
  47. package/src/editor-manager/plugin/ms-word-clean-up.d.ts +1 -1
  48. package/src/editor-manager/plugin/ms-word-clean-up.js +1 -1
  49. package/src/editor-manager/plugin/nodecutter.d.ts +6 -6
  50. package/src/editor-manager/plugin/nodecutter.js +6 -6
  51. package/src/editor-manager/plugin/selection-commands.d.ts +1 -1
  52. package/src/editor-manager/plugin/selection-commands.js +1 -1
  53. package/src/editor-manager/plugin/selection-exec.d.ts +2 -2
  54. package/src/editor-manager/plugin/selection-exec.js +2 -2
  55. package/src/editor-manager/plugin/table.d.ts +2 -2
  56. package/src/editor-manager/plugin/table.js +2 -2
  57. package/src/editor-manager/plugin/toolbar-status.d.ts +2 -2
  58. package/src/editor-manager/plugin/toolbar-status.js +2 -2
  59. package/src/editor-manager/plugin/undo.d.ts +6 -6
  60. package/src/editor-manager/plugin/undo.js +6 -6
  61. package/src/markdown-parser/base/interface.d.ts +10 -10
  62. package/src/markdown-parser/base/markdown-parser.d.ts +3 -3
  63. package/src/markdown-parser/base/markdown-parser.js +3 -3
  64. package/src/markdown-parser/base/types.d.ts +1 -1
  65. package/src/markdown-parser/plugin/clearformat.d.ts +2 -2
  66. package/src/markdown-parser/plugin/clearformat.js +2 -2
  67. package/src/markdown-parser/plugin/formats.d.ts +2 -2
  68. package/src/markdown-parser/plugin/formats.js +2 -2
  69. package/src/markdown-parser/plugin/link.d.ts +2 -2
  70. package/src/markdown-parser/plugin/link.js +2 -2
  71. package/src/markdown-parser/plugin/markdown-selection.d.ts +14 -14
  72. package/src/markdown-parser/plugin/markdown-selection.js +14 -14
  73. package/src/markdown-parser/plugin/md-selection-formats.d.ts +1 -1
  74. package/src/markdown-parser/plugin/md-selection-formats.js +1 -1
  75. package/src/markdown-parser/plugin/table.d.ts +3 -3
  76. package/src/markdown-parser/plugin/table.js +3 -3
  77. package/src/markdown-parser/plugin/undo.d.ts +6 -6
  78. package/src/markdown-parser/plugin/undo.js +6 -6
  79. package/src/rich-text-editor/actions/base-quick-toolbar.d.ts +9 -9
  80. package/src/rich-text-editor/actions/base-quick-toolbar.js +9 -9
  81. package/src/rich-text-editor/actions/base-toolbar.d.ts +3 -3
  82. package/src/rich-text-editor/actions/base-toolbar.js +3 -3
  83. package/src/rich-text-editor/actions/color-picker.d.ts +2 -2
  84. package/src/rich-text-editor/actions/color-picker.js +2 -2
  85. package/src/rich-text-editor/actions/count.d.ts +3 -3
  86. package/src/rich-text-editor/actions/count.js +3 -3
  87. package/src/rich-text-editor/actions/dropdown-buttons.d.ts +2 -2
  88. package/src/rich-text-editor/actions/dropdown-buttons.js +12 -2
  89. package/src/rich-text-editor/actions/enter-key.js +1 -0
  90. package/src/rich-text-editor/actions/full-screen.d.ts +3 -3
  91. package/src/rich-text-editor/actions/full-screen.js +3 -3
  92. package/src/rich-text-editor/actions/html-editor.d.ts +3 -3
  93. package/src/rich-text-editor/actions/html-editor.js +3 -3
  94. package/src/rich-text-editor/actions/keyboard-model.d.ts +16 -16
  95. package/src/rich-text-editor/actions/keyboard.d.ts +1 -1
  96. package/src/rich-text-editor/actions/keyboard.js +20 -20
  97. package/src/rich-text-editor/actions/markdown-editor.d.ts +2 -2
  98. package/src/rich-text-editor/actions/markdown-editor.js +2 -2
  99. package/src/rich-text-editor/actions/paste-clean-up.d.ts +1 -1
  100. package/src/rich-text-editor/actions/paste-clean-up.js +1 -1
  101. package/src/rich-text-editor/actions/quick-toolbar.d.ts +10 -9
  102. package/src/rich-text-editor/actions/quick-toolbar.js +24 -9
  103. package/src/rich-text-editor/actions/toolbar.d.ts +13 -13
  104. package/src/rich-text-editor/actions/toolbar.js +13 -13
  105. package/src/rich-text-editor/actions/xhtml-validation.d.ts +1 -1
  106. package/src/rich-text-editor/actions/xhtml-validation.js +1 -1
  107. package/src/rich-text-editor/base/classes.d.ts +107 -107
  108. package/src/rich-text-editor/base/classes.js +107 -107
  109. package/src/rich-text-editor/base/constant.d.ts +120 -120
  110. package/src/rich-text-editor/base/constant.js +120 -120
  111. package/src/rich-text-editor/base/enum.d.ts +1 -1
  112. package/src/rich-text-editor/base/enum.js +1 -1
  113. package/src/rich-text-editor/base/interface.d.ts +47 -45
  114. package/src/rich-text-editor/base/interface.js +1 -1
  115. package/src/rich-text-editor/base/rich-text-editor-model.d.ts +851 -851
  116. package/src/rich-text-editor/base/rich-text-editor.d.ts +53 -53
  117. package/src/rich-text-editor/base/rich-text-editor.js +65 -66
  118. package/src/rich-text-editor/base/util.d.ts +1 -1
  119. package/src/rich-text-editor/base/util.js +1 -1
  120. package/src/rich-text-editor/formatter/formatter.d.ts +8 -8
  121. package/src/rich-text-editor/formatter/formatter.js +11 -11
  122. package/src/rich-text-editor/formatter/html-formatter.d.ts +2 -2
  123. package/src/rich-text-editor/formatter/html-formatter.js +15 -15
  124. package/src/rich-text-editor/formatter/markdown-formatter.d.ts +2 -2
  125. package/src/rich-text-editor/formatter/markdown-formatter.js +15 -15
  126. package/src/rich-text-editor/models/iframe-settings-model.d.ts +26 -26
  127. package/src/rich-text-editor/models/iframe-settings.js +19 -19
  128. package/src/rich-text-editor/models/inline-mode-model.d.ts +11 -11
  129. package/src/rich-text-editor/models/inline-mode.js +19 -19
  130. package/src/rich-text-editor/models/toolbar-settings-model.d.ts +439 -439
  131. package/src/rich-text-editor/models/toolbar-settings.d.ts +1 -1
  132. package/src/rich-text-editor/models/toolbar-settings.js +19 -19
  133. package/src/rich-text-editor/renderer/content-renderer.d.ts +6 -6
  134. package/src/rich-text-editor/renderer/content-renderer.js +6 -6
  135. package/src/rich-text-editor/renderer/dialog-renderer.d.ts +2 -2
  136. package/src/rich-text-editor/renderer/dialog-renderer.js +2 -2
  137. package/src/rich-text-editor/renderer/iframe-content-renderer.d.ts +4 -4
  138. package/src/rich-text-editor/renderer/iframe-content-renderer.js +17 -17
  139. package/src/rich-text-editor/renderer/image-module.d.ts +1 -1
  140. package/src/rich-text-editor/renderer/image-module.js +1 -1
  141. package/src/rich-text-editor/renderer/link-module.d.ts +1 -1
  142. package/src/rich-text-editor/renderer/link-module.js +1 -1
  143. package/src/rich-text-editor/renderer/markdown-renderer.d.ts +6 -6
  144. package/src/rich-text-editor/renderer/markdown-renderer.js +6 -6
  145. package/src/rich-text-editor/renderer/popup-renderer.d.ts +5 -5
  146. package/src/rich-text-editor/renderer/popup-renderer.js +5 -5
  147. package/src/rich-text-editor/renderer/render.d.ts +2 -2
  148. package/src/rich-text-editor/renderer/render.js +2 -2
  149. package/src/rich-text-editor/renderer/table-module.d.ts +1 -1
  150. package/src/rich-text-editor/renderer/table-module.js +1 -1
  151. package/src/rich-text-editor/renderer/toolbar-renderer.d.ts +9 -9
  152. package/src/rich-text-editor/renderer/toolbar-renderer.js +12 -11
  153. package/src/rich-text-editor/renderer/view-source.d.ts +6 -6
  154. package/src/rich-text-editor/renderer/view-source.js +6 -6
  155. package/src/rich-text-editor/services/renderer-factory.d.ts +3 -3
  156. package/src/rich-text-editor/services/renderer-factory.js +3 -3
  157. package/src/rich-text-editor/services/service-locator.d.ts +3 -3
  158. package/src/rich-text-editor/services/service-locator.js +3 -3
  159. package/src/selection/selection.d.ts +22 -22
  160. package/src/selection/selection.js +24 -23
  161. package/styles/_all.scss +2 -2
  162. package/styles/bootstrap-dark.css +4 -0
  163. package/styles/bootstrap.css +4 -0
  164. package/styles/bootstrap4.css +4 -0
  165. package/styles/bootstrap5-dark.css +4 -0
  166. package/styles/bootstrap5.css +4 -0
  167. package/styles/fabric-dark.css +4 -0
  168. package/styles/fabric.css +4 -0
  169. package/styles/highcontrast-light.css +4 -0
  170. package/styles/highcontrast.css +4 -0
  171. package/styles/material-dark.css +4 -0
  172. package/styles/material.css +4 -0
  173. package/styles/rich-text-editor/_all.scss +2 -2
  174. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +187 -187
  175. package/styles/rich-text-editor/_bootstrap-definition.scss +244 -244
  176. package/styles/rich-text-editor/_bootstrap4-definition.scss +370 -370
  177. package/styles/rich-text-editor/_bootstrap5-definition.scss +168 -168
  178. package/styles/rich-text-editor/_fabric-dark-definition.scss +168 -168
  179. package/styles/rich-text-editor/_fabric-definition.scss +167 -167
  180. package/styles/rich-text-editor/_highcontrast-definition.scss +167 -167
  181. package/styles/rich-text-editor/_highcontrast-light-definition.scss +167 -167
  182. package/styles/rich-text-editor/_layout.scss +1639 -1635
  183. package/styles/rich-text-editor/_material-dark-definition.scss +172 -172
  184. package/styles/rich-text-editor/_material-definition.scss +169 -169
  185. package/styles/rich-text-editor/_tailwind-definition.scss +167 -167
  186. package/styles/rich-text-editor/_theme.scss +626 -626
  187. package/styles/rich-text-editor/bootstrap-dark.css +4 -0
  188. package/styles/rich-text-editor/bootstrap.css +4 -0
  189. package/styles/rich-text-editor/bootstrap4.css +4 -0
  190. package/styles/rich-text-editor/bootstrap5-dark.css +4 -0
  191. package/styles/rich-text-editor/bootstrap5.css +4 -0
  192. package/styles/rich-text-editor/fabric-dark.css +4 -0
  193. package/styles/rich-text-editor/fabric.css +4 -0
  194. package/styles/rich-text-editor/highcontrast-light.css +4 -0
  195. package/styles/rich-text-editor/highcontrast.css +4 -0
  196. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +304 -304
  197. package/styles/rich-text-editor/icons/_bootstrap.scss +304 -304
  198. package/styles/rich-text-editor/icons/_bootstrap4.scss +304 -304
  199. package/styles/rich-text-editor/icons/_bootstrap5.scss +303 -303
  200. package/styles/rich-text-editor/icons/_fabric-dark.scss +304 -304
  201. package/styles/rich-text-editor/icons/_fabric.scss +304 -304
  202. package/styles/rich-text-editor/icons/_highcontrast-light.scss +304 -304
  203. package/styles/rich-text-editor/icons/_highcontrast.scss +304 -304
  204. package/styles/rich-text-editor/icons/_material-dark.scss +304 -304
  205. package/styles/rich-text-editor/icons/_material.scss +304 -304
  206. package/styles/rich-text-editor/icons/_tailwind.scss +304 -304
  207. package/styles/rich-text-editor/material-dark.css +4 -0
  208. package/styles/rich-text-editor/material.css +4 -0
  209. package/styles/rich-text-editor/tailwind-dark.css +4 -0
  210. package/styles/rich-text-editor/tailwind.css +4 -0
  211. package/styles/tailwind-dark.css +4 -0
  212. package/styles/tailwind.css +4 -0
  213. package/.eslintrc.json +0 -244
  214. package/dist/global/ej2-richtexteditor.min.js +0 -11
  215. package/dist/global/ej2-richtexteditor.min.js.map +0 -1
  216. package/dist/global/index.d.ts +0 -14
  217. package/tslint.json +0 -111
package/CHANGELOG.md CHANGED
@@ -1,997 +1,1019 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### RichTextEditor
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
-
51
- #### New Features
52
-
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.
54
-
55
- #### Breaking Changes
56
-
57
- - `#I334962` - The image size popup, now has an option to set an `auto` value.
58
-
59
- #### Bug Fixes
60
-
61
- - `#I340683` - The issue with "Text inserted outside of the Rich Text Editor, after performing `Shift + Enter` key action" has been resolved.
62
-
63
- - `#I340683` - The issue with "Pasting the text content for the second time, after clearing the value hangs the Rich Text Editor" has been resolved.
64
-
65
- - `#I339234` - The issue with "Formats like bold, italic, underline will get unselected, when clicking in editor after selecting them" has been resolved.
66
-
67
- ## 19.2.62 (2021-09-14)
68
-
69
- ### RichTextEditor
70
-
71
- #### Bug Fixes
72
-
73
- - `#I340075` - The issue with "Resizing the table columns, is not updated the table cells properly" has been resolved.
74
-
75
- - `#I332614` - The issue with "Table row and column are not resizable, when its position in the editor exceeds the height of the Rich Text Editor" has been resolved.
76
-
77
- ## 19.2.60 (2021-09-07)
78
-
79
- ### RichTextEditor
80
-
81
- #### Bug Fixes
82
-
83
- - `#I332614` - Resolved the issue with table row and column are not resizable, when its position exceeds the height of the Rich Text Editor.
84
-
85
- - `#I340075` - The issue with "Resizing the table columns not updated the table cells properly" has been resolved.
86
-
87
- ## 19.2.59 (2021-08-31)
88
-
89
- ### RichTextEditor
90
-
91
- #### Bug Fixes
92
-
93
- - `#F167103` - The Image is not displayed, when adding next to the `hr` tag has been resolved.
94
-
95
- - `#FB24806` - The issue with "Rich Text Editor height jumps, on input in Iframe mode with custom toolbar configured" has been resolved.
96
-
97
- - `#I340017` - The issue with content area is not entirely visible, when expanding the toolbar if the `readOnly` property is enabled has been resolved.
98
-
99
- - `#FB27857` - The issue with "Cannot cancel `fullscreen` action in the `actionBegin` event" has been resolved.
100
-
101
- - `#I339831` - The issue with "Lists with multiple spans elements would produce new lists, while applying the `background-colour`" has been resolved.
102
-
103
- - `#F168085` - The issue with "Text color is removed for the range nodes, when removing the formats" has been resolved.
104
-
105
- ## 19.2.57 (2021-08-24)
106
-
107
- ### RichTextEditor
108
-
109
- #### Bug Fixes
110
-
111
- - `#I336931`- The issue with "Rich Text Editor character count increased when bold, italic, underline format applied in empty content and accessing using `getCharCount()` public method has been resolved.
112
-
113
- - `#I338261` - The issue with "Rich Text Editor hangs when pasting the word content, after clearing the value" has been resolved.
114
-
115
- - `#I339192` - The "Rich Text Editor height is not adjusted to parent element height" issue has been fixed.
116
-
117
- ## 19.2.56 (2021-08-17)
118
-
119
- ### RichTextEditor
120
-
121
- #### Bug Fixes
122
-
123
- - `#I338000` - Resolved the exception raised, when pressing the enter key after changing the font-size in RTL mode in `Firefox` browser.
124
-
125
- - `#I338062` - The issue with "Link is not generated properly, when `pasteCleanUpmodule` is imported" has been resolved.
126
-
127
- - `#I338062` - The issue with "Unable to paste url more than two times, in the Rich Text Editor" has been resolved.
128
-
129
- ## 19.2.55 (2021-08-11)
130
-
131
- ### RichTextEditor
132
-
133
- #### Bug Fixes
134
-
135
- - `#I335578` - The issue with "alignment mismatching when pasting content from MS Word in the Rich Text Editor" has been fixed.
136
-
137
- - `#I335315` - The issue with "Image size restriction not works in Drag and Drop action" has been resolved.
138
-
139
- #### New Features
140
-
141
- - `#I309446`, `#I336258` - Provided support to paste rare list contents from MS Word in the Rich Text Editor.
142
-
143
- - `#I304121` - Improvements with the `deleteKey` action in the Rich Text Editor.
144
- - Provided `showDialog`, `closeDialog` methods to opens/closes the Link, Image, Table dialogs in the Rich Text Editor.
145
-
146
- ## 19.2.51 (2021-08-03)
147
-
148
- ### RichTextEditor
149
-
150
- #### Bug Fixes
151
-
152
- - `#I324790, #I337356` - The issue with "`div` element is created instead of `paragraph` element when enter key is pressed twice to exit the list" has been fixed.
153
-
154
- - `#I336931` - The issue with "Character count is increased, when formats are being applied in empty content" has been fixed.
155
-
156
- - `#I335821` - The issue with "Upload image restriction not working with the paste action" has been resolved.
157
-
158
- ## 19.2.49 (2021-07-27)
159
-
160
- ### RichTextEditor
161
-
162
- #### Bug Fixes
163
-
164
- - `#I335580` - The issue with the Rich Text Editor toolbar status not updated, once the contents have been removed has been rectified.
165
-
166
- ## 19.2.48 (2021-07-20)
167
-
168
- ### RichTextEditor
169
-
170
- #### Bug Fixes
171
-
172
- - `#I332112`, `#I332022` - The issue with "Images change aspect ratio, when resized to smallest possible and back larger again" has been resolved.
173
-
174
- - `#FB26798` - The issue with "Rich Text Editor `change` event is not triggered in the code view" has been resolved.
175
-
176
- - `#I334073`- The issue with "`Uploader` element is not present in DOM, when drag and drop images in the Rich Text Editor" has been resolved.
177
-
178
- - `#I335073` - The issue with "Default font family applied, is not working in inline mode" has been resolved.
179
-
180
- ## 19.2.47 (2021-07-13)
181
-
182
- ### RichTextEditor
183
-
184
- #### Bug Fixes
185
-
186
- - `#I332610` - The issue with "Adding a column to a table after resizing a column resets the resized column width" has been resolved.
187
-
188
- - `#I326508` - The issue with "Content is pasted outside the edit area of the Rich Text Editor when `enableXhtml` is set true" has been resolved.
189
-
190
- - `#I332614` - The issue with "Columns and row resize not working when there is unequal number columns in all rows" has been resolved.
191
-
192
- ## 19.2.44 (2021-06-30)
193
-
194
- ### RichTextEditor
195
-
196
- #### New Features
197
-
198
- - `#I304121` - Improvements with the `backSpaceKey` action in the Rich Text Editor.
199
-
200
- - `#I292778`, `#I308312`, `#I309446`, `#I313298` - Provided the List style type and List style image support for the Numbered and Bulleted lists.
201
-
202
- #### Bug Fixes
203
-
204
- - `#I327676` - The issue with "Custom toolbar icons not disabled/enabled, when multiple custom toolbar is configured" has been resolved.
205
-
206
- - `#I330909` - The issue with "Inserting table after pressing `shit+enter` deletes all the content below in the Rich Text Editor" has been resolved.
207
-
208
- - `#F165931` - The issue with "Ordered list number color not changing, when font color is applied to the list in the Rich Text Editor" has been resolved.
209
-
210
- - `#I327566` - The issue with "Image resizing is not working properly when `resizeByPercent` is set true" has been resolved.
211
-
212
- ## 19.1.54 (2021-03-30)
213
-
214
- ### RichTextEditor
215
-
216
- #### New Features
217
-
218
- - `#257889`, `#264792`, `#280064`, `#305551`, `#316177`, - Provided support for the table cell merge and split in Rich Text Editor table properties.
219
-
220
- #### Bug Fixes
221
-
222
- - `#318815`- The issue with "Resize grip of the image freezes, after resizing for the first time" has been resolved.
223
-
224
- - `#317508`- The issue with "Resize icon of an image is not positioned properly, when height is set to the Rich Text Editor" has been resolved.
225
-
226
- - `F163544`- The issue with "Pressing the 'cmd+z' in mac after deleting all contents, deletes the first paragraph of the Rich Text Editor" has been resolved.
227
-
228
- - `F163545`- The issue with "'cmd+z' is not working after pasting the content in Mac machine" has been resolved.
229
-
230
- - `#313508` - The issue with "event 'afterImageDelete' triggers two times when removing the image using the backspace key" has been resolved.
231
-
232
- - `#313508` - The issue with "Console error is thrown, when updating the selected image with another image" has been resolved.
233
-
234
- ## 18.4.47 (2021-03-09)
235
-
236
- ### RichTextEditor
237
-
238
- #### Bug Fixes
239
-
240
- - `#317795`- The issue with "Pasting the block node contents in the Rich Text Editor" has been resolved.
241
-
242
- ## 18.4.46 (2021-03-02)
243
-
244
- ### RichTextEditor
245
-
246
- #### Bug Fixes
247
-
248
- - `#309809` - The issue with "Unable to resize the image in the Rich Text Editor when width is set" is resolved.
249
-
250
- - `#314678` - Resolved the script error raised, when pasting the content after pressing the shift-enter key.
251
-
252
- - `F161914` - The issue with "Bold format removed for the content previous to the selection in the Rich Text Editor" is resolved.
253
-
254
- ## 18.4.44 (2021-02-23)
255
-
256
- ### RichTextEditor
257
-
258
- #### Bug Fixes
259
-
260
- - `#314104` - The issue with the "Rich Text Editor's table width is not set properly if values are configured higher" is resolved.
261
-
262
- - `F161887` - The issue with "Removing the italic format removes the underline format in the Rich Text Editor" is resolved.
263
-
264
- ## 18.4.42 (2021-02-09)
265
-
266
- ### RichTextEditor
267
-
268
- #### Bug Fixes
269
-
270
- - `F160581` - The issue with "The RichTextEditor table toolbar popup is hidden inside the higher Z-Index elements" has been resolved.
271
-
272
- ## 18.4.39 (2021-01-28)
273
-
274
- ### RichTextEditor
275
-
276
- #### Bug Fixes
277
-
278
- - `#296208` - Resolved the issue with the Placeholder blinks when pressing the enter key in the editor.
279
-
280
- - `#310044` - The issue with the resize grip alignment when the toolbar is disabled state has been resolved.
281
-
282
- ## 18.4.34 (2021-01-12)
283
-
284
- ### RichTextEditor
285
-
286
- #### Bug Fixes
287
-
288
- `#305379` - The issue with "Images getting removed when pasting images along with contents from the MS Word in the Rich Text Editor" has been resolved.
289
-
290
- `#301635` - The issue with "Pasting bulleted or numbered list from the MS Word doesn't maintain the font size and font styles in the Rich Text Editor" has been resolved.
291
-
292
- ## 18.4.33 (2021-01-05)
293
-
294
- ### RichTextEditor
295
-
296
- #### New Features
297
-
298
- - `F160594` - Provided new event `beforeImageDrop` that triggers before drop a image in Rich Text Editor component.
299
-
300
- #### Bug Fixes
301
-
302
- `#306799` - The issue with "deleting any rows in the table removes the first row of the table in the Rich Text Editor" has been resolved.
303
-
304
- ## 18.4.30 (2020-12-17)
305
-
306
- ### RichTextEditor
307
-
308
- #### New Features
309
-
310
- - **File Manager**: `F144048`, `#234755`, `#261368`, `#261882`, `#150871`, `#270549` - This feature allows the editor to browse and insert the images from FileManager using various remote service.
311
-
312
- - `F149800` - Provided new property `removeUrl` in `insertImageSettings` API to trigger the image remove operation in server, when image removed from editor.
313
-
314
- - `#301980` - Provided the support to return the `Xhtml` value in the `value` property when the `enableXtml` property is enabled in the Rich Text Editor.
315
-
316
- - `#264791`, `#295032`, `#299905`, `#F159588` - Provided the support to retain all the styles from MS Excel while pasting the content in the Rich Text Editor.
317
-
318
- #### Bug Fixes
319
-
320
- `#296208` - The issue with "the placeholder blinks when pressing enter key in the Rich Text Editor" has been resolved.
321
-
322
- ## 18.3.35 (2020-10-01)
323
-
324
- ### RichTextEditor
325
-
326
- #### Bug Fixes
327
-
328
- `#292431` - The issue with "Rich Text Editor input elements are not destroyed properly when rendered based on the conditions" has been resolved.
329
-
330
- ## 18.2.56 (2020-09-01)
331
-
332
- ### RichTextEditor
333
-
334
- #### Bug Fixes
335
-
336
- - `#290237`, `#290247` - The issue with "copy and pasting content in the Markdown Editor is not working" has been resolved.
337
-
338
- `#289786` - The issue with "The full screen toolbar item is not working when `readonly` mode is enabled in the Rich Text Editor" has been resolved.
339
-
340
- `#F156796` - The performance issue when several Rich Text Editors are rendered in a single page has been resolved.
341
-
342
- ## 18.2.55 (2020-08-25)
343
-
344
- ### RichTextEditor
345
-
346
- #### Bug Fixes
347
-
348
- `#287641` - The issue with "pasting the list content from MS Word in the Rich Text Editor removes the copied content" has been resolved.
349
-
350
- ## 18.2.54 (2020-08-18)
351
-
352
- ### RichTextEditor
353
-
354
- #### Bug Fixes
355
-
356
- `#287193` - The issue with "Script error occurs with toolbar options when placing the cursor before & after the RichTextEditor table" has been resolved.
357
-
358
- ## 18.2.48 (2020-08-04)
359
-
360
- ### RichTextEditor
361
-
362
- #### Bug Fixes
363
-
364
- - `#266152` - The issue with "List selection with delete key action does not remove lists properly" has been resolved.
365
-
366
- ## 18.2.46 (2020-07-21)
367
-
368
- ### RichTextEditor
369
-
370
- #### New Features
371
-
372
- - `#272591` - Provided new event `beforeImageUpload` that triggers before the image upload process from Rich Text Editor component.
373
-
374
- #### Bug Fixes
375
-
376
- - `#282973` - The issue with "Selecting the transparent color from the FontColor in Rich Text Editor" has been resolved.
377
-
378
- ## 18.2.45 (2020-07-14)
379
-
380
- ### RichTextEditor
381
-
382
- #### Bug Fixes
383
-
384
- - `#282644` - The issue with "Deleting the image using context menu doesn’t remove the resize and borders of the image" in the Rich Text Editor has been resolved.
385
-
386
- - `#273140` - The issue with "the image element which is not passed into the `actionComplete` event's argument in the Rich Text Editor" has been resolved.
387
-
388
- ## 18.2.44 (2020-07-07)
389
-
390
- ### RichTextEditor
391
-
392
- #### New Features
393
-
394
- - `#271295` - Provided public methods `showInlineToolbar` and `hideInlineToolbar` to show and hide the inline toolbars in the Rich Text Editor.
395
-
396
- #### Bug Fixes
397
-
398
- - The issue with "Rich Text Editor data binding not working in Source Code view" has been resolved.
399
-
400
- ## 18.1.57 (2020-06-16)
401
-
402
- ### RichTextEditor
403
-
404
- #### Bug Fixes
405
-
406
- - `#275859` - The issue with "throwing script error while pasting the content with table" in the Rich Text Editor has been resolved.
407
-
408
- - `#279019` - The issue with "pasting the content inside the nested table that breaks the HTML content in the Rich Text Editor" has been resolved.
409
-
410
- - `#276473` - The issue `afterImageDelete` event is not triggered when the image is removed along with text content in the Rich Text Editor" has been resolved.
411
-
412
- ## 18.1.54 (2020-05-26)
413
-
414
- ### RichTextEditor
415
-
416
- #### Bug Fixes
417
-
418
- - `#275859` - The issue with unable to edit the Rich Text Editor content after pasting the content with table has been resolved.
419
-
420
- ## 18.1.53 (2020-05-19)
421
-
422
- ### RichTextEditor
423
-
424
- #### Bug Fixes
425
-
426
- - `#F150037` - The issue with "throwing script error while dynamically enable/disable the toolbar" has been resolved.
427
-
428
- ## 18.1.52 (2020-05-13)
429
-
430
- ### RichTextEditor
431
-
432
- #### Bug Fixes
433
-
434
- - `#F152908` - The issue sub list remains after deleting the parent list element in the Rich Text Editor has been resolved.
435
-
436
- ## 18.1.48 (2020-05-05)
437
-
438
- ### RichTextEditor
439
-
440
- #### Bug Fixes
441
-
442
- - `#272406` - The issue background color format not applied properly on changing the font size in the Rich Text Editor has been resolved.
443
-
444
- ## 18.1.45 (2020-04-21)
445
-
446
- ### RichTextEditor
447
-
448
- #### Bug Fixes
449
-
450
- - `#271937` - The issue table border not applied when pasting the content from the Excel in the Rich Text Editor has been resolved.
451
-
452
- - `#271289` - The issue with using keyboard short cut `ctrl+k` to insert link not working in the Rich Text Editor has been resolved.
453
-
454
- ## 18.1.44 (2020-04-14)
455
-
456
- ### RichTextEditor
457
-
458
- #### New Features
459
-
460
- - `#F152228`, `#266987` - Provided an event `afterImageDelete` to be triggered after the image is removed from the Rich Text Editor content.
461
-
462
- #### Bug Fixes
463
-
464
- - `#F152859` - The issue `executeCommand` using `insertHTML` not inserting the Iframe element in the Rich Text Editor has been resolved.
465
-
466
- - `#267874`, `#269214`, `#271199` - Resolved the compilation error with typescript version 3.8.3
467
-
468
- - `#F152908` - The issue with empty sub-list not removed from Rich Text Editor has been resolved.
469
-
470
- ## 18.1.42 (2020-04-01)
471
-
472
- ### RichTextEditor
473
-
474
- #### New Features
475
-
476
- - `#266522` - Provided scrollable option support to the toolbar by setting toolbar type as `Scrollable` in Rich Text Editor.
477
-
478
- ## 17.4.51 (2020-02-25)
479
-
480
- ### RichTextEditor
481
-
482
- #### Bug Fixes
483
-
484
- - `F151491` - Resolved the issue with RichTextEditor height that is not set properly when the toolbar is disabled.
485
-
486
- - `F151491` - Resolved the script errors thrown when opening an insert image dialog several times.
487
-
488
- ## 17.4.49 (2020-02-11)
489
-
490
- ### RichTextEditor
491
-
492
- #### Bug Fixes
493
-
494
- - `#261548`, `#262909` - The issue with a new line added after pasting the content and focusing out in the Rich Text Editor has been resolved.
495
-
496
- - `#F150940` - The issue with cursor not maintained when using the `executeCommand` method with `insertHTML` in the Rich Text Editor has been resolved.
497
-
498
- - `#F150991` - Fixed issue with script error when RichTextEditor is dynamically rendered using setState.
499
-
500
- - `#F150991` - Resolved the issue with the fontName requestType is getting as fontSize after the `change` event has been triggered.
501
-
502
- - `#F150742` - Resolved the issue with `dialogOpen` event does not return the content element in insert image dialog.
503
-
504
- - `#262805` - Fixed issue `change` event triggers first time when `readonly` property is enabled.
505
-
506
- ## 17.4.47 (2020-02-05)
507
-
508
- ### RichTextEditor
509
-
510
- #### Bug Fixes
511
-
512
- - `#150737` - Resolved the issue with inserting an image dialog that was not properly rendered on mobile devices.
513
-
514
- - `#F150655` - The issue 'Images not uploaded into the server when pasting only an image from the MS Word in the Rich Text Editor' has been resolved.
515
-
516
- ## 17.4.46 (2020-01-30)
517
-
518
- ### RichTextEditor
519
-
520
- #### New Features
521
-
522
- - `#F149481` - Provided the support to get the selected HTML content using the `getSelectedHtml` public method.
523
-
524
- ## 17.4.44 (2021-01-21)
525
-
526
- ### RichTextEditor
527
-
528
- #### New Features
529
-
530
- - `#256724`, `#F149821` - Provided the support to insert a table using the `executeCommand` public method in the RichTextEditor.
531
-
532
- ## 17.4.43 (2020-01-14)
533
-
534
- ### RichTextEditor
535
-
536
- #### Bug Fixes
537
-
538
- - `#258971` - Resolved the issue with an image element that is appended on insert image dialog drop area when drag and drop an image.
539
-
540
- - `#254879` - The issue with copying and pasting MS Word content along with the image of type `v:shape` to the Rich Text Editor has been fixed.
541
-
542
- - `#F149899` - The issue with 'image alignment styles are not loaded when displaying the editor content on another page' in the Rich Text Editor has been fixed.
543
-
544
- ## 17.4.40 (2019-12-24)
545
-
546
- ### RichTextEditor
547
-
548
- #### Bug Fixes
549
-
550
- - `#254606` - Web accessibility related issues have been resolved.
551
-
552
- ## 17.4.39 (2019-12-17)
553
-
554
- ### RichTextEditor
555
-
556
- #### Bug Fixes
557
-
558
- - `#256452` - The Rich Text Editor is no longer allow to resize the image when `readonly` is enabled.
559
-
560
- - `#253296` - The issue with drag and drop text is not working inside the Rich Text Editor has been fixed.
561
-
562
- ### RichTextEditor
563
-
564
- #### New Features
565
-
566
- - **Callback event to custom toolbar**: The feature allows to bind click event handler to the custom toolbar items in the Rich Text Editor.
567
-
568
- - **Code format as toolbar button**: Provided an option to add the code format as toolbar button with toggle state in the Rich Text Editor.
569
-
570
- - **XHTML validation**: Provided support to validate the content of Rich Text Editor with XHTML standard.
571
-
572
- ## 17.3.29 (2019-11-26)
573
-
574
- ### RichTextEditor
575
-
576
- #### Bug Fixes
577
-
578
- - `#F149001` - The issue with customization of table cell padding and cell spacing in the Rich Text Editor has been resolved.
579
-
580
- ## 17.3.28 (2019-11-19)
581
-
582
- ### RichTextEditor
583
-
584
- #### Bug Fixes
585
-
586
- - `#254865` - Resolved the issue with an image that is not removed when pressing the delete key by enabling the `showOnRightClick` property.
587
-
588
- ## 17.3.19 (2019-10-22)
589
-
590
- ### RichTextEditor
591
-
592
- #### Bug Fixes
593
-
594
- - `#251855` - Resolved the issue with appearance of transparent color tile in Rich Text Editor's color picker.
595
-
596
- - `#251699` - The issue with pasting content from Word document displays unnecessary HTML content in the Rich Text Editor has been fixed.
597
-
598
- - `#251640` - The issue "placeholder not hidden after inserting a table or an image in the Rich Text Editor" has been fixed.
599
-
600
- - `#250650` - The issue with image rename in the imageUploadSuccess event not working when drag and drop an image into RichTextEditor has been fixed.
601
-
602
- - `#250587` - The issue with null field shown on form data headers response when drag and drop an image into RichTextEditor has been fixed.
603
-
604
- - `#251855` - The issue "console error is thrown, when the image upload dialog is opened in IE browser" has been fixed.
605
-
606
- ## 17.3.16 (2019-10-09)
607
-
608
- ### RichTextEditor
609
-
610
- #### Bug Fixes
611
-
612
- - `#249291` - The issue "extra empty tags are added while toggling bold or Italic style when typing the text randomly" in the Rich Text Editor has been fixed.
613
-
614
- ## 17.3.14 (2019-10-03)
615
-
616
- ### RichTextEditor
617
-
618
- #### Bug Fixes
619
-
620
- - `#249182` - The issue with localizing static texts of paste prompt dialog in the Rich Text Editor has been fixed.
621
-
622
- - `#249613` - The issue with pasting content from Microsoft Excel sheet that throws console error in the Rich Text Editor has been fixed.
623
-
624
- ## 17.3.9-beta (2019-09-20)
625
-
626
- ### RichTextEditor
627
-
628
- #### New Features
629
-
630
- - **Drag and drop images from local system**: The feature allows to insert the images to the editor by drag and drop from local path. The images can uploaded to the server before insert into the editor.
631
-
632
- - **Resizable Editor**: `#236064` - This feature allows the editor to be resized. Users can enable or disable this feature using the `enableResize` property. If `enableResize` is true, the RichTextEditor component creates grip at the bottom right corner to resize it in diagonal direction.
633
-
634
- - **Pasting images from Microsoft Word and Microsoft Outlook**: This feature allows you to paste the images in the editor by copying and pasting from Microsoft Word and Outlook. The images can be uploaded to the server before inserting into the editor.
635
-
636
- #### Bug Fixes
637
-
638
- - `#F146927` - The issue with copy and pasting image from MS Word to the RichTextEditor has been fixed.
639
-
640
- - `#246340` - The issue with pasting the content as plain-text in Rich Text Editor has been fixed.
641
-
642
- ## 17.2.47 (2019-08-27)
643
-
644
- ### RichTextEditor
645
-
646
- #### Bug Fixes
647
-
648
- - `#242999` - Now, Reactive form validates properly on `shift + tab` key action.
649
-
650
- - `#244796` - Floating toolbar now renders properly without alignment issue, when render the Rich Text Editor within Tab.
651
-
652
- - `#243448` - Performance with page scroll has been improved when multiple Rich Text Editor components are rendered in the page.
653
-
654
- - `#241388` - The issue with right-click option while rendering RichTextEditor inside the table has been fixed.
655
-
656
- ## 17.2.46 (2019-08-22)
657
-
658
- ### RichTextEditor
659
-
660
- #### New Features
661
-
662
- - **Image upload events**
663
- - `#240002`, `#236690`, `#241238`, `#244320` - This feature allows images to be customized on uploading and inserting them into the editor by using the upload events image selected, image uploading, image upload success, and image upload failed. Users can rename the images before inserting them into the editor using these events.
664
-
665
- #### Bug Fixes
666
-
667
- - `#243475` - Now, you can validate max-length even showCharCount property as false.
668
-
669
- - `#243475` - Resolved the issue with max-length validation on pasting the content.
670
-
671
- - `#242999` - The key action for `tab` key and `shift + tab` key are similar now.
672
-
673
- ## 17.2.41 (2019-08-14)
674
-
675
- ### RichTextEditor
676
-
677
- #### New Features
678
-
679
- - **Support for saving images in base64**: `#240002`, `#242405` - This feature allows users to save the images in the RichTextEditor in base64 format along with the existing blob format.
680
-
681
- - `#242771` - Provided the support to handle both absolute and relative path links.
682
-
683
- #### Bug Fixes
684
-
685
- - `#243767` - The issue with applying selected format based on content editable has been fixed.
686
-
687
- ## 17.2.36 (2019-07-24)
688
-
689
- ### RichTextEditor
690
-
691
- #### Bug Fixes
692
-
693
- - `#242377` - The issue, "alignment is not working while pasting content from notepad" has been resolved.
694
-
695
- - `#F146057` - The issue, "formatting(strong and alignment) is not maintained on pasting web content" has been resolved.
696
-
697
- ## 17.2.35 (2019-07-17)
698
-
699
- ### RichTextEditor
700
-
701
- #### Bug Fixes
702
-
703
- - `#241388` - The issue, "browser context menu is not shown on right click when enabling the showOnRightClick property" has been resolved.
704
-
705
- ## 17.2.34 (2019-07-11)
706
-
707
- ### RichTextEditor
708
-
709
- #### Bug Fixes
710
-
711
- - `#F145376` - The issue, "action complete event is not triggered when deleting the content with text and images" has been resolved.
712
-
713
- - `#237729` - The issue "table column width is shown as pixel instead of percentage while resizing" has been fixed.
714
-
715
- - `#237729` - Pickers mode throws script error when selecting the color in table's quick toolbar, that issue has been fixed.
716
-
717
- - `#237729` - Color picker value doesn't set as RGBA(alpha) value in content editor, that issue has been fixed.
718
-
719
- - `#240808` - The issue "opening a link in new window throws an error for auto generated link" has been fixed.
720
-
721
- - `#240024` - The issue, "spacing between words is removed when focus out the editor" has been resolved.
722
-
723
- - `#234519`, `#234586`, `#F138909` - The issues with table and its functionalities in IE11 has been resolved.
724
-
725
- ## 17.2.28-beta (2019-06-27)
726
-
727
- ### RichTextEditor
728
-
729
- #### New Features
730
-
731
- - **Paste from Microsoft Word**: This feature allows users to paste clean-formatted HTML markup by removing all unnecessary elements, styles, and attributes from text while copying and pasting it from Microsoft Word.
732
-
733
- #### Breaking Changes
734
-
735
- - Changed the default value of the API property `allowedStyleProps` from `null` to `['background', 'background-color', 'border', 'border-bottom', 'border-left', 'border-radius', 'border-right', 'border-style', 'border-top', 'border-width', 'clear', 'color', 'cursor', 'direction', 'display', 'float', 'font', 'font-family', 'font-size', 'font-weight', 'font-style','height', 'left', 'line-height', 'margin', 'margin-top', 'margin-left', 'margin-right', 'margin-bottom', 'max-height', 'max-width', 'min-height', 'min-width', 'overflow', 'overflow-x', 'overflow-y', 'padding', 'padding-bottom', 'padding-left', 'padding-right', 'padding-top', 'position', 'right', 'table-layout', 'text-align', 'text-decoration', 'text-indent', 'top', 'vertical-align', 'visibility', 'white-space', 'width']`.
736
-
737
- #### Bug Fixes
738
-
739
- - `#238872` - Issue with cursor position when enabled list with empty editor that issue has been resolved.
740
-
741
- ## 17.1.49 (2019-05-29)
742
-
743
- ### RichTextEditor
744
-
745
- #### Bug Fixes
746
-
747
- - `#235461` - Thrown the console error while rendering the RichTextEditor within a table element and pressing the tab key from edit area that issue has been resolved.
748
-
749
- ## 17.1.48 (2019-05-21)
750
-
751
- ### RichTextEditor
752
-
753
- #### New Features
754
-
755
- - `#230976` - Opens a quick toolbar on right-click support has been provided.
756
-
757
- #### Bug Fixes
758
-
759
- - `#235120` - RichTextEditor's paste as plain text doesn't preserve line break that issue has been resolved.
760
-
761
- ## 17.1.43 (2019-04-30)
762
-
763
- ### RichTextEditor
764
-
765
- #### Bug Fixes
766
-
767
- - `#234280` - RichTextEditor's toolbar is broken when using ES2015 target that issue has been resolved.
768
-
769
- ## 17.1.42 (2019-04-23)
770
-
771
- ### RichTextEditor
772
-
773
- #### Bug Fixes
774
-
775
- - Change event doesn't trigger, when RichTextEditor blurs inside of `In-place Editor` that issue has been fixed.
776
-
777
- ## 17.1.40 (2019-04-09)
778
-
779
- ### RichTextEditor
780
-
781
- #### Bug Fixes
782
-
783
- - Insert image functionality of `RichTextEditor` is not working when render with `File Upload`, that issue has been fixed.
784
-
785
- ## 17.1.32-beta (2019-03-13)
786
-
787
- ### RichTextEditor
788
-
789
- #### Bug Fixes
790
-
791
- - Image and Table quick toolbar open while scrolling the content in the iPhone device, that issue has been fixed.
792
-
793
- - Getting console error while rendering inline mode with `FontColor` and `BackgroundColor` in mobile view, that issue has been fixed.
794
-
795
- -`Undo` and `Redo` icon visible in preview mode issue has been fixed
796
-
797
- #### New Features
798
-
799
- - **Paste cleanup**: This feature allows users to clean up HTML content when copying and pasting any other content from external sources.
800
-
801
- ## 16.4.55 (2019-02-27)
802
-
803
- ### RichTextEditor
804
-
805
- #### Bug Fixes
806
-
807
- - Insert image dialog is not rendering properly while setting the `imageUploadMessage` text as long in localization, that issue has been fixed.
808
-
809
- - Localization is not applied to static `DropDownButton` items, that issue has been fixed.
810
-
811
- ## 16.4.54 (2019-02-19)
812
-
813
- ### RichTextEditor
814
-
815
- #### Bug Fixes
816
-
817
- - HTML 5 form reset behaviour has been corrected.
818
-
819
- - Editor content rendered twice in DOM when using `RichTextEditorFor`, that issue has been fixed.
820
-
821
- - EJ2 compatibility styles are not worked while component rendering with `textarea` element, that issue has been fixed.
822
-
823
- ## 16.4.53 (2019-02-13)
824
-
825
- ### RichTextEditor
826
-
827
- #### Bug Fixes
828
-
829
- - Console error is thrown in IE11 browser while using the SVG element style with transform and then render the RichTextEditor in an application, that issue has been fixed.
830
-
831
- - HTML 5 standard issues has been fixed.
832
-
833
- - Cursor position changed after typed some contents issue has been fixed.
834
-
835
- #### Breaking Changes
836
-
837
- - Changed the `fontSize`, `fontFamily`, `format` properties default value as null.
838
-
839
- ## 16.4.48 (2019-01-22)
840
-
841
- ### RichTextEditor
842
-
843
- #### Bug Fixes
844
-
845
- - Table QuickToolbar open wherever click within a component issue has been fixed.
846
-
847
- - FontSize "px" and fontFamily "veranda" not updated in toolbar status, that issue has been fixed.
848
-
849
- - Clicking on view source code with single character inside textarea removes the character, that issue has been fixed.
850
-
851
- ## 16.4.47 (2019-01-16)
852
-
853
- ### RichTextEditor
854
-
855
- #### Bug Fixes
856
-
857
- - ASP.NET core data annotation issue has been fixed.
858
-
859
- - Console error is thrown in IE browser with angular routing, that issue has been fixed.
860
-
861
- - Unable to maintain the RichTextEditor color picker pop-up position when scrolling the browser has been fixed.
862
-
863
- ## 16.4.46 (2019-01-08)
864
-
865
- ### RichTextEditor
866
-
867
- #### Bug Fixes
868
-
869
- - Changing the font color of underlined text doesn’t change the color of the line, that issue has been fixed.
870
-
871
- - RichTextEditor injectable module is missed from import setting file in [CRG](https://crg.syncfusion.com/), that issue has been fixed.
872
-
873
- - The change event is triggered on clicking into HTML source code view in Edge browser, that issue has been fixed.
874
-
875
- - Blur event is not triggered when we change focus directly from one RTE to another RTE, that issue has been fixed.
876
-
877
- - RichTextEditor full screen not working properly when render inside the overflow element has been fixed.
878
-
879
- ## 16.4.44 (2018-12-24)
880
-
881
- ### RichTextEditor
882
-
883
- #### Bug Fixes
884
-
885
- - Pasted URL is not converted to links automatically, that issue has been fixed.
886
-
887
- - Image paste as twice in Firefox browser, that issue has been fixed.
888
-
889
- - The value property and getHtml method will be updated within an interval to `saveInterval` property.
890
-
891
- ## 16.4.40-beta (2018-12-10)
892
-
893
- ### RichTextEditor
894
-
895
- #### New Features
896
-
897
- - Insert table support has provided for MarkDown Editor.
898
-
899
- #### Bug Fixes
900
-
901
- - Dynamic enabling and disabling support for toolbar items has been provided.
902
- - Image dialog's Browse button width is not adjusted based on the text issue has been resolved.
903
-
904
- ## 16.3.17 (2018-09-12)
905
-
906
- ### RichTextEditor
907
-
908
- #### New Features
909
-
910
- 1. Image resize support has been provided.
911
- 2. Insert table support has provided for HTML Editor which includes below sub features,
912
- 1. Create and modify the table, table rows and columns.
913
- 2. Row and column resize.
914
- 3. Quick toolbar interaction.
915
- 4. Table header and custom styles.
916
-
917
- #### Breaking Changes
918
-
919
- - `setContent` method has removed, use `value` property to set the content instead.
920
-
921
- ## 16.2.51 (2018-09-04)
922
-
923
- ### RichTextEditor
924
-
925
- #### Bug Fixes
926
-
927
- - RichTextEditor modal `popup` style override issue has been resolved.
928
- - RichTextEditor removes spacing between words when content is pasted from a word document, that
929
- issue has been fixed.
930
-
931
- ## 16.2.50 (2018-08-28)
932
-
933
- ### RichTextEditor
934
-
935
- #### Bug Fixes
936
-
937
- - Unable to paste image copied from windows in RichTextEditor issue has been resolved.
938
-
939
- ## 16.2.49 (2018-08-21)
940
-
941
- ### RichTextEditor
942
-
943
- #### Bug Fixes
944
-
945
- - `IFrame` mode external font family removed in RichTextEditor.
946
- - Unable to delete the selected content of RichTextEditor in inline toolbar issue has been resolved.
947
-
948
- ## 16.2.48 (2018-08-14)
949
-
950
- ### RichTextEditor
951
-
952
- #### Bug Fixes
953
-
954
- - Removed external font family in RichTextEditor source.
955
-
956
- ## 16.2.47 (2018-08-07)
957
-
958
- ### RichTextEditor
959
-
960
- #### Bug Fixes
961
-
962
- - `FontColor` and `BackgroundColor` toolbar item not rendered in inline mode issue has been resolved.
963
- - RichTextEditor toolbar disabled mode content select console error issue has been resolved.
964
- - Provided view encapsulation support.
965
-
966
- ## 16.2.45 (2018-07-17)
967
-
968
- ### RichTextEditor
969
-
970
- #### Bug Fixes
971
-
972
- - Provided `getText` public method from RichTextEditor.
973
-
974
- ## 16.2.44 (2018-07-10)
975
-
976
- ### RichTextEditor
977
-
978
- #### Bug Fixes
979
-
980
- - RichTextEditor `actionBegin` event missing arguments included.
981
-
982
- ## 16.2.41 (2018-06-25)
983
-
984
- ### RichTextEditor
985
-
986
- The rich text editor component is WYSIWYG ("what you see is what you get") editor used to create and edit the content and return valid HTML markup or markdown (MD) of the content. The editor provides a standard toolbar to format content using its commands. Modular library features to load the necessary functionality on demand. The toolbar contains commands to align the text, insert link, insert image, insert list, undo/redo operation, HTML view, and more.
987
-
988
- - Provides IFRAME and DIV mode.
989
- - Handles markdown editing.
990
- - Contains a modular library to load the necessary functionality on demand.
991
- - Provides a fully customizable toolbar.
992
- - HTML view to edit the source directly for developers.
993
- - Supports to integrate third-party library.
994
- - Preview the modified content before saving it.
995
- - Handles images, hyperlinks, video,hyperlinks, uploads, and more.
996
- - Contains undo/redo manager.
997
- - Creates bulleted and numbered lists.
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### RichTextEditor
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I347461` - The issue with "quickToolbar of image is not hidden, when we click on the popup and then press Esc to hide" has been resolved.
10
+
11
+ - `#I346752` - The issue with "applying code format to the already applied code format content reverts to paragraph" has been resolved.
12
+
13
+ ## 19.3.53 (2021-11-12)
14
+
15
+ ### RichTextEditor
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I346580` - The issue with "align top in the table vertical align quick toolbar is always disabled" has been resolved.
20
+
21
+ - `#I346331` - The issue with "font family is not working when changed dynamically when the Rich Text Editor is in inline mode" has been resolved.
22
+
23
+ - `#I346832` - The issue with "upload icon overlaps with the percentage icon in the insert image dialog when uploading" has been resolved.
24
+
25
+ ## 19.3.47 (2021-10-26)
26
+
27
+ ### RichTextEditor
28
+
29
+ #### Bug Fixes
30
+
31
+ - `#I342950` - The issue with "font-Family styles are not applied when changing dynamically" has been resolved.
32
+
33
+ - `#I345842` - The issue with "Table cells with classes added initially are removed, when focusing on the table cells" has been resolved.
34
+
35
+ ## 19.3.46 (2021-10-19)
36
+
37
+ ### RichTextEditor
38
+
39
+ #### Bug Fixes
40
+
41
+ - `#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.
42
+
43
+ - `#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.
44
+
45
+ ## 19.3.45 (2021-10-12)
46
+
47
+ ### RichTextEditor
48
+
49
+ #### Bug Fixes
50
+
51
+ - `#I338000` - The issue with `actionComplete` event triggered twice, when replacing the inserted image using QuickToolbar has been resolved.
52
+
53
+ - `#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.
54
+
55
+ - `#F168838` - The issue with "Image is not inserted in the editor, when using the `Turkish` language" has been resolved.
56
+
57
+ - `#I344588`, `#I344586` - The issue with "page scrolls automatically when the enter key is pressed in the Rich Text Editor" has been resolved.
58
+
59
+ - `#I344588` - The issue with "content goes outside of the Rich Text Editor when the enter key is pressed twice" has been resolved.
60
+
61
+ - `#I342895` - The issue with "when copy and paste content in the empty Rich Text Editor focus is lost" has been resolved.
62
+
63
+ - `#F168901` - The issue with `​` character code not removed when typing in the Rich Text Editor has been resolved.
64
+
65
+ - `#I340970` - The issue with "Replacing the ` ` to empty space's with the `XTHML` validation" has been resolved.
66
+
67
+ - `#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.
68
+
69
+ ## 19.3.43 (2021-09-30)
70
+
71
+ ### RichTextEditor
72
+
73
+ #### New Features
74
+
75
+ - `#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.
76
+
77
+ #### Breaking Changes
78
+
79
+ - `#I334962` - The image size popup, now has an option to set an `auto` value.
80
+
81
+ #### Bug Fixes
82
+
83
+ - `#I340683` - The issue with "Text inserted outside of the Rich Text Editor, after performing `Shift + Enter` key action" has been resolved.
84
+
85
+ - `#I340683` - The issue with "Pasting the text content for the second time, after clearing the value hangs the Rich Text Editor" has been resolved.
86
+
87
+ - `#I339234` - The issue with "Formats like bold, italic, underline will get unselected, when clicking in editor after selecting them" has been resolved.
88
+
89
+ ## 19.2.62 (2021-09-14)
90
+
91
+ ### RichTextEditor
92
+
93
+ #### Bug Fixes
94
+
95
+ - `#I340075` - The issue with "Resizing the table columns, is not updated the table cells properly" has been resolved.
96
+
97
+ - `#I332614` - The issue with "Table row and column are not resizable, when its position in the editor exceeds the height of the Rich Text Editor" has been resolved.
98
+
99
+ ## 19.2.60 (2021-09-07)
100
+
101
+ ### RichTextEditor
102
+
103
+ #### Bug Fixes
104
+
105
+ - `#I332614` - Resolved the issue with table row and column are not resizable, when its position exceeds the height of the Rich Text Editor.
106
+
107
+ - `#I340075` - The issue with "Resizing the table columns not updated the table cells properly" has been resolved.
108
+
109
+ ## 19.2.59 (2021-08-31)
110
+
111
+ ### RichTextEditor
112
+
113
+ #### Bug Fixes
114
+
115
+ - `#F167103` - The Image is not displayed, when adding next to the `hr` tag has been resolved.
116
+
117
+ - `#FB24806` - The issue with "Rich Text Editor height jumps, on input in Iframe mode with custom toolbar configured" has been resolved.
118
+
119
+ - `#I340017` - The issue with content area is not entirely visible, when expanding the toolbar if the `readOnly` property is enabled has been resolved.
120
+
121
+ - `#FB27857` - The issue with "Cannot cancel `fullscreen` action in the `actionBegin` event" has been resolved.
122
+
123
+ - `#I339831` - The issue with "Lists with multiple spans elements would produce new lists, while applying the `background-colour`" has been resolved.
124
+
125
+ - `#F168085` - The issue with "Text color is removed for the range nodes, when removing the formats" has been resolved.
126
+
127
+ ## 19.2.57 (2021-08-24)
128
+
129
+ ### RichTextEditor
130
+
131
+ #### Bug Fixes
132
+
133
+ - `#I336931`- The issue with "Rich Text Editor character count increased when bold, italic, underline format applied in empty content and accessing using `getCharCount()` public method has been resolved.
134
+
135
+ - `#I338261` - The issue with "Rich Text Editor hangs when pasting the word content, after clearing the value" has been resolved.
136
+
137
+ - `#I339192` - The "Rich Text Editor height is not adjusted to parent element height" issue has been fixed.
138
+
139
+ ## 19.2.56 (2021-08-17)
140
+
141
+ ### RichTextEditor
142
+
143
+ #### Bug Fixes
144
+
145
+ - `#I338000` - Resolved the exception raised, when pressing the enter key after changing the font-size in RTL mode in `Firefox` browser.
146
+
147
+ - `#I338062` - The issue with "Link is not generated properly, when `pasteCleanUpmodule` is imported" has been resolved.
148
+
149
+ - `#I338062` - The issue with "Unable to paste url more than two times, in the Rich Text Editor" has been resolved.
150
+
151
+ ## 19.2.55 (2021-08-11)
152
+
153
+ ### RichTextEditor
154
+
155
+ #### Bug Fixes
156
+
157
+ - `#I335578` - The issue with "alignment mismatching when pasting content from MS Word in the Rich Text Editor" has been fixed.
158
+
159
+ - `#I335315` - The issue with "Image size restriction not works in Drag and Drop action" has been resolved.
160
+
161
+ #### New Features
162
+
163
+ - `#I309446`, `#I336258` - Provided support to paste rare list contents from MS Word in the Rich Text Editor.
164
+
165
+ - `#I304121` - Improvements with the `deleteKey` action in the Rich Text Editor.
166
+ - Provided `showDialog`, `closeDialog` methods to opens/closes the Link, Image, Table dialogs in the Rich Text Editor.
167
+
168
+ ## 19.2.51 (2021-08-03)
169
+
170
+ ### RichTextEditor
171
+
172
+ #### Bug Fixes
173
+
174
+ - `#I324790, #I337356` - The issue with "`div` element is created instead of `paragraph` element when enter key is pressed twice to exit the list" has been fixed.
175
+
176
+ - `#I336931` - The issue with "Character count is increased, when formats are being applied in empty content" has been fixed.
177
+
178
+ - `#I335821` - The issue with "Upload image restriction not working with the paste action" has been resolved.
179
+
180
+ ## 19.2.49 (2021-07-27)
181
+
182
+ ### RichTextEditor
183
+
184
+ #### Bug Fixes
185
+
186
+ - `#I335580` - The issue with the Rich Text Editor toolbar status not updated, once the contents have been removed has been rectified.
187
+
188
+ ## 19.2.48 (2021-07-20)
189
+
190
+ ### RichTextEditor
191
+
192
+ #### Bug Fixes
193
+
194
+ - `#I332112`, `#I332022` - The issue with "Images change aspect ratio, when resized to smallest possible and back larger again" has been resolved.
195
+
196
+ - `#FB26798` - The issue with "Rich Text Editor `change` event is not triggered in the code view" has been resolved.
197
+
198
+ - `#I334073`- The issue with "`Uploader` element is not present in DOM, when drag and drop images in the Rich Text Editor" has been resolved.
199
+
200
+ - `#I335073` - The issue with "Default font family applied, is not working in inline mode" has been resolved.
201
+
202
+ ## 19.2.47 (2021-07-13)
203
+
204
+ ### RichTextEditor
205
+
206
+ #### Bug Fixes
207
+
208
+ - `#I332610` - The issue with "Adding a column to a table after resizing a column resets the resized column width" has been resolved.
209
+
210
+ - `#I326508` - The issue with "Content is pasted outside the edit area of the Rich Text Editor when `enableXhtml` is set true" has been resolved.
211
+
212
+ - `#I332614` - The issue with "Columns and row resize not working when there is unequal number columns in all rows" has been resolved.
213
+
214
+ ## 19.2.44 (2021-06-30)
215
+
216
+ ### RichTextEditor
217
+
218
+ #### New Features
219
+
220
+ - `#I304121` - Improvements with the `backSpaceKey` action in the Rich Text Editor.
221
+
222
+ - `#I292778`, `#I308312`, `#I309446`, `#I313298` - Provided the List style type and List style image support for the Numbered and Bulleted lists.
223
+
224
+ #### Bug Fixes
225
+
226
+ - `#I327676` - The issue with "Custom toolbar icons not disabled/enabled, when multiple custom toolbar is configured" has been resolved.
227
+
228
+ - `#I330909` - The issue with "Inserting table after pressing `shit+enter` deletes all the content below in the Rich Text Editor" has been resolved.
229
+
230
+ - `#F165931` - The issue with "Ordered list number color not changing, when font color is applied to the list in the Rich Text Editor" has been resolved.
231
+
232
+ - `#I327566` - The issue with "Image resizing is not working properly when `resizeByPercent` is set true" has been resolved.
233
+
234
+ ## 19.1.54 (2021-03-30)
235
+
236
+ ### RichTextEditor
237
+
238
+ #### New Features
239
+
240
+ - `#257889`, `#264792`, `#280064`, `#305551`, `#316177`, - Provided support for the table cell merge and split in Rich Text Editor table properties.
241
+
242
+ #### Bug Fixes
243
+
244
+ - `#318815`- The issue with "Resize grip of the image freezes, after resizing for the first time" has been resolved.
245
+
246
+ - `#317508`- The issue with "Resize icon of an image is not positioned properly, when height is set to the Rich Text Editor" has been resolved.
247
+
248
+ - `F163544`- The issue with "Pressing the 'cmd+z' in mac after deleting all contents, deletes the first paragraph of the Rich Text Editor" has been resolved.
249
+
250
+ - `F163545`- The issue with "'cmd+z' is not working after pasting the content in Mac machine" has been resolved.
251
+
252
+ - `#313508` - The issue with "event 'afterImageDelete' triggers two times when removing the image using the backspace key" has been resolved.
253
+
254
+ - `#313508` - The issue with "Console error is thrown, when updating the selected image with another image" has been resolved.
255
+
256
+ ## 18.4.47 (2021-03-09)
257
+
258
+ ### RichTextEditor
259
+
260
+ #### Bug Fixes
261
+
262
+ - `#317795`- The issue with "Pasting the block node contents in the Rich Text Editor" has been resolved.
263
+
264
+ ## 18.4.46 (2021-03-02)
265
+
266
+ ### RichTextEditor
267
+
268
+ #### Bug Fixes
269
+
270
+ - `#309809` - The issue with "Unable to resize the image in the Rich Text Editor when width is set" is resolved.
271
+
272
+ - `#314678` - Resolved the script error raised, when pasting the content after pressing the shift-enter key.
273
+
274
+ - `F161914` - The issue with "Bold format removed for the content previous to the selection in the Rich Text Editor" is resolved.
275
+
276
+ ## 18.4.44 (2021-02-23)
277
+
278
+ ### RichTextEditor
279
+
280
+ #### Bug Fixes
281
+
282
+ - `#314104` - The issue with the "Rich Text Editor's table width is not set properly if values are configured higher" is resolved.
283
+
284
+ - `F161887` - The issue with "Removing the italic format removes the underline format in the Rich Text Editor" is resolved.
285
+
286
+ ## 18.4.42 (2021-02-09)
287
+
288
+ ### RichTextEditor
289
+
290
+ #### Bug Fixes
291
+
292
+ - `F160581` - The issue with "The RichTextEditor table toolbar popup is hidden inside the higher Z-Index elements" has been resolved.
293
+
294
+ ## 18.4.39 (2021-01-28)
295
+
296
+ ### RichTextEditor
297
+
298
+ #### Bug Fixes
299
+
300
+ - `#296208` - Resolved the issue with the Placeholder blinks when pressing the enter key in the editor.
301
+
302
+ - `#310044` - The issue with the resize grip alignment when the toolbar is disabled state has been resolved.
303
+
304
+ ## 18.4.34 (2021-01-12)
305
+
306
+ ### RichTextEditor
307
+
308
+ #### Bug Fixes
309
+
310
+ `#305379` - The issue with "Images getting removed when pasting images along with contents from the MS Word in the Rich Text Editor" has been resolved.
311
+
312
+ `#301635` - The issue with "Pasting bulleted or numbered list from the MS Word doesn't maintain the font size and font styles in the Rich Text Editor" has been resolved.
313
+
314
+ ## 18.4.33 (2021-01-05)
315
+
316
+ ### RichTextEditor
317
+
318
+ #### New Features
319
+
320
+ - `F160594` - Provided new event `beforeImageDrop` that triggers before drop a image in Rich Text Editor component.
321
+
322
+ #### Bug Fixes
323
+
324
+ `#306799` - The issue with "deleting any rows in the table removes the first row of the table in the Rich Text Editor" has been resolved.
325
+
326
+ ## 18.4.30 (2020-12-17)
327
+
328
+ ### RichTextEditor
329
+
330
+ #### New Features
331
+
332
+ - **File Manager**: `F144048`, `#234755`, `#261368`, `#261882`, `#150871`, `#270549` - This feature allows the editor to browse and insert the images from FileManager using various remote service.
333
+
334
+ - `F149800` - Provided new property `removeUrl` in `insertImageSettings` API to trigger the image remove operation in server, when image removed from editor.
335
+
336
+ - `#301980` - Provided the support to return the `Xhtml` value in the `value` property when the `enableXtml` property is enabled in the Rich Text Editor.
337
+
338
+ - `#264791`, `#295032`, `#299905`, `#F159588` - Provided the support to retain all the styles from MS Excel while pasting the content in the Rich Text Editor.
339
+
340
+ #### Bug Fixes
341
+
342
+ `#296208` - The issue with "the placeholder blinks when pressing enter key in the Rich Text Editor" has been resolved.
343
+
344
+ ## 18.3.35 (2020-10-01)
345
+
346
+ ### RichTextEditor
347
+
348
+ #### Bug Fixes
349
+
350
+ `#292431` - The issue with "Rich Text Editor input elements are not destroyed properly when rendered based on the conditions" has been resolved.
351
+
352
+ ## 18.2.56 (2020-09-01)
353
+
354
+ ### RichTextEditor
355
+
356
+ #### Bug Fixes
357
+
358
+ - `#290237`, `#290247` - The issue with "copy and pasting content in the Markdown Editor is not working" has been resolved.
359
+
360
+ `#289786` - The issue with "The full screen toolbar item is not working when `readonly` mode is enabled in the Rich Text Editor" has been resolved.
361
+
362
+ `#F156796` - The performance issue when several Rich Text Editors are rendered in a single page has been resolved.
363
+
364
+ ## 18.2.55 (2020-08-25)
365
+
366
+ ### RichTextEditor
367
+
368
+ #### Bug Fixes
369
+
370
+ `#287641` - The issue with "pasting the list content from MS Word in the Rich Text Editor removes the copied content" has been resolved.
371
+
372
+ ## 18.2.54 (2020-08-18)
373
+
374
+ ### RichTextEditor
375
+
376
+ #### Bug Fixes
377
+
378
+ `#287193` - The issue with "Script error occurs with toolbar options when placing the cursor before & after the RichTextEditor table" has been resolved.
379
+
380
+ ## 18.2.48 (2020-08-04)
381
+
382
+ ### RichTextEditor
383
+
384
+ #### Bug Fixes
385
+
386
+ - `#266152` - The issue with "List selection with delete key action does not remove lists properly" has been resolved.
387
+
388
+ ## 18.2.46 (2020-07-21)
389
+
390
+ ### RichTextEditor
391
+
392
+ #### New Features
393
+
394
+ - `#272591` - Provided new event `beforeImageUpload` that triggers before the image upload process from Rich Text Editor component.
395
+
396
+ #### Bug Fixes
397
+
398
+ - `#282973` - The issue with "Selecting the transparent color from the FontColor in Rich Text Editor" has been resolved.
399
+
400
+ ## 18.2.45 (2020-07-14)
401
+
402
+ ### RichTextEditor
403
+
404
+ #### Bug Fixes
405
+
406
+ - `#282644` - The issue with "Deleting the image using context menu doesn’t remove the resize and borders of the image" in the Rich Text Editor has been resolved.
407
+
408
+ - `#273140` - The issue with "the image element which is not passed into the `actionComplete` event's argument in the Rich Text Editor" has been resolved.
409
+
410
+ ## 18.2.44 (2020-07-07)
411
+
412
+ ### RichTextEditor
413
+
414
+ #### New Features
415
+
416
+ - `#271295` - Provided public methods `showInlineToolbar` and `hideInlineToolbar` to show and hide the inline toolbars in the Rich Text Editor.
417
+
418
+ #### Bug Fixes
419
+
420
+ - The issue with "Rich Text Editor data binding not working in Source Code view" has been resolved.
421
+
422
+ ## 18.1.57 (2020-06-16)
423
+
424
+ ### RichTextEditor
425
+
426
+ #### Bug Fixes
427
+
428
+ - `#275859` - The issue with "throwing script error while pasting the content with table" in the Rich Text Editor has been resolved.
429
+
430
+ - `#279019` - The issue with "pasting the content inside the nested table that breaks the HTML content in the Rich Text Editor" has been resolved.
431
+
432
+ - `#276473` - The issue `afterImageDelete` event is not triggered when the image is removed along with text content in the Rich Text Editor" has been resolved.
433
+
434
+ ## 18.1.54 (2020-05-26)
435
+
436
+ ### RichTextEditor
437
+
438
+ #### Bug Fixes
439
+
440
+ - `#275859` - The issue with unable to edit the Rich Text Editor content after pasting the content with table has been resolved.
441
+
442
+ ## 18.1.53 (2020-05-19)
443
+
444
+ ### RichTextEditor
445
+
446
+ #### Bug Fixes
447
+
448
+ - `#F150037` - The issue with "throwing script error while dynamically enable/disable the toolbar" has been resolved.
449
+
450
+ ## 18.1.52 (2020-05-13)
451
+
452
+ ### RichTextEditor
453
+
454
+ #### Bug Fixes
455
+
456
+ - `#F152908` - The issue sub list remains after deleting the parent list element in the Rich Text Editor has been resolved.
457
+
458
+ ## 18.1.48 (2020-05-05)
459
+
460
+ ### RichTextEditor
461
+
462
+ #### Bug Fixes
463
+
464
+ - `#272406` - The issue background color format not applied properly on changing the font size in the Rich Text Editor has been resolved.
465
+
466
+ ## 18.1.45 (2020-04-21)
467
+
468
+ ### RichTextEditor
469
+
470
+ #### Bug Fixes
471
+
472
+ - `#271937` - The issue table border not applied when pasting the content from the Excel in the Rich Text Editor has been resolved.
473
+
474
+ - `#271289` - The issue with using keyboard short cut `ctrl+k` to insert link not working in the Rich Text Editor has been resolved.
475
+
476
+ ## 18.1.44 (2020-04-14)
477
+
478
+ ### RichTextEditor
479
+
480
+ #### New Features
481
+
482
+ - `#F152228`, `#266987` - Provided an event `afterImageDelete` to be triggered after the image is removed from the Rich Text Editor content.
483
+
484
+ #### Bug Fixes
485
+
486
+ - `#F152859` - The issue `executeCommand` using `insertHTML` not inserting the Iframe element in the Rich Text Editor has been resolved.
487
+
488
+ - `#267874`, `#269214`, `#271199` - Resolved the compilation error with typescript version 3.8.3
489
+
490
+ - `#F152908` - The issue with empty sub-list not removed from Rich Text Editor has been resolved.
491
+
492
+ ## 18.1.42 (2020-04-01)
493
+
494
+ ### RichTextEditor
495
+
496
+ #### New Features
497
+
498
+ - `#266522` - Provided scrollable option support to the toolbar by setting toolbar type as `Scrollable` in Rich Text Editor.
499
+
500
+ ## 17.4.51 (2020-02-25)
501
+
502
+ ### RichTextEditor
503
+
504
+ #### Bug Fixes
505
+
506
+ - `F151491` - Resolved the issue with RichTextEditor height that is not set properly when the toolbar is disabled.
507
+
508
+ - `F151491` - Resolved the script errors thrown when opening an insert image dialog several times.
509
+
510
+ ## 17.4.49 (2020-02-11)
511
+
512
+ ### RichTextEditor
513
+
514
+ #### Bug Fixes
515
+
516
+ - `#261548`, `#262909` - The issue with a new line added after pasting the content and focusing out in the Rich Text Editor has been resolved.
517
+
518
+ - `#F150940` - The issue with cursor not maintained when using the `executeCommand` method with `insertHTML` in the Rich Text Editor has been resolved.
519
+
520
+ - `#F150991` - Fixed issue with script error when RichTextEditor is dynamically rendered using setState.
521
+
522
+ - `#F150991` - Resolved the issue with the fontName requestType is getting as fontSize after the `change` event has been triggered.
523
+
524
+ - `#F150742` - Resolved the issue with `dialogOpen` event does not return the content element in insert image dialog.
525
+
526
+ - `#262805` - Fixed issue `change` event triggers first time when `readonly` property is enabled.
527
+
528
+ ## 17.4.47 (2020-02-05)
529
+
530
+ ### RichTextEditor
531
+
532
+ #### Bug Fixes
533
+
534
+ - `#150737` - Resolved the issue with inserting an image dialog that was not properly rendered on mobile devices.
535
+
536
+ - `#F150655` - The issue 'Images not uploaded into the server when pasting only an image from the MS Word in the Rich Text Editor' has been resolved.
537
+
538
+ ## 17.4.46 (2020-01-30)
539
+
540
+ ### RichTextEditor
541
+
542
+ #### New Features
543
+
544
+ - `#F149481` - Provided the support to get the selected HTML content using the `getSelectedHtml` public method.
545
+
546
+ ## 17.4.44 (2021-01-21)
547
+
548
+ ### RichTextEditor
549
+
550
+ #### New Features
551
+
552
+ - `#256724`, `#F149821` - Provided the support to insert a table using the `executeCommand` public method in the RichTextEditor.
553
+
554
+ ## 17.4.43 (2020-01-14)
555
+
556
+ ### RichTextEditor
557
+
558
+ #### Bug Fixes
559
+
560
+ - `#258971` - Resolved the issue with an image element that is appended on insert image dialog drop area when drag and drop an image.
561
+
562
+ - `#254879` - The issue with copying and pasting MS Word content along with the image of type `v:shape` to the Rich Text Editor has been fixed.
563
+
564
+ - `#F149899` - The issue with 'image alignment styles are not loaded when displaying the editor content on another page' in the Rich Text Editor has been fixed.
565
+
566
+ ## 17.4.40 (2019-12-24)
567
+
568
+ ### RichTextEditor
569
+
570
+ #### Bug Fixes
571
+
572
+ - `#254606` - Web accessibility related issues have been resolved.
573
+
574
+ ## 17.4.39 (2019-12-17)
575
+
576
+ ### RichTextEditor
577
+
578
+ #### Bug Fixes
579
+
580
+ - `#256452` - The Rich Text Editor is no longer allow to resize the image when `readonly` is enabled.
581
+
582
+ - `#253296` - The issue with drag and drop text is not working inside the Rich Text Editor has been fixed.
583
+
584
+ ### RichTextEditor
585
+
586
+ #### New Features
587
+
588
+ - **Callback event to custom toolbar**: The feature allows to bind click event handler to the custom toolbar items in the Rich Text Editor.
589
+
590
+ - **Code format as toolbar button**: Provided an option to add the code format as toolbar button with toggle state in the Rich Text Editor.
591
+
592
+ - **XHTML validation**: Provided support to validate the content of Rich Text Editor with XHTML standard.
593
+
594
+ ## 17.3.29 (2019-11-26)
595
+
596
+ ### RichTextEditor
597
+
598
+ #### Bug Fixes
599
+
600
+ - `#F149001` - The issue with customization of table cell padding and cell spacing in the Rich Text Editor has been resolved.
601
+
602
+ ## 17.3.28 (2019-11-19)
603
+
604
+ ### RichTextEditor
605
+
606
+ #### Bug Fixes
607
+
608
+ - `#254865` - Resolved the issue with an image that is not removed when pressing the delete key by enabling the `showOnRightClick` property.
609
+
610
+ ## 17.3.19 (2019-10-22)
611
+
612
+ ### RichTextEditor
613
+
614
+ #### Bug Fixes
615
+
616
+ - `#251855` - Resolved the issue with appearance of transparent color tile in Rich Text Editor's color picker.
617
+
618
+ - `#251699` - The issue with pasting content from Word document displays unnecessary HTML content in the Rich Text Editor has been fixed.
619
+
620
+ - `#251640` - The issue "placeholder not hidden after inserting a table or an image in the Rich Text Editor" has been fixed.
621
+
622
+ - `#250650` - The issue with image rename in the imageUploadSuccess event not working when drag and drop an image into RichTextEditor has been fixed.
623
+
624
+ - `#250587` - The issue with null field shown on form data headers response when drag and drop an image into RichTextEditor has been fixed.
625
+
626
+ - `#251855` - The issue "console error is thrown, when the image upload dialog is opened in IE browser" has been fixed.
627
+
628
+ ## 17.3.16 (2019-10-09)
629
+
630
+ ### RichTextEditor
631
+
632
+ #### Bug Fixes
633
+
634
+ - `#249291` - The issue "extra empty tags are added while toggling bold or Italic style when typing the text randomly" in the Rich Text Editor has been fixed.
635
+
636
+ ## 17.3.14 (2019-10-03)
637
+
638
+ ### RichTextEditor
639
+
640
+ #### Bug Fixes
641
+
642
+ - `#249182` - The issue with localizing static texts of paste prompt dialog in the Rich Text Editor has been fixed.
643
+
644
+ - `#249613` - The issue with pasting content from Microsoft Excel sheet that throws console error in the Rich Text Editor has been fixed.
645
+
646
+ ## 17.3.9-beta (2019-09-20)
647
+
648
+ ### RichTextEditor
649
+
650
+ #### New Features
651
+
652
+ - **Drag and drop images from local system**: The feature allows to insert the images to the editor by drag and drop from local path. The images can uploaded to the server before insert into the editor.
653
+
654
+ - **Resizable Editor**: `#236064` - This feature allows the editor to be resized. Users can enable or disable this feature using the `enableResize` property. If `enableResize` is true, the RichTextEditor component creates grip at the bottom right corner to resize it in diagonal direction.
655
+
656
+ - **Pasting images from Microsoft Word and Microsoft Outlook**: This feature allows you to paste the images in the editor by copying and pasting from Microsoft Word and Outlook. The images can be uploaded to the server before inserting into the editor.
657
+
658
+ #### Bug Fixes
659
+
660
+ - `#F146927` - The issue with copy and pasting image from MS Word to the RichTextEditor has been fixed.
661
+
662
+ - `#246340` - The issue with pasting the content as plain-text in Rich Text Editor has been fixed.
663
+
664
+ ## 17.2.47 (2019-08-27)
665
+
666
+ ### RichTextEditor
667
+
668
+ #### Bug Fixes
669
+
670
+ - `#242999` - Now, Reactive form validates properly on `shift + tab` key action.
671
+
672
+ - `#244796` - Floating toolbar now renders properly without alignment issue, when render the Rich Text Editor within Tab.
673
+
674
+ - `#243448` - Performance with page scroll has been improved when multiple Rich Text Editor components are rendered in the page.
675
+
676
+ - `#241388` - The issue with right-click option while rendering RichTextEditor inside the table has been fixed.
677
+
678
+ ## 17.2.46 (2019-08-22)
679
+
680
+ ### RichTextEditor
681
+
682
+ #### New Features
683
+
684
+ - **Image upload events**
685
+ - `#240002`, `#236690`, `#241238`, `#244320` - This feature allows images to be customized on uploading and inserting them into the editor by using the upload events image selected, image uploading, image upload success, and image upload failed. Users can rename the images before inserting them into the editor using these events.
686
+
687
+ #### Bug Fixes
688
+
689
+ - `#243475` - Now, you can validate max-length even showCharCount property as false.
690
+
691
+ - `#243475` - Resolved the issue with max-length validation on pasting the content.
692
+
693
+ - `#242999` - The key action for `tab` key and `shift + tab` key are similar now.
694
+
695
+ ## 17.2.41 (2019-08-14)
696
+
697
+ ### RichTextEditor
698
+
699
+ #### New Features
700
+
701
+ - **Support for saving images in base64**: `#240002`, `#242405` - This feature allows users to save the images in the RichTextEditor in base64 format along with the existing blob format.
702
+
703
+ - `#242771` - Provided the support to handle both absolute and relative path links.
704
+
705
+ #### Bug Fixes
706
+
707
+ - `#243767` - The issue with applying selected format based on content editable has been fixed.
708
+
709
+ ## 17.2.36 (2019-07-24)
710
+
711
+ ### RichTextEditor
712
+
713
+ #### Bug Fixes
714
+
715
+ - `#242377` - The issue, "alignment is not working while pasting content from notepad" has been resolved.
716
+
717
+ - `#F146057` - The issue, "formatting(strong and alignment) is not maintained on pasting web content" has been resolved.
718
+
719
+ ## 17.2.35 (2019-07-17)
720
+
721
+ ### RichTextEditor
722
+
723
+ #### Bug Fixes
724
+
725
+ - `#241388` - The issue, "browser context menu is not shown on right click when enabling the showOnRightClick property" has been resolved.
726
+
727
+ ## 17.2.34 (2019-07-11)
728
+
729
+ ### RichTextEditor
730
+
731
+ #### Bug Fixes
732
+
733
+ - `#F145376` - The issue, "action complete event is not triggered when deleting the content with text and images" has been resolved.
734
+
735
+ - `#237729` - The issue "table column width is shown as pixel instead of percentage while resizing" has been fixed.
736
+
737
+ - `#237729` - Pickers mode throws script error when selecting the color in table's quick toolbar, that issue has been fixed.
738
+
739
+ - `#237729` - Color picker value doesn't set as RGBA(alpha) value in content editor, that issue has been fixed.
740
+
741
+ - `#240808` - The issue "opening a link in new window throws an error for auto generated link" has been fixed.
742
+
743
+ - `#240024` - The issue, "spacing between words is removed when focus out the editor" has been resolved.
744
+
745
+ - `#234519`, `#234586`, `#F138909` - The issues with table and its functionalities in IE11 has been resolved.
746
+
747
+ ## 17.2.28-beta (2019-06-27)
748
+
749
+ ### RichTextEditor
750
+
751
+ #### New Features
752
+
753
+ - **Paste from Microsoft Word**: This feature allows users to paste clean-formatted HTML markup by removing all unnecessary elements, styles, and attributes from text while copying and pasting it from Microsoft Word.
754
+
755
+ #### Breaking Changes
756
+
757
+ - Changed the default value of the API property `allowedStyleProps` from `null` to `['background', 'background-color', 'border', 'border-bottom', 'border-left', 'border-radius', 'border-right', 'border-style', 'border-top', 'border-width', 'clear', 'color', 'cursor', 'direction', 'display', 'float', 'font', 'font-family', 'font-size', 'font-weight', 'font-style','height', 'left', 'line-height', 'margin', 'margin-top', 'margin-left', 'margin-right', 'margin-bottom', 'max-height', 'max-width', 'min-height', 'min-width', 'overflow', 'overflow-x', 'overflow-y', 'padding', 'padding-bottom', 'padding-left', 'padding-right', 'padding-top', 'position', 'right', 'table-layout', 'text-align', 'text-decoration', 'text-indent', 'top', 'vertical-align', 'visibility', 'white-space', 'width']`.
758
+
759
+ #### Bug Fixes
760
+
761
+ - `#238872` - Issue with cursor position when enabled list with empty editor that issue has been resolved.
762
+
763
+ ## 17.1.49 (2019-05-29)
764
+
765
+ ### RichTextEditor
766
+
767
+ #### Bug Fixes
768
+
769
+ - `#235461` - Thrown the console error while rendering the RichTextEditor within a table element and pressing the tab key from edit area that issue has been resolved.
770
+
771
+ ## 17.1.48 (2019-05-21)
772
+
773
+ ### RichTextEditor
774
+
775
+ #### New Features
776
+
777
+ - `#230976` - Opens a quick toolbar on right-click support has been provided.
778
+
779
+ #### Bug Fixes
780
+
781
+ - `#235120` - RichTextEditor's paste as plain text doesn't preserve line break that issue has been resolved.
782
+
783
+ ## 17.1.43 (2019-04-30)
784
+
785
+ ### RichTextEditor
786
+
787
+ #### Bug Fixes
788
+
789
+ - `#234280` - RichTextEditor's toolbar is broken when using ES2015 target that issue has been resolved.
790
+
791
+ ## 17.1.42 (2019-04-23)
792
+
793
+ ### RichTextEditor
794
+
795
+ #### Bug Fixes
796
+
797
+ - Change event doesn't trigger, when RichTextEditor blurs inside of `In-place Editor` that issue has been fixed.
798
+
799
+ ## 17.1.40 (2019-04-09)
800
+
801
+ ### RichTextEditor
802
+
803
+ #### Bug Fixes
804
+
805
+ - Insert image functionality of `RichTextEditor` is not working when render with `File Upload`, that issue has been fixed.
806
+
807
+ ## 17.1.32-beta (2019-03-13)
808
+
809
+ ### RichTextEditor
810
+
811
+ #### Bug Fixes
812
+
813
+ - Image and Table quick toolbar open while scrolling the content in the iPhone device, that issue has been fixed.
814
+
815
+ - Getting console error while rendering inline mode with `FontColor` and `BackgroundColor` in mobile view, that issue has been fixed.
816
+
817
+ -`Undo` and `Redo` icon visible in preview mode issue has been fixed
818
+
819
+ #### New Features
820
+
821
+ - **Paste cleanup**: This feature allows users to clean up HTML content when copying and pasting any other content from external sources.
822
+
823
+ ## 16.4.55 (2019-02-27)
824
+
825
+ ### RichTextEditor
826
+
827
+ #### Bug Fixes
828
+
829
+ - Insert image dialog is not rendering properly while setting the `imageUploadMessage` text as long in localization, that issue has been fixed.
830
+
831
+ - Localization is not applied to static `DropDownButton` items, that issue has been fixed.
832
+
833
+ ## 16.4.54 (2019-02-19)
834
+
835
+ ### RichTextEditor
836
+
837
+ #### Bug Fixes
838
+
839
+ - HTML 5 form reset behaviour has been corrected.
840
+
841
+ - Editor content rendered twice in DOM when using `RichTextEditorFor`, that issue has been fixed.
842
+
843
+ - EJ2 compatibility styles are not worked while component rendering with `textarea` element, that issue has been fixed.
844
+
845
+ ## 16.4.53 (2019-02-13)
846
+
847
+ ### RichTextEditor
848
+
849
+ #### Bug Fixes
850
+
851
+ - Console error is thrown in IE11 browser while using the SVG element style with transform and then render the RichTextEditor in an application, that issue has been fixed.
852
+
853
+ - HTML 5 standard issues has been fixed.
854
+
855
+ - Cursor position changed after typed some contents issue has been fixed.
856
+
857
+ #### Breaking Changes
858
+
859
+ - Changed the `fontSize`, `fontFamily`, `format` properties default value as null.
860
+
861
+ ## 16.4.48 (2019-01-22)
862
+
863
+ ### RichTextEditor
864
+
865
+ #### Bug Fixes
866
+
867
+ - Table QuickToolbar open wherever click within a component issue has been fixed.
868
+
869
+ - FontSize "px" and fontFamily "veranda" not updated in toolbar status, that issue has been fixed.
870
+
871
+ - Clicking on view source code with single character inside textarea removes the character, that issue has been fixed.
872
+
873
+ ## 16.4.47 (2019-01-16)
874
+
875
+ ### RichTextEditor
876
+
877
+ #### Bug Fixes
878
+
879
+ - ASP.NET core data annotation issue has been fixed.
880
+
881
+ - Console error is thrown in IE browser with angular routing, that issue has been fixed.
882
+
883
+ - Unable to maintain the RichTextEditor color picker pop-up position when scrolling the browser has been fixed.
884
+
885
+ ## 16.4.46 (2019-01-08)
886
+
887
+ ### RichTextEditor
888
+
889
+ #### Bug Fixes
890
+
891
+ - Changing the font color of underlined text doesn’t change the color of the line, that issue has been fixed.
892
+
893
+ - RichTextEditor injectable module is missed from import setting file in [CRG](https://crg.syncfusion.com/), that issue has been fixed.
894
+
895
+ - The change event is triggered on clicking into HTML source code view in Edge browser, that issue has been fixed.
896
+
897
+ - Blur event is not triggered when we change focus directly from one RTE to another RTE, that issue has been fixed.
898
+
899
+ - RichTextEditor full screen not working properly when render inside the overflow element has been fixed.
900
+
901
+ ## 16.4.44 (2018-12-24)
902
+
903
+ ### RichTextEditor
904
+
905
+ #### Bug Fixes
906
+
907
+ - Pasted URL is not converted to links automatically, that issue has been fixed.
908
+
909
+ - Image paste as twice in Firefox browser, that issue has been fixed.
910
+
911
+ - The value property and getHtml method will be updated within an interval to `saveInterval` property.
912
+
913
+ ## 16.4.40-beta (2018-12-10)
914
+
915
+ ### RichTextEditor
916
+
917
+ #### New Features
918
+
919
+ - Insert table support has provided for MarkDown Editor.
920
+
921
+ #### Bug Fixes
922
+
923
+ - Dynamic enabling and disabling support for toolbar items has been provided.
924
+ - Image dialog's Browse button width is not adjusted based on the text issue has been resolved.
925
+
926
+ ## 16.3.17 (2018-09-12)
927
+
928
+ ### RichTextEditor
929
+
930
+ #### New Features
931
+
932
+ 1. Image resize support has been provided.
933
+ 2. Insert table support has provided for HTML Editor which includes below sub features,
934
+ 1. Create and modify the table, table rows and columns.
935
+ 2. Row and column resize.
936
+ 3. Quick toolbar interaction.
937
+ 4. Table header and custom styles.
938
+
939
+ #### Breaking Changes
940
+
941
+ - `setContent` method has removed, use `value` property to set the content instead.
942
+
943
+ ## 16.2.51 (2018-09-04)
944
+
945
+ ### RichTextEditor
946
+
947
+ #### Bug Fixes
948
+
949
+ - RichTextEditor modal `popup` style override issue has been resolved.
950
+ - RichTextEditor removes spacing between words when content is pasted from a word document, that
951
+ issue has been fixed.
952
+
953
+ ## 16.2.50 (2018-08-28)
954
+
955
+ ### RichTextEditor
956
+
957
+ #### Bug Fixes
958
+
959
+ - Unable to paste image copied from windows in RichTextEditor issue has been resolved.
960
+
961
+ ## 16.2.49 (2018-08-21)
962
+
963
+ ### RichTextEditor
964
+
965
+ #### Bug Fixes
966
+
967
+ - `IFrame` mode external font family removed in RichTextEditor.
968
+ - Unable to delete the selected content of RichTextEditor in inline toolbar issue has been resolved.
969
+
970
+ ## 16.2.48 (2018-08-14)
971
+
972
+ ### RichTextEditor
973
+
974
+ #### Bug Fixes
975
+
976
+ - Removed external font family in RichTextEditor source.
977
+
978
+ ## 16.2.47 (2018-08-07)
979
+
980
+ ### RichTextEditor
981
+
982
+ #### Bug Fixes
983
+
984
+ - `FontColor` and `BackgroundColor` toolbar item not rendered in inline mode issue has been resolved.
985
+ - RichTextEditor toolbar disabled mode content select console error issue has been resolved.
986
+ - Provided view encapsulation support.
987
+
988
+ ## 16.2.45 (2018-07-17)
989
+
990
+ ### RichTextEditor
991
+
992
+ #### Bug Fixes
993
+
994
+ - Provided `getText` public method from RichTextEditor.
995
+
996
+ ## 16.2.44 (2018-07-10)
997
+
998
+ ### RichTextEditor
999
+
1000
+ #### Bug Fixes
1001
+
1002
+ - RichTextEditor `actionBegin` event missing arguments included.
1003
+
1004
+ ## 16.2.41 (2018-06-25)
1005
+
1006
+ ### RichTextEditor
1007
+
1008
+ The rich text editor component is WYSIWYG ("what you see is what you get") editor used to create and edit the content and return valid HTML markup or markdown (MD) of the content. The editor provides a standard toolbar to format content using its commands. Modular library features to load the necessary functionality on demand. The toolbar contains commands to align the text, insert link, insert image, insert list, undo/redo operation, HTML view, and more.
1009
+
1010
+ - Provides IFRAME and DIV mode.
1011
+ - Handles markdown editing.
1012
+ - Contains a modular library to load the necessary functionality on demand.
1013
+ - Provides a fully customizable toolbar.
1014
+ - HTML view to edit the source directly for developers.
1015
+ - Supports to integrate third-party library.
1016
+ - Preview the modified content before saving it.
1017
+ - Handles images, hyperlinks, video,hyperlinks, uploads, and more.
1018
+ - Contains undo/redo manager.
1019
+ - Creates bulleted and numbered lists.