@syncfusion/ej2-angular-richtexteditor 20.3.60 → 20.3.61-ngcc

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 (113) hide show
  1. package/@syncfusion/ej2-angular-richtexteditor.es5.js +321 -0
  2. package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-richtexteditor.js +302 -0
  4. package/@syncfusion/ej2-angular-richtexteditor.js.map +1 -0
  5. package/CHANGELOG.md +1184 -0
  6. package/dist/ej2-angular-richtexteditor.umd.js +791 -0
  7. package/dist/ej2-angular-richtexteditor.umd.js.map +1 -0
  8. package/dist/ej2-angular-richtexteditor.umd.min.js +11 -0
  9. package/dist/ej2-angular-richtexteditor.umd.min.js.map +1 -0
  10. package/ej2-angular-richtexteditor.d.ts +5 -0
  11. package/ej2-angular-richtexteditor.metadata.json +1 -0
  12. package/package.json +13 -27
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/rich-text-editor/richtexteditor-all.module.d.ts +0 -6
  18. package/src/rich-text-editor/richtexteditor.component.d.ts +0 -3
  19. package/src/rich-text-editor/richtexteditor.module.d.ts +0 -6
  20. package/styles/bootstrap-dark.css +1 -1
  21. package/styles/bootstrap.css +1 -1
  22. package/styles/bootstrap4.css +1 -1
  23. package/styles/bootstrap5-dark.css +1 -1
  24. package/styles/bootstrap5.css +1 -1
  25. package/styles/fabric-dark.css +1 -1
  26. package/styles/fabric.css +1 -1
  27. package/styles/fluent-dark.css +1 -1
  28. package/styles/fluent.css +1 -1
  29. package/styles/highcontrast-light.css +1 -1
  30. package/styles/highcontrast.css +1 -1
  31. package/styles/material-dark.css +1 -1
  32. package/styles/material.css +1 -1
  33. package/styles/rich-text-editor/bootstrap-dark.css +1 -1
  34. package/styles/rich-text-editor/bootstrap-dark.scss +1 -4
  35. package/styles/rich-text-editor/bootstrap.css +1 -1
  36. package/styles/rich-text-editor/bootstrap.scss +1 -4
  37. package/styles/rich-text-editor/bootstrap4.css +1 -1
  38. package/styles/rich-text-editor/bootstrap4.scss +1 -4
  39. package/styles/rich-text-editor/bootstrap5-dark.css +1 -1
  40. package/styles/rich-text-editor/bootstrap5-dark.scss +1 -4
  41. package/styles/rich-text-editor/bootstrap5.css +1 -1
  42. package/styles/rich-text-editor/bootstrap5.scss +1 -4
  43. package/styles/rich-text-editor/fabric-dark.css +1 -1
  44. package/styles/rich-text-editor/fabric-dark.scss +1 -4
  45. package/styles/rich-text-editor/fabric.css +1 -1
  46. package/styles/rich-text-editor/fabric.scss +1 -4
  47. package/styles/rich-text-editor/fluent-dark.css +1 -1
  48. package/styles/rich-text-editor/fluent-dark.scss +1 -4
  49. package/styles/rich-text-editor/fluent.css +1 -1
  50. package/styles/rich-text-editor/fluent.scss +1 -4
  51. package/styles/rich-text-editor/highcontrast-light.css +1 -1
  52. package/styles/rich-text-editor/highcontrast-light.scss +1 -4
  53. package/styles/rich-text-editor/highcontrast.css +1 -1
  54. package/styles/rich-text-editor/highcontrast.scss +1 -4
  55. package/styles/rich-text-editor/material-dark.css +1 -1
  56. package/styles/rich-text-editor/material-dark.scss +1 -4
  57. package/styles/rich-text-editor/material.css +1 -1
  58. package/styles/rich-text-editor/material.scss +1 -4
  59. package/styles/rich-text-editor/tailwind-dark.css +1 -1
  60. package/styles/rich-text-editor/tailwind-dark.scss +1 -4
  61. package/styles/rich-text-editor/tailwind.css +1 -1
  62. package/styles/rich-text-editor/tailwind.scss +1 -4
  63. package/styles/tailwind-dark.css +1 -1
  64. package/styles/tailwind.css +1 -1
  65. package/esm2020/public_api.mjs +0 -3
  66. package/esm2020/src/index.mjs +0 -5
  67. package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +0 -65
  68. package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +0 -182
  69. package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +0 -25
  70. package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -5
  71. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +0 -272
  72. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
  73. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -272
  74. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
  75. package/styles/_all.scss +0 -1
  76. package/styles/rich-text-editor/_all.scss +0 -2
  77. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +0 -210
  78. package/styles/rich-text-editor/_bootstrap-definition.scss +0 -265
  79. package/styles/rich-text-editor/_bootstrap4-definition.scss +0 -392
  80. package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +0 -1
  81. package/styles/rich-text-editor/_bootstrap5-definition.scss +0 -195
  82. package/styles/rich-text-editor/_fabric-dark-definition.scss +0 -191
  83. package/styles/rich-text-editor/_fabric-definition.scss +0 -189
  84. package/styles/rich-text-editor/_fluent-dark-definition.scss +0 -1
  85. package/styles/rich-text-editor/_fluent-definition.scss +0 -198
  86. package/styles/rich-text-editor/_fusionnew-definition.scss +0 -195
  87. package/styles/rich-text-editor/_highcontrast-definition.scss +0 -189
  88. package/styles/rich-text-editor/_highcontrast-light-definition.scss +0 -189
  89. package/styles/rich-text-editor/_layout.scss +0 -1833
  90. package/styles/rich-text-editor/_material-dark-definition.scss +0 -193
  91. package/styles/rich-text-editor/_material-definition.scss +0 -191
  92. package/styles/rich-text-editor/_material3-definition.scss +0 -195
  93. package/styles/rich-text-editor/_tailwind-dark-definition.scss +0 -1
  94. package/styles/rich-text-editor/_tailwind-definition.scss +0 -193
  95. package/styles/rich-text-editor/_theme.scss +0 -700
  96. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +0 -320
  97. package/styles/rich-text-editor/icons/_bootstrap.scss +0 -320
  98. package/styles/rich-text-editor/icons/_bootstrap4.scss +0 -320
  99. package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +0 -1
  100. package/styles/rich-text-editor/icons/_bootstrap5.scss +0 -319
  101. package/styles/rich-text-editor/icons/_fabric-dark.scss +0 -320
  102. package/styles/rich-text-editor/icons/_fabric.scss +0 -320
  103. package/styles/rich-text-editor/icons/_fluent-dark.scss +0 -1
  104. package/styles/rich-text-editor/icons/_fluent.scss +0 -319
  105. package/styles/rich-text-editor/icons/_fusionnew.scss +0 -319
  106. package/styles/rich-text-editor/icons/_highcontrast-light.scss +0 -320
  107. package/styles/rich-text-editor/icons/_highcontrast.scss +0 -320
  108. package/styles/rich-text-editor/icons/_material-dark.scss +0 -320
  109. package/styles/rich-text-editor/icons/_material.scss +0 -320
  110. package/styles/rich-text-editor/icons/_material3.scss +0 -319
  111. package/styles/rich-text-editor/icons/_tailwind-dark.scss +0 -1
  112. package/styles/rich-text-editor/icons/_tailwind.scss +0 -319
  113. package/syncfusion-ej2-angular-richtexteditor.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,1184 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### RichTextEditor
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I422392` - Now, the embed video is not removed when pressing the enter key.
10
+ - `#I422764` - Now, when using similar fontFamily values for multiple items updates the dropDown text properly.
11
+
12
+ ## 20.3.60 (2022-12-06)
13
+
14
+ ### RichTextEditor
15
+
16
+ #### Bug Fixes
17
+
18
+ - `#I416708` - Now, pasting the content from MS Word will maintain the DOM structure properly.
19
+ - `#I418749` - Now, pasted texts get inside the `contentEditable div` when using the `enterKey` as `BR` or `DIV`.
20
+ - `#FB39086` - Now, image not duplicated when press the enter key.
21
+ - `#I420916` - Now, the indent and outdent toolbar are working properly for the RTL mode.
22
+ - `#I421972` - Now, the display popup toolbar item in the Image quick toolbar displays the text properly.
23
+
24
+ ## 20.3.59 (2022-11-29)
25
+
26
+ ### RichTextEditor
27
+
28
+ #### Bug Fixes
29
+
30
+ - `#I411229` - Now, pressing the enter key at the start of a line after deleting the previous line works properly.
31
+ - `#I412883` - Now, pressing the enter key at the start of the dynamically inserted text works properly.
32
+ - `#I412540` - Now, the indentation format is maintained properly when pasting content from MS Word.
33
+ - `#I416708` - Now, pressing the backspace key after pasting contents from MS Word works properly.
34
+ - `#I417838` - Now, Underline and Strike through toolbar styles will work properly when we change the font size in RTE.
35
+
36
+ ## 20.3.47 (2022-09-29)
37
+
38
+ ### RichTextEditor
39
+
40
+ #### New Features
41
+
42
+ - **Insert Audio & Video**: This feature allows the editor to insert `audio` and `video` files from the local path or web URL or embed URL from sources such as YouTube or Vimeo and customize it by using the quick toolbar.
43
+
44
+ #### Bug Fixes
45
+
46
+ - `#F177143` - When using the keyboard buttons in RTE to navigate to the next cell, the Table selection is now removed.
47
+
48
+ ## 20.2.50 (2022-09-20)
49
+
50
+ ### RichTextEditor
51
+
52
+ #### Bug Fixes
53
+
54
+ - `#I398633` - Now, when hovering over the elements inside the table body, the script error is not thrown.
55
+
56
+ ## 20.2.49 (2022-09-13)
57
+
58
+ ### RichTextEditor
59
+
60
+ #### Bug Fixes
61
+
62
+ - `#I396942` - Now, the Rich Text Editor unique Id is generated automatically when we do not set the Id property
63
+ - `#F177047` - Now, the tooltip is shown for the number and bullet format list in the Rich Text Editor toolbar items.
64
+
65
+ ## 20.2.46 (2022-08-30)
66
+
67
+ ### RichTextEditor
68
+
69
+ #### Bug Fixes
70
+
71
+ - `#I386619` - Now, when you switch to full screen, there is no longer a blank white space under the toolbar in the RTE.
72
+
73
+ ## 20.2.44 (2022-08-16)
74
+
75
+ ### RichTextEditor
76
+
77
+ #### Bug Fixes
78
+
79
+ - `#I390850` - Now, the first list item will be removed properly when placing the cursor at the start of the first list item and pressing the backspace key.
80
+ - `#I386938` - Now, resizing the image works properly even after resizing the Rich Text Editor using the browser window.
81
+ - `#I90850` - Now the issue with ‘When selecting a list in the Rich Text Editor and pressing the shift key, the strike through and underlining styles are deleted’ has been resolved.
82
+ - `#I396553` - Now, pressing the enter key after pressing backspace when the cursor is at the start of the first list item works properly in the `Firefox` browser.
83
+ - `#I396244` - Now, inserting emoticons using the `executeCommand` public method after entering the `&` symbol in the editor inserts the emoticons at the correct cursor position.
84
+
85
+ ## 20.2.43 (2022-08-08)
86
+
87
+ ### RichTextEditor
88
+
89
+ #### Bug Fixes
90
+
91
+ - `#FB36307` - Now, pressing the tab key to focus out of the Rich Text Editor when Iframe mode is enabled and `saveInterval` is set as 0, the change event will be triggered properly.
92
+
93
+ ## 20.2.40 (2022-07-26)
94
+
95
+ ### RichTextEditor
96
+
97
+ #### Bug Fixes
98
+
99
+ - `#I380086` - Now, resizing the table's first and last columns when the Rich Text Editor is rendered inside the Grid component works properly.
100
+ - `#I391326` - Now, the Font-family value property is case-Insensitive in the Rich Text Editor.
101
+ - `#I388270` - Now, Script error is not thrown when we click background color toolbar of the RTE, which is rendered inside a table.
102
+
103
+ ## 20.2.39 (2022-07-19)
104
+
105
+ ### RichTextEditor
106
+
107
+ #### Bug Fixes
108
+
109
+ - `#I388456` - Now, when an empty span tag is loaded in the Rich Text Editor, the text displays properly.
110
+ - `#I386938` - Now, the Image resize in the Rich Text Editor works properly.
111
+ - `#I386940` - Now, clicking `ctrl+B` continuously in list element works properly.
112
+
113
+ ## 20.2.38 (2022-07-12)
114
+
115
+ ### RichTextEditor
116
+
117
+ #### Bug Fixes
118
+
119
+ - `#I385741` - Now, pressing the `ctrl+c` or `shift` key on the link inside the list doesn't remove the link.
120
+ - `#I386619` - Now, the content area is visible properly when maximizing and minimizing the Rich Text Editor.
121
+ - `#I385281` - Now, the height of the link, image, and table dialog when the RichTextEditor is in full-screen mode works properly.
122
+
123
+ ## 20.2.36 (2022-06-30)
124
+
125
+ ### RichTextEditor
126
+
127
+ #### New Features
128
+
129
+ - `#I380086` - Provided support to resize the first and last columns of a table without resizing the other columns.
130
+ - `#I362331`, `F173395`, `I318486` - Provided support to insert text programmatically in the Markdown editor at the current cursor position using the `executeCommand` public method.
131
+
132
+ ## 20.1.61 (2022-06-21)
133
+
134
+ ### RichTextEditor
135
+
136
+ #### Bug Fixes
137
+
138
+ - `#I384191` - Now, pasting text content alone with images from MS Word works properly in the Rich Text Editor.
139
+
140
+ ## 20.1.60 (2022-06-14)
141
+
142
+ ### RichTextEditor
143
+
144
+ #### Bug Fixes
145
+
146
+ - `#I380279` - Now, the Image Resize icon is shown properly when Iframe is enabled.
147
+ - `#I381276` - Now, image alignment is maintained with Iframe mode when focusing on the component.
148
+
149
+ ## 20.1.59 (2022-06-07)
150
+
151
+ ### RichTextEditor
152
+
153
+ #### Bug Fixes
154
+
155
+ - `#I378184` - Now, the script error is not thrown when resizing the Rich Text Editor component with inline mode.
156
+ - `#I381208` - Now, applying bold multiple times using `ctrl+b` on the nested list works properly.
157
+
158
+ ## 20.1.58 (2022-05-31)
159
+
160
+ ### RichTextEditor
161
+
162
+ #### Bug Fixes
163
+
164
+ - `#I378721` - Now, pressing the enter key on the selection of multiple paragraph contents works properly in the `Firefox` browser.
165
+ - `#I378378` - Now, copying and pasting the contents with a length that exceeds the `maxLength` API is properly prevented.
166
+ - `#I378378` - Now, adding a link, image, and table is properly prevented when the content length exceeds the `maxLength` API limit.
167
+ - `#I376816` - Now, applying the list by selecting all content that is pasted in the Rich Text Editor on the `Firefox` browser works and doesn't raise any console errors.
168
+ - `#I378378` - Now, copying and pasting the contents with a length less than or equal to the `maxLength` API is pasted properly in the Rich Text Editor.
169
+ - `#I380152` - Now, typing content in the Rich Text Editor when loading empty `P` tags in the `Iframe` mode works properly.
170
+ - `#I380165` - Now, the focus will be maintained properly after pressing the enter key in the Rich Text Editor when loading empty `P` tags.
171
+
172
+ ## 20.1.57 (2022-05-24)
173
+
174
+ ### RichTextEditor
175
+
176
+ #### Bug Fixes
177
+
178
+ - `#I376816` - Now, pressing the backspace or delete key after selecting all list contents in the Rich Text Editor removes the list properly.
179
+
180
+ ## 20.1.56 (2022-05-17)
181
+
182
+ ### RichTextEditor
183
+
184
+ #### Bug Fixes
185
+
186
+ - `#I377121` - Now, adding the `cssClass` property will also add the CSS class to all the dependent components of the Rich Text Editor.
187
+ - `#I376816` - Now, applying list by selecting all content which is pasted in the Rich Text Editor on the `Firefox` browser works properly.
188
+ - `#SF-378184` - Now, the script error is not thrown when resizing the Rich Text Editor component with inline mode.
189
+
190
+ ## 20.1.55 (2022-05-12)
191
+
192
+ ### RichTextEditor
193
+
194
+ #### Bug Fixes
195
+
196
+ - `#I374234` - Now, the Rich Text Editor table resize works properly when width is configured for the parent element.
197
+
198
+ ## 20.1.52 (2022-05-04)
199
+
200
+ ### RichTextEditor
201
+
202
+ #### Bug Fixes
203
+
204
+ - `#I375434` - Now, pressing the enter key multiple times when the content is empty in the Rich Text Editor on the `Firefox` browser works properly.
205
+ - `#I349917` - Now, the floating toolbar in the Rich Text Editor is displayed properly when rendered inside the modal dialog.
206
+ - `#I376141` - Now, pressing enter key before the image with caption doesn't remove the image.
207
+ - `#I373983` - Now, the Rich Text Editor table resize works properly when placed inside the `Grid` component.
208
+
209
+ ## 20.1.51 (2022-04-26)
210
+
211
+ ### RichTextEditor
212
+
213
+ #### Bug Fixes
214
+
215
+ - `#I373527` - Now, the font name is updated properly when using the custom font names in the Rich Text Editor.
216
+ - `#I373953` - Now, inserting the table after the list element with the image doesn't remove the image from the list.
217
+ - `#I372489` - Now, resizing the images with equal height and width works properly.
218
+ - `#F173394` - Now, the undo and redo keys work properly when pasting the content in the Rich Text Editor.
219
+ - `#SF-367649` - Now, more space between the text and inserting a new link does not remove the space between the words.
220
+
221
+ ## 20.1.50 (2022-04-19)
222
+
223
+ ### RichTextEditor
224
+
225
+ #### Bug Fixes
226
+
227
+ - `#I367373` - Now, pressing `ctrl+z` to undo the changes works properly when `enterKey` is configured as `BR`.
228
+
229
+ ## 20.1.48 (2022-04-12)
230
+
231
+ ### RichTextEditor
232
+
233
+ #### Bug Fixes
234
+
235
+ - `#F173415` - Now, the input element can be inserted in the Rich Text Editor using the `executeCommand` public method.
236
+ - `#I372932` - Now, copying and pasting the content with `contenteditable` set to false doesn't add any unwanted `br` tag.
237
+ - `#I370707` - Now, the font size is updated properly when removing the bullet list using the backspace key.
238
+ - `#I370210` - Now, the image will be loaded properly when pasting the contents from MS Word.
239
+
240
+ ## 20.1.47 (2022-04-04)
241
+
242
+ ### RichTextEditor
243
+
244
+ #### Bug Fixes
245
+
246
+ - `#I369216` - Now, pasting the note pad with link contents is pasted properly without moving the cursor to the previous line.
247
+ - `#F171703` - Now, pasting the content in the Rich Text Editor after pressing the `shift + enter` key works properly.
248
+
249
+ ## 19.4.38 (2021-12-17)
250
+
251
+ ### RichTextEditor
252
+
253
+ #### Bug Fixes
254
+
255
+ - `#I347512` - The issue with "ColorPicker of Table quick toolbar got reset every time when quick toolbar rendered" has been resolved.
256
+ - `#I347324` - The issue with "pressing enter key creates a new line when read only mode is enabled dynamically" has been resolved.
257
+ - `#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.
258
+ - `#I348822` - The issue with "selecting some content and applying font and background color alternatively will create some new elements" has been resolved.
259
+ - `#I349275` - The issue with "image resizing is not working properly when image height is greater than image width" has been resolved.
260
+
261
+ ## 19.3.53 (2021-11-12)
262
+
263
+ ### RichTextEditor
264
+
265
+ #### Bug Fixes
266
+
267
+ - `#I346580` - The issue with "align top in the table vertical align quick toolbar is always disabled" has been resolved.
268
+ - `#I346331` - The issue with "font family is not working when changed dynamically when the Rich Text Editor is in inline mode" has been resolved.
269
+ - `#I346832` - The issue with "upload icon overlaps with the percentage icon in the insert image dialog when uploading" has been resolved.
270
+
271
+ ## 19.3.47 (2021-10-26)
272
+
273
+ ### RichTextEditor
274
+
275
+ #### Bug Fixes
276
+
277
+ - `#I342950` - The issue with "font-Family styles are not applied when changing dynamically" has been resolved.
278
+ - `#I345842` - The issue with "Table cells with classes added initially are removed, when focusing on the table cells" has been resolved.
279
+
280
+ ## 19.3.46 (2021-10-19)
281
+
282
+ ### RichTextEditor
283
+
284
+ #### Bug Fixes
285
+
286
+ - `#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.
287
+ - `#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.
288
+
289
+ ## 19.3.45 (2021-10-12)
290
+
291
+ ### RichTextEditor
292
+
293
+ #### Bug Fixes
294
+
295
+ - `#I338000` - The issue with `actionComplete` event triggered twice, when replacing the inserted image using QuickToolbar has been resolved.
296
+ - `#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.
297
+ - `#F168838` - The issue with "Image is not inserted in the editor, when using the `Turkish` language" has been resolved.
298
+ - `#I344588`, `#I344586` - The issue with "page scrolls automatically when the enter key is pressed in the Rich Text Editor" has been resolved.
299
+ - `#I344588` - The issue with "content goes outside of the Rich Text Editor when the enter key is pressed twice" has been resolved.
300
+ - `#I342895` - The issue with "when copy and paste content in the empty Rich Text Editor focus is lost" has been resolved.
301
+ - `#F168901` - The issue with `​` character code not removed when typing in the Rich Text Editor has been resolved.
302
+ - `#I340970` - The issue with "Replacing the ` ` to empty space's with the `XTHML` validation" has been resolved.
303
+ - `#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.
304
+
305
+ ## 19.3.43 (2021-09-30)
306
+
307
+ ### RichTextEditor
308
+
309
+ #### New Features
310
+
311
+ - `#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.
312
+
313
+ #### Breaking Changes
314
+
315
+ - `#I334962` - The image size popup, now has an option to set an `auto` value.
316
+
317
+ #### Bug Fixes
318
+
319
+ - `#I340683` - The issue with "Text inserted outside of the Rich Text Editor, after performing `Shift + Enter` key action" has been resolved.
320
+ - `#I340683` - The issue with "Pasting the text content for the second time, after clearing the value hangs the Rich Text Editor" has been resolved.
321
+ - `#I339234` - The issue with "Formats like bold, italic, underline will get unselected, when clicking in editor after selecting them" has been resolved.
322
+
323
+ ## 19.2.62 (2021-09-14)
324
+
325
+ ### RichTextEditor
326
+
327
+ #### Bug Fixes
328
+
329
+ - `#I340075` - The issue with "Resizing the table columns, is not updated the table cells properly" has been resolved.
330
+ - `#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.
331
+
332
+ ## 19.2.60 (2021-09-07)
333
+
334
+ ### RichTextEditor
335
+
336
+ #### Bug Fixes
337
+
338
+ - `#I332614` - Resolved the issue with table row and column are not resizable, when its position exceeds the height of the Rich Text Editor.
339
+ - `#I338000` - The issue with `actionComplete` event triggered twice, when replacing the inserted image using QuickToolbar has been resolved.
340
+ - `#I340075` - The issue with "Resizing the table columns not updated the table cells properly" has been resolved.
341
+
342
+ ## 19.2.59 (2021-08-31)
343
+
344
+ ### RichTextEditor
345
+
346
+ #### Bug Fixes
347
+
348
+ - `#F167103` - The Image is not displayed, when adding next to the `hr` tag has been resolved.
349
+ - `#FB24806` - The issue with "Rich Text Editor height jumps, on input in Iframe mode with custom toolbar configured" has been resolved.
350
+ - `#I340017` - The issue with content area is not entirely visible, when expanding the toolbar if the `readOnly` property is enabled has been resolved.
351
+ - `#FB27857` - The issue with "Cannot cancel `fullscreen` action in the `actionBegin` event" has been resolved.
352
+ - `#I339831` - The issue with "Lists with multiple spans elements would produce new lists, while applying the `background-colour`" has been resolved.
353
+ - `#F168085` - The issue with "Text color is removed for the range nodes, when removing the formats" has been resolved.
354
+
355
+ ## 19.2.57 (2021-08-24)
356
+
357
+ ### RichTextEditor
358
+
359
+ #### Bug Fixes
360
+
361
+ - `#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.
362
+ - `#I338261` - The issue with "Rich Text Editor hangs when pasting the word content, after clearing the value" has been resolved.
363
+ - `#I339192` - The "Rich Text Editor height is not adjusted to parent element height" issue has been fixed.
364
+
365
+ ## 19.2.56 (2021-08-17)
366
+
367
+ ### RichTextEditor
368
+
369
+ #### Bug Fixes
370
+
371
+ - `#I338000` - Resolved the exception raised, when pressing the enter key after changing the font-size in RTL mode in `Firefox` browser.
372
+ - `#I338062` - The issue with "Link is not generated properly, when `pasteCleanUpmodule` is imported" has been resolved.
373
+ - `#I338062` - The issue with "Unable to paste url more than two times, in the Rich Text Editor" has been resolved.
374
+
375
+ ## 19.2.55 (2021-08-11)
376
+
377
+ ### RichTextEditor
378
+
379
+ #### Bug Fixes
380
+
381
+ - `#I335578` - The issue with "alignment mismatching when pasting content from MS Word in the Rich Text Editor" has been fixed.
382
+ - `#I335315` - The issue with "Image size restriction not works in Drag and Drop action" has been resolved.
383
+
384
+ #### New Features
385
+
386
+ - `#I309446`, `#I336258` - Provided support to paste rare list contents from MS Word in the Rich Text Editor.
387
+ - `#I304121` - Improvements with the `deleteKey` action in the Rich Text Editor.
388
+ - Provided `showDialog`, `closeDialog` methods to opens/closes the Link, Image, Table dialogs in the Rich Text Editor.
389
+
390
+ ## 19.2.51 (2021-08-03)
391
+
392
+ ### RichTextEditor
393
+
394
+ #### Bug Fixes
395
+
396
+ - `#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.
397
+ - `#I336931` - The issue with "Character count is increased, when formats are being applied in empty content" has been fixed.
398
+ - `#I335821` - The issue with "Upload image restriction not working with the paste action" has been resolved.
399
+
400
+ ## 19.2.49 (2021-07-27)
401
+
402
+ ### RichTextEditor
403
+
404
+ #### Bug Fixes
405
+
406
+ - `#I335580` - The issue with the Rich Text Editor toolbar status not updated, once the contents have been removed has been rectified.
407
+
408
+ ## 19.2.48 (2021-07-20)
409
+
410
+ ### RichTextEditor
411
+
412
+ #### Bug Fixes
413
+
414
+ - `#I332112`, `#I332022` - The issue with "Images change aspect ratio, when resized to smallest possible and back larger again" has been resolved.
415
+ - `#FB26798` - The issue with "Rich Text Editor `change` event is not triggered in the code view" has been resolved.
416
+ - `#I334073`- The issue with "`Uploader` element is not present in DOM, when drag and drop images in the Rich Text Editor" has been resolved.
417
+ - `#I335073` - The issue with "Default font family applied, is not working in inline mode" has been resolved.
418
+
419
+ ## 19.2.47 (2021-07-13)
420
+
421
+ ### RichTextEditor
422
+
423
+ #### Bug Fixes
424
+
425
+ - `#I332610` - The issue with "Adding a column to a table after resizing a column resets the resized column width" has been resolved.
426
+ - `#I326508` - The issue with "Content is pasted outside the edit area of the Rich Text Editor when `enableXhtml` is set true" has been resolved.
427
+ - `#I332614` - The issue with "Columns and row resize not working when there is unequal number columns in all rows" has been resolved.
428
+
429
+ ## 19.2.44 (2021-06-30)
430
+
431
+ ### RichTextEditor
432
+
433
+ #### New Features
434
+
435
+ - `#I304121` - Improvements with the `backSpaceKey` action in the Rich Text Editor.
436
+ - `#I292778`, `#I308312`, `#I309446`, `#I313298` - Provided the List style type and List style image support for the Numbered and Bulleted lists.
437
+
438
+ #### Bug Fixes
439
+
440
+ - `#I327676` - The issue with "Custom toolbar icons not disabled/enabled, when multiple custom toolbar is configured" has been resolved.
441
+ - `#I330909` - The issue with "Inserting table after pressing `shit+enter` deletes all the content below in the Rich Text Editor" has been resolved.
442
+ - `#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.
443
+ - `#I327566` - The issue with "Image resizing is not working properly when `resizeByPercent` is set true" has been resolved.
444
+
445
+ - `#308692` - The issue with "Script error occurs, when destroy the Rich Text Editor with toolbar disabled" has been resolved.
446
+
447
+ ## 19.1.54 (2021-03-30)
448
+
449
+ ### RichTextEditor
450
+
451
+ #### New Features
452
+
453
+ - `#257889`, `#264792`, `#280064`, `#305551`, `#316177`, - Provided support for the table cell merge and split in Rich Text Editor table properties.
454
+
455
+ #### Bug Fixes
456
+
457
+ - `#318815`- The issue with "Resize grip of the image freezes, after resizing for the first time" has been resolved.
458
+ - `#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.
459
+ - `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.
460
+ - `F163545`- The issue with "'cmd+z' is not working after pasting the content in Mac machine" has been resolved.
461
+ - `#313508` - The issue with "event 'afterImageDelete' triggers two times when removing the image using the backspace key" has been resolved.
462
+ - `#313508` - The issue with "Console error is thrown, when updating the selected image with another image" has been resolved.
463
+
464
+ ## 18.4.47 (2021-03-09)
465
+
466
+ ### RichTextEditor
467
+
468
+ #### Bug Fixes
469
+
470
+ - `#317795`- The issue with "Pasting the block node contents in the Rich Text Editor" has been resolved.
471
+
472
+ ## 18.4.46 (2021-03-02)
473
+
474
+ ### RichTextEditor
475
+
476
+ #### Bug Fixes
477
+
478
+ - `#309809` - The issue with "Unable to resize the image in the Rich Text Editor when width is set" is resolved.
479
+ - `#314678` - Resolved the script error raised, when pasting the content after pressing the shift-enter key.
480
+ - `F161914` - The issue with "Bold format removed for the content previous to the selection in the Rich Text Editor" is resolved.
481
+
482
+ ## 18.4.44 (2021-02-23)
483
+
484
+ ### RichTextEditor
485
+
486
+ #### Bug Fixes
487
+
488
+ - `#314104` - The issue with the "Rich Text Editor's table width is not set properly if values are configured higher" is resolved.
489
+ - `F161887` - The issue with "Removing the italic format removes the underline format in the Rich Text Editor" is resolved.
490
+
491
+ ## 18.4.42 (2021-02-09)
492
+
493
+ ### RichTextEditor
494
+
495
+ #### Bug Fixes
496
+
497
+ - `F160581` - The issue with "The RichTextEditor table toolbar popup is hidden inside the higher Z-Index elements" has been resolved.
498
+
499
+ ## 18.4.39 (2021-01-28)
500
+
501
+ ### RichTextEditor
502
+
503
+ #### Bug Fixes
504
+
505
+ - `#296208` - Resolved the issue with the Placeholder blinks when pressing the enter key in the editor.
506
+ - `#310044` - The issue with the resize grip alignment when the toolbar is disabled state has been resolved.
507
+
508
+ ## 18.4.34 (2021-01-12)
509
+
510
+ ### RichTextEditor
511
+
512
+ #### Bug Fixes
513
+
514
+ `#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.
515
+
516
+
517
+ `#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.
518
+
519
+
520
+ ## 18.4.33 (2021-01-05)
521
+
522
+ ### RichTextEditor
523
+
524
+ #### New Features
525
+
526
+ - `F160594` - Provided new event `beforeImageDrop` that triggers before drop a image in Rich Text Editor component.
527
+
528
+ #### Bug Fixes
529
+
530
+ `#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.
531
+
532
+
533
+ ## 18.4.30 (2020-12-17)
534
+
535
+ ### RichTextEditor
536
+
537
+ #### New Features
538
+
539
+ - **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.
540
+ - `F149800` - Provided new property `removeUrl` in `insertImageSettings` API to trigger the image remove operation in server, when image removed from editor.
541
+ - `#301980` - Provided the support to return the `Xhtml` value in the `value` property when the `enableXtml` property is enabled in the Rich Text Editor.
542
+ - `#264791`, `#295032`, `#299905`, `#F159588` - Provided the support to retain all the styles from MS Excel while pasting the content in the Rich Text Editor.
543
+
544
+ #### Bug Fixes
545
+
546
+ `#296208` - The issue with "the placeholder blinks when pressing enter key in the Rich Text Editor" has been resolved.
547
+
548
+
549
+ ## 18.3.35 (2020-10-01)
550
+
551
+ ### RichTextEditor
552
+
553
+ #### Bug Fixes
554
+
555
+ `#292431` - The issue with "Rich Text Editor input elements are not destroyed properly when rendered based on the conditions" has been resolved.
556
+
557
+
558
+ ## 18.2.56 (2020-09-01)
559
+
560
+ ### RichTextEditor
561
+
562
+ #### Bug Fixes
563
+
564
+ - `#290237`, `#290247` - The issue with "copy and pasting content in the Markdown Editor is not working" has been resolved.
565
+
566
+ `#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.
567
+
568
+
569
+ `#F156796` - The performance issue when several Rich Text Editors are rendered in a single page has been resolved.
570
+
571
+
572
+ ## 18.2.55 (2020-08-25)
573
+
574
+ ### RichTextEditor
575
+
576
+ #### Bug Fixes
577
+
578
+ `#287641` - The issue with "pasting the list content from MS Word in the Rich Text Editor removes the copied content" has been resolved.
579
+
580
+
581
+ ## 18.2.54 (2020-08-18)
582
+
583
+ ### RichTextEditor
584
+
585
+ #### Bug Fixes
586
+
587
+ `#287193` - The issue with "Script error occurs with toolbar options when placing the cursor before & after the RichTextEditor table" has been resolved.
588
+
589
+
590
+ ## 18.2.48 (2020-08-04)
591
+
592
+ ### RichTextEditor
593
+
594
+ #### Bug Fixes
595
+
596
+ - `#266152` - The issue with "List selection with delete key action does not remove lists properly" has been resolved.
597
+
598
+ ## 18.2.46 (2020-07-21)
599
+
600
+ ### RichTextEditor
601
+
602
+ #### New Features
603
+
604
+ - `#272591` - Provided new event `beforeImageUpload` that triggers before the image upload process from Rich Text Editor component.
605
+
606
+ #### Bug Fixes
607
+
608
+ - `#282973` - The issue with "Selecting the transparent color from the FontColor in Rich Text Editor" has been resolved.
609
+
610
+ ## 18.2.45 (2020-07-14)
611
+
612
+ ### RichTextEditor
613
+
614
+ #### Bug Fixes
615
+
616
+ - `#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.
617
+ - `#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.
618
+
619
+ ## 18.2.44 (2020-07-07)
620
+
621
+ ### RichTextEditor
622
+
623
+ #### New Features
624
+
625
+ - `#271295` - Provided public methods `showInlineToolbar` and `hideInlineToolbar` to show and hide the inline toolbars in the Rich Text Editor.
626
+
627
+ #### Bug Fixes
628
+
629
+ - The issue with "Rich Text Editor data binding not working in Source Code view" has been resolved.
630
+
631
+ ## 18.1.57 (2020-06-16)
632
+
633
+ ### RichTextEditor
634
+
635
+ #### Bug Fixes
636
+
637
+ - `#275859` - The issue with "throwing script error while pasting the content with table" in the Rich Text Editor has been resolved.
638
+ - `#279019` - The issue with "pasting the content inside the nested table that breaks the HTML content in the Rich Text Editor" has been resolved.
639
+ - `#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.
640
+
641
+ ## 18.1.54 (2020-05-26)
642
+
643
+ ### RichTextEditor
644
+
645
+ #### Bug Fixes
646
+
647
+ - `#275859` - The issue with unable to edit the Rich Text Editor content after pasting the content with table has been resolved.
648
+
649
+ ## 18.1.53 (2020-05-19)
650
+
651
+ ### RichTextEditor
652
+
653
+ #### Bug Fixes
654
+
655
+ - `#F150037` - The issue with "throwing script error while dynamically enable/disable the toolbar" has been resolved.
656
+
657
+ ## 18.1.52 (2020-05-13)
658
+
659
+ ### RichTextEditor
660
+
661
+ #### Bug Fixes
662
+
663
+ - `#F152908` - The issue sub list remains after deleting the parent list element in the Rich Text Editor has been resolved.
664
+
665
+ ## 18.1.48 (2020-05-05)
666
+
667
+ ### RichTextEditor
668
+
669
+ #### Bug Fixes
670
+
671
+ - `#272406` - The issue background color format not applied properly on changing the font size in the Rich Text Editor has been resolved.
672
+
673
+ ## 18.1.45 (2020-04-21)
674
+
675
+ ### RichTextEditor
676
+
677
+ #### Bug Fixes
678
+
679
+ - `#271937` - The issue table border not applied when pasting the content from the Excel in the Rich Text Editor has been resolved.
680
+ - `#271289` - The issue with using keyboard short cut `ctrl+k` to insert link not working in the Rich Text Editor has been resolved.
681
+
682
+ ## 18.1.44 (2020-04-14)
683
+
684
+ ### RichTextEditor
685
+
686
+ #### New Features
687
+
688
+ - `#F152228`, `#266987` - Provided an event `afterImageDelete` to be triggered after the image is removed from the Rich Text Editor content.
689
+
690
+ #### Bug Fixes
691
+
692
+ - `#F152859` - The issue `executeCommand` using `insertHTML` not inserting the Iframe element in the Rich Text Editor has been resolved.
693
+ - `#267874`, `#269214`, `#271199` - Resolved the compilation error with typescript version 3.8.3
694
+ - `#F152908` - The issue with empty sub-list not removed from Rich Text Editor has been resolved.
695
+
696
+ ## 18.1.42 (2020-04-01)
697
+
698
+ ### RichTextEditor
699
+
700
+ #### New Features
701
+
702
+ - `#266522` - Provided scrollable option support to the toolbar by setting toolbar type as `Scrollable` in Rich Text Editor.
703
+
704
+ ## 17.4.51 (2020-02-25)
705
+
706
+ ### RichTextEditor
707
+
708
+ #### Bug Fixes
709
+
710
+ - `F151491` - Resolved the issue with RichTextEditor height that is not set properly when the toolbar is disabled.
711
+ - `F151491` - Resolved the script errors thrown when opening an insert image dialog several times.
712
+
713
+ ## 17.4.49 (2020-02-11)
714
+
715
+ ### RichTextEditor
716
+
717
+ #### Bug Fixes
718
+
719
+ - `#261548`, `#262909` - The issue with a new line added after pasting the content and focusing out in the Rich Text Editor has been resolved.
720
+ - `#F150940` - The issue with cursor not maintained when using the `executeCommand` method with `insertHTML` in the Rich Text Editor has been resolved.
721
+ - `#F150991` - Fixed issue with script error when RichTextEditor is dynamically rendered using setState.
722
+ - `#F150991` - Resolved the issue with the fontName requestType is getting as fontSize after the `change` event has been triggered.
723
+ - `#F150742` - Resolved the issue with `dialogOpen` event does not return the content element in insert image dialog.
724
+ - `#262805` - Fixed issue `change` event triggers first time when `readonly` property is enabled.
725
+
726
+ ## 17.4.47 (2020-02-05)
727
+
728
+ ### RichTextEditor
729
+
730
+ #### Bug Fixes
731
+
732
+ - `#150737` - Resolved the issue with inserting an image dialog that was not properly rendered on mobile devices.
733
+ - `#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.
734
+
735
+ ## 17.4.46 (2020-01-30)
736
+
737
+ ### RichTextEditor
738
+
739
+ #### New Features
740
+
741
+ - `#F149481` - Provided the support to get the selected HTML content using the `getSelectedHtml` public method.
742
+
743
+ ## 17.4.44 (2021-01-21)
744
+
745
+ ### RichTextEditor
746
+
747
+ #### New Features
748
+
749
+ - `#256724`, `#F149821` - Provided the support to insert a table using the `executeCommand` public method in the RichTextEditor.
750
+
751
+ ## 17.4.43 (2020-01-14)
752
+
753
+ ### RichTextEditor
754
+
755
+ #### Bug Fixes
756
+
757
+ - `#258971` - Resolved the issue with an image element that is appended on insert image dialog drop area when drag and drop an image.
758
+ - `#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.
759
+ - `#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.
760
+
761
+ ## 17.4.40 (2019-12-24)
762
+
763
+ ### RichTextEditor
764
+
765
+ #### Bug Fixes
766
+
767
+ - `#254606` - Web accessibility related issues have been resolved.
768
+
769
+ ## 17.4.39 (2019-12-17)
770
+
771
+ ### RichTextEditor
772
+
773
+ #### New Features
774
+
775
+ - **Callback event to custom toolbar**: The feature allows to bind click event handler to the custom toolbar items in the Rich Text Editor.
776
+ - **Code format as toolbar button**: Provided an option to add the code format as toolbar button with toggle state in the Rich Text Editor.
777
+ - **XHTML validation**: Provided support to validate the content of Rich Text Editor with XHTML standard.
778
+
779
+ ## 17.3.29 (2019-11-26)
780
+
781
+ ### RichTextEditor
782
+
783
+ #### Bug Fixes
784
+
785
+ - `#F149001` - The issue with customization of table cell padding and cell spacing in the Rich Text Editor has been resolved.
786
+
787
+ ## 17.3.28 (2019-11-19)
788
+
789
+ ### RichTextEditor
790
+
791
+ #### Bug Fixes
792
+
793
+ - `#254865` - Resolved the issue with an image that is not removed when pressing the delete key by enabling the `showOnRightClick` property.
794
+
795
+ ## 17.3.19 (2019-10-22)
796
+
797
+ ### RichTextEditor
798
+
799
+ #### Bug Fixes
800
+
801
+ - `#251855` - Resolved the issue with appearance of transparent color tile in Rich Text Editor's color picker.
802
+ - `#251699` - The issue with pasting content from Word document displays unnecessary HTML content in the Rich Text Editor has been fixed.
803
+ - `#251640` - The issue "placeholder not hidden after inserting a table or an image in the Rich Text Editor" has been fixed.
804
+ - `#250650` - The issue with image rename in the imageUploadSuccess event not working when drag and drop an image into RichTextEditor has been fixed.
805
+ - `#250587` - The issue with null field shown on form data headers response when drag and drop an image into RichTextEditor has been fixed.
806
+ - `#251855` - The issue "console error is thrown, when the image upload dialog is opened in IE browser" has been fixed.
807
+
808
+ ## 17.3.16 (2019-10-09)
809
+
810
+ ### RichTextEditor
811
+
812
+ #### Bug Fixes
813
+
814
+ - `#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.
815
+
816
+ ## 17.3.14 (2019-10-03)
817
+
818
+ ### RichTextEditor
819
+
820
+ #### Bug Fixes
821
+
822
+ - `#249182` - The issue with localizing static texts of paste prompt dialog in the Rich Text Editor has been fixed.
823
+ - `#249613` - The issue with pasting content from Microsoft Excel sheet that throws console error in the Rich Text Editor has been fixed.
824
+
825
+ ## 17.3.9-beta (2019-09-20)
826
+
827
+ ### RichTextEditor
828
+
829
+ #### New Features
830
+
831
+ - **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.
832
+ - **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.
833
+ - **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.
834
+
835
+ #### Bug Fixes
836
+
837
+ - `#F146927` - The issue with copy and pasting image from MS Word to the RichTextEditor has been fixed.
838
+ - `#246340` - The issue with pasting the content as plain-text in Rich Text Editor has been fixed.
839
+
840
+ - `#246340` - The issue with select all and delete the content in Rich Text Editor has been fixed.
841
+
842
+ ## 17.2.47 (2019-08-27)
843
+
844
+ ### RichTextEditor
845
+
846
+ #### Bug Fixes
847
+
848
+ - `#242999` - Now, Reactive form validates properly on `shift + tab` key action.
849
+ - `#244796` - Floating toolbar now renders properly without alignment issue, when render the Rich Text Editor within Tab.
850
+ - `#243448` - Performance with page scroll has been improved when multiple Rich Text Editor components are rendered in the page.
851
+ - `#241388` - The issue with right-click option while rendering RichTextEditor inside the table has been fixed.
852
+
853
+ ## 17.2.46 (2019-08-22)
854
+
855
+ ### RichTextEditor
856
+
857
+ #### New Features
858
+
859
+ - **Image upload events**
860
+ - `#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.
861
+
862
+ - **Image upload events**: `#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.
863
+
864
+ #### Bug Fixes
865
+
866
+ - `#243475` - Now, you can validate max-length even showCharCount property as false.
867
+ - `#243475` - Resolved the issue with max-length validation on pasting the content.
868
+ - `#242999` - The key action for `tab` key and `shift + tab` key are similar now.
869
+
870
+ ## 17.2.41 (2019-08-14)
871
+
872
+ ### RichTextEditor
873
+
874
+ #### New Features
875
+
876
+ - **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.
877
+ - `#242771` - Provided the support to handle both absolute and relative path links.
878
+
879
+ #### Bug Fixes
880
+
881
+ - `#243767` - The issue with applying selected format based on content editable has been fixed.
882
+
883
+ - `#242999` - The Reactive form validation, now works with tab key action.
884
+
885
+ ## 17.2.36 (2019-07-24)
886
+
887
+ ### RichTextEditor
888
+
889
+ #### Bug Fixes
890
+
891
+ - `#242377` - The issue, "alignment is not working while pasting content from notepad" has been resolved.
892
+ - `#F146057` - The issue, "formatting(strong and alignment) is not maintained on pasting web content" has been resolved.
893
+
894
+ ## 17.2.35 (2019-07-17)
895
+
896
+ ### RichTextEditor
897
+
898
+ #### Bug Fixes
899
+
900
+ - `#241388` - The issue, "browser context menu is not shown on right click when enabling the showOnRightClick property" has been resolved.
901
+
902
+ ## 17.2.34 (2019-07-11)
903
+
904
+ ### RichTextEditor
905
+
906
+ #### Bug Fixes
907
+
908
+ - `#F145376` - The issue, "action complete event is not triggered when deleting the content with text and images" has been resolved.
909
+ - `#237729` - The issue "table column width is shown as pixel instead of percentage while resizing" has been fixed.
910
+ - `#237729` - Pickers mode throws script error when selecting the color in table's quick toolbar, that issue has been fixed.
911
+ - `#237729` - Color picker value doesn't set as RGBA(alpha) value in content editor, that issue has been fixed.
912
+ - `#240808` - The issue "opening a link in new window throws an error for auto generated link" has been fixed.
913
+ - `#240024` - The issue, "spacing between words is removed when focus out the editor" has been resolved.
914
+ - `#234519`, `#234586`, `#F138909` - The issues with table and its functionalities in IE11 has been resolved.
915
+
916
+ ## 17.2.28-beta (2019-06-27)
917
+
918
+ ### RichTextEditor
919
+
920
+ #### New Features
921
+
922
+ - **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.
923
+
924
+ #### Breaking Changes
925
+
926
+ - 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']`.
927
+
928
+ #### Bug Fixes
929
+
930
+ - `#238872` - Issue with cursor position when enabled list with empty editor that issue has been resolved.
931
+
932
+ ## 17.1.49 (2019-05-29)
933
+
934
+ ### RichTextEditor
935
+
936
+ #### Bug Fixes
937
+
938
+ - `#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.
939
+
940
+ ## 17.1.48 (2019-05-21)
941
+
942
+ ### RichTextEditor
943
+
944
+ #### New Features
945
+
946
+ - `#230976` - Opens a quick toolbar on right-click support has been provided.
947
+
948
+ #### Bug Fixes
949
+
950
+ - `#235120` - RichTextEditor's paste as plain text doesn't preserve line break that issue has been resolved.
951
+
952
+ ## 17.1.43 (2019-04-30)
953
+
954
+ ### RichTextEditor
955
+
956
+ #### Bug Fixes
957
+
958
+ - `#234280` - RichTextEditor's toolbar is broken when using ES2015 target that issue has been resolved.
959
+
960
+ ## 17.1.42 (2019-04-23)
961
+
962
+ ### RichTextEditor
963
+
964
+ #### Bug Fixes
965
+
966
+ - Change event doesn't trigger, when RichTextEditor blurs inside of `In-place Editor` that issue has been fixed.
967
+
968
+ ## 17.1.40 (2019-04-09)
969
+
970
+ ### RichTextEditor
971
+
972
+ #### Bug Fixes
973
+
974
+ - Insert image functionality of `RichTextEditor` is not working when render with `File Upload`, that issue has been fixed.
975
+
976
+ ## 17.1.32-beta (2019-03-13)
977
+
978
+ ### RichTextEditor
979
+
980
+ #### Bug Fixes
981
+
982
+ - Image and Table quick toolbar open while scrolling the content in the iPhone device, that issue has been fixed.
983
+ - Getting console error while rendering inline mode with `FontColor` and `BackgroundColor` in mobile view, that issue has been fixed.
984
+
985
+ -`Undo` and `Redo` icon visible in preview mode issue has been fixed
986
+
987
+
988
+ #### New Features
989
+
990
+ - **Paste cleanup**: This feature allows users to clean up HTML content when copying and pasting any other content from external sources.
991
+
992
+ ## 16.4.55 (2019-02-27)
993
+
994
+ ### RichTextEditor
995
+
996
+ #### Bug Fixes
997
+
998
+ - Insert image dialog is not rendering properly while setting the `imageUploadMessage` text as long in localization, that issue has been fixed.
999
+ - Localization is not applied to static `DropDownButton` items, that issue has been fixed.
1000
+
1001
+ ## 16.4.54 (2019-02-19)
1002
+
1003
+ ### RichTextEditor
1004
+
1005
+ #### Bug Fixes
1006
+
1007
+ - HTML 5 form reset behaviour has been corrected.
1008
+ - Editor content rendered twice in DOM when using `RichTextEditorFor`, that issue has been fixed.
1009
+ - EJ2 compatibility styles are not worked while component rendering with `textarea` element, that issue has been fixed.
1010
+
1011
+ ## 16.4.53 (2019-02-13)
1012
+
1013
+ ### RichTextEditor
1014
+
1015
+ #### Bug Fixes
1016
+
1017
+ - 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.
1018
+ - HTML 5 standard issues has been fixed.
1019
+ - Cursor position changed after typed some contents issue has been fixed.
1020
+
1021
+ #### Breaking Changes
1022
+
1023
+ - Changed the `fontSize`, `fontFamily`, `format` properties default value as null.
1024
+
1025
+ ## 16.4.48 (2019-01-22)
1026
+
1027
+ ### RichTextEditor
1028
+
1029
+ #### Bug Fixes
1030
+
1031
+ - Table QuickToolbar open wherever click within a component issue has been fixed.
1032
+ - FontSize "px" and fontFamily "veranda" not updated in toolbar status, that issue has been fixed.
1033
+ - Clicking on view source code with single character inside textarea removes the character, that issue has been fixed.
1034
+
1035
+ ## 16.4.47 (2019-01-16)
1036
+
1037
+ ### RichTextEditor
1038
+
1039
+ #### Bug Fixes
1040
+
1041
+ - ASP.NET core data annotation issue has been fixed.
1042
+ - Console error is thrown in IE browser with angular routing, that issue has been fixed.
1043
+ - Unable to maintain the RichTextEditor color picker pop-up position when scrolling the browser has been fixed.
1044
+
1045
+ ## 16.4.46 (2019-01-08)
1046
+
1047
+ ### RichTextEditor
1048
+
1049
+ #### Bug Fixes
1050
+
1051
+ - Changing the font color of underlined text doesn’t change the color of the line, that issue has been fixed.
1052
+ - RichTextEditor injectable module is missed from import setting file in [CRG](https://crg.syncfusion.com/), that issue has been fixed.
1053
+ - The change event is triggered on clicking into HTML source code view in Edge browser, that issue has been fixed.
1054
+ - Blur event is not triggered when we change focus directly from one RTE to another RTE, that issue has been fixed.
1055
+ - RichTextEditor full screen not working properly when render inside the overflow element has been fixed.
1056
+
1057
+ ## 16.4.44 (2018-12-24)
1058
+
1059
+ ### RichTextEditor
1060
+
1061
+ #### Bug Fixes
1062
+
1063
+ - Pasted URL is not converted to links automatically, that issue has been fixed.
1064
+ - Image paste as twice in Firefox browser, that issue has been fixed.
1065
+ - The value property and getHtml method will be updated within an interval to `saveInterval` property.
1066
+
1067
+ ## 16.4.40-beta (2018-12-10)
1068
+
1069
+ ### RichTextEditor
1070
+
1071
+ #### New Features
1072
+
1073
+ - Insert table support has provided for MarkDown Editor.
1074
+
1075
+ #### Bug Fixes
1076
+
1077
+ - Dynamic enabling and disabling support for toolbar items has been provided.
1078
+ - Image dialog's Browse button width is not adjusted based on the text issue has been resolved.
1079
+
1080
+ ## 16.3.17 (2018-09-12)
1081
+
1082
+ ### RichTextEditor
1083
+
1084
+ #### New Features
1085
+
1086
+ 1. Image resize support has been provided.
1087
+ 2. Insert table support has provided for HTML Editor which includes below sub features,
1088
+ 1. Create and modify the table, table rows and columns.
1089
+ 2. Row and column resize.
1090
+ 3. Quick toolbar interaction.
1091
+ 4. Table header and custom styles.
1092
+
1093
+ #### Breaking Changes
1094
+
1095
+ - `setContent` method has removed, use `value` property to set the content instead.
1096
+
1097
+ ## 16.2.51 (2018-09-04)
1098
+
1099
+ ### RichTextEditor
1100
+
1101
+ #### Bug Fixes
1102
+
1103
+ - RichTextEditor modal `popup` style override issue has been resolved.
1104
+ - RichTextEditor removes spacing between words when content is pasted from a word document, that
1105
+ - issue has been fixed.
1106
+
1107
+ ## 16.2.50 (2018-08-28)
1108
+
1109
+ ### RichTextEditor
1110
+
1111
+ #### Bug Fixes
1112
+
1113
+ - Unable to paste image copied from windows in RichTextEditor issue has been resolved.
1114
+
1115
+ ## 16.2.49 (2018-08-21)
1116
+
1117
+ ### RichTextEditor
1118
+
1119
+ #### Bug Fixes
1120
+
1121
+ - `IFrame` mode external font family removed in RichTextEditor.
1122
+ - Unable to delete the selected content of RichTextEditor in inline toolbar issue has been resolved.
1123
+
1124
+ ## 16.2.48 (2018-08-14)
1125
+
1126
+ ### RichTextEditor
1127
+
1128
+ #### Bug Fixes
1129
+
1130
+ - Removed external font family in RichTextEditor source.
1131
+
1132
+ ## 16.2.47 (2018-08-07)
1133
+
1134
+ ### RichTextEditor
1135
+
1136
+ #### Bug Fixes
1137
+
1138
+ - `FontColor` and `BackgroundColor` toolbar item not rendered in inline mode issue has been resolved.
1139
+ - RichTextEditor toolbar disabled mode content select console error issue has been resolved.
1140
+ - Provided view encapsulation support.
1141
+
1142
+ ## 16.2.45 (2018-07-17)
1143
+
1144
+ ### RichTextEditor
1145
+
1146
+ #### Bug Fixes
1147
+
1148
+ - Provided `getText` public method from RichTextEditor.
1149
+
1150
+ ## 16.2.44 (2018-07-10)
1151
+
1152
+ ### RichTextEditor
1153
+
1154
+ #### Bug Fixes
1155
+
1156
+ - RichTextEditor `actionBegin` event missing arguments included.
1157
+
1158
+ ## 16.2.41 (2018-06-25)
1159
+
1160
+ ### RichTextEditor
1161
+
1162
+ 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.
1163
+
1164
+
1165
+ - Provides IFRAME and DIV mode.
1166
+ - Handles markdown editing.
1167
+ - Contains a modular library to load the necessary functionality on demand.
1168
+ - Provides a fully customizable toolbar.
1169
+ - HTML view to edit the source directly for developers.
1170
+ - Supports to integrate third-party library.
1171
+ - Preview the modified content before saving it.
1172
+ - Handles images, hyperlinks, video,hyperlinks, uploads, and more.
1173
+ - Contains undo/redo manager.
1174
+ - Creates bulleted and numbered lists.
1175
+
1176
+
1177
+ ## 20.3.50 (2022-10-18)
1178
+
1179
+ ### RichTextEditor
1180
+
1181
+ #### Bug Fixes
1182
+
1183
+ - `#I407293` - Now, the `toolbarSettings` API in the documentation works properly.
1184
+