@syncfusion/ej2-richtexteditor 19.3.53-6125 → 19.4.38

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