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