@syncfusion/ej2-angular-richtexteditor 27.2.5-ngcc → 27.2.5

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 (27) hide show
  1. package/CHANGELOG.md +2514 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/index.mjs +5 -0
  4. package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +77 -0
  5. package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +211 -0
  6. package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +25 -0
  7. package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +5 -0
  8. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +311 -0
  9. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  10. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +311 -0
  11. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  12. package/package.json +25 -12
  13. package/src/rich-text-editor/richtexteditor-all.module.d.ts +6 -0
  14. package/src/rich-text-editor/richtexteditor.component.d.ts +3 -0
  15. package/src/rich-text-editor/richtexteditor.module.d.ts +6 -0
  16. package/syncfusion-ej2-angular-richtexteditor.d.ts +5 -0
  17. package/@syncfusion/ej2-angular-richtexteditor.es5.js +0 -361
  18. package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +0 -1
  19. package/@syncfusion/ej2-angular-richtexteditor.js +0 -342
  20. package/@syncfusion/ej2-angular-richtexteditor.js.map +0 -1
  21. package/dist/ej2-angular-richtexteditor.umd.js +0 -872
  22. package/dist/ej2-angular-richtexteditor.umd.js.map +0 -1
  23. package/dist/ej2-angular-richtexteditor.umd.min.js +0 -11
  24. package/dist/ej2-angular-richtexteditor.umd.min.js.map +0 -1
  25. package/ej2-angular-richtexteditor.d.ts +0 -5
  26. package/ej2-angular-richtexteditor.metadata.json +0 -1
  27. package/license +0 -10
package/CHANGELOG.md ADDED
@@ -0,0 +1,2514 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### RichTextEditor
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#F195165` - Now, the font color is correctly applied to the specified pasted text content in the Rich Text Editor.
10
+
11
+ - `#I656600` - Now, the background color is applied correctly when formatting multiple pieces of content in the Rich Text Editor.
12
+
13
+ - `#I622428` - Now, setting the font size and font family to null works correctly in the Rich Text Editor.
14
+
15
+ - `#I656594` - - `#I656594` - Now, decreasing indent using `outdent` toolbar icon works properly.
16
+
17
+ - `#I651237` - Now, when multiple `iframes` are embedded in the document, the Rich Text Editor's resizing operation will stop upon triggering the `mouseup` event within any of the `iframes`.
18
+
19
+ - `#I652730` - Now, the undo action is working properly when pressing backspace before the DIV element in the Rich Text Editor.
20
+
21
+ - `#I653810` - Now, the list items are pasted correctly when copied from Word documents into the Rich Text Editor.
22
+
23
+ - `#I919705` - Now, the pasted image other than the allowed types is being prevented in the Rich Text Editor.
24
+
25
+ ## 27.2.4 (2024-11-26)
26
+
27
+ ### RichTextEditor
28
+
29
+ #### Bug Fixes
30
+
31
+ - `#I651190` - Now, the bold format will be removed for the specified text content.
32
+
33
+ - `#I652730` - Now, the `<div>` element is retained when pressing Backspace at the beginning of the `<div>` within the Rich Text Editor.
34
+
35
+ ## 27.2.3 (2024-11-21)
36
+
37
+ ### RichTextEditor
38
+
39
+ #### Bug Fixes
40
+
41
+ - `#I647911` - Now, with the pre-wrap style applied to the Rich Text Editor, the enter action functions as expected.
42
+
43
+ - `#I629344` - Now, the `Insert` button is disabled in the image dialog when the replacement image size exceeds the maximum allowed file size.
44
+
45
+ - `#I649583`, `#I650404` - Now, the localization is properly applied to the `NumberFormatList` and `BulletFormatList` dropdown elements in the Rich Text Editor.
46
+
47
+ - `#I195065` - Fixed an issue where the "Minimize" toolbar icon did not update when the toolbar was dynamically enabled or disabled.
48
+
49
+ ## 27.2.2 (2024-11-15)
50
+
51
+ ### RichTextEditor
52
+
53
+ #### Bug Fixes
54
+
55
+ - `#I646789` - Now, the table is correctly inserted at the end of the span element when the cursor is focused there in the Rich Text Editor.
56
+
57
+ - `#I649390` - Now, pressing space after mentioned items with `-` functions correctly in the Rich Text Editor.
58
+
59
+ - `#I637655` - Now, the list retains its format properly when pasted into the Rich Text Editor, even when within an `<h6>` tag.
60
+
61
+ - `#I649429` - Now, the custom table with the class name `e-rte-custom-table` will not have the editor's default table styles.
62
+
63
+ - `#I647956` - Now, the percentage values for image height and width are now applied to image in the Rich Text Editor.
64
+
65
+ - `#I652208` - Now, the console error that occurred when clicking the image toolbar icon with the cursor at the table side has now been resolved.
66
+
67
+ - `#I627784` - Now, the slow image resizing smoothness in the IFrame editor has been improved.
68
+
69
+ ## 27.1.58 (2024-11-05)
70
+
71
+ ### RichTextEditor
72
+
73
+ #### Bug Fixes
74
+
75
+ - `#I644007` - Now, after deleting an empty line in the Rich Text Editor, the line will no longer reappear when clicking outside the editor.
76
+
77
+ - `#I641442` - Now, the link quick toolbar opens when clicking on an anchor element with a relative URL, without redirecting to the linked page.
78
+
79
+ - `#I643173` - Now, when applying bold, italic, or other inline formatting to text adjacent to an anchor tag, the space between the text and the anchor tag will remain preserved.
80
+
81
+ - `#I644738` - Now, the undo action now behaves correctly when selecting text with `Shift + Left Arrow` in the Rich Text Editor.
82
+
83
+ - `#I637881` - Now, the lines retained after pasting content to VS Code from the Rich Text Editor have been resolved.
84
+
85
+ - `#I645142` - Now, When resize is set to false in `insertImageSettings`, the resize handles do not appear, and the functionality operates as expected.
86
+
87
+ - `#I643686` - Now, the console error thrown with empty `valueTemplate` has been resolved.
88
+
89
+ ## 27.1.57 (2024-10-29)
90
+
91
+ ### RichTextEditor
92
+
93
+ #### Bug Fixes
94
+
95
+ - `#I640976` - Now, the width and height attributes of the image are set with correct values instead of `auto`, when inserting and replacing the image in the Rich Text Editor.
96
+
97
+ - `#I637660` - Now, the OneNote list that has been copied and pasted will now have a correct element structure.
98
+
99
+ - `#I644239` - Now, the link insertion is prevented when clicking the insert button in the link dialog when the cancel argument is set to true in the `beforeDialogClose` event.
100
+
101
+ - `#I633901` - Now, the table height adjusts correctly when resized within the Rich Text Editor in Firefox.
102
+
103
+ - Now, the issue with image resizing in the IFrame editor, particularly when the editor area is small, has been resolved.
104
+
105
+ ## 27.1.55 (2024-10-22)
106
+
107
+ ### RichTextEditor
108
+
109
+ #### Bug Fixes
110
+
111
+ - `#I628053` - Now, the rich text editor properly sanitizes and encodes tab characters in JavaScript alerts.
112
+
113
+ - `#I553157` - Now, the bullet list format is properly removed when pasting content from MS Word in the Rich Text Editor.
114
+
115
+ - `#I640949` - Now, image duplication is prevented when `shiftEnterKey` is pressed on a paragraph in the Rich Text Editor.
116
+
117
+ - `#I639924` - Now, the format toolbar will be updated properly when the cursor is in front of the table.
118
+
119
+ - `#I640818` - Now, being typed with zero-width-space works without any console error.
120
+
121
+ - `#I640976` - Now, the width and height attributes of images will reflect their specified values, rather than defaulting to `auto`, after insertion and replacement in the Rich Text Editor.
122
+
123
+ - `#I639718` - Now, when `enableResize` is set to true, the IFrame editor resize event will be unbound properly.
124
+
125
+ - `#I637651` - Now, the issue where the editor was lagging after inserting a mention value has been resolved.
126
+
127
+ - `#I641503` - Now the cutting and pasting list works properly in the rich text editor.
128
+
129
+ ## 27.1.52 (2024-10-08)
130
+
131
+ ### RichTextEditor
132
+
133
+ #### Bug Fixes
134
+
135
+ - `#I638381` - Now, decreasing the indent for list items correctly preserves the paragraph format instead of converting them into a single paragraph in the Rich Text Editor.
136
+
137
+ - `#I627005` - Now, the issue where applying a list or alignment at the last line in Firefox caused the page to scroll to the top when the Rich Text Editor was rendered in an `iframe` has been successfully resolved.
138
+
139
+ - `#I625044` - Now, Resolved an issue where pasting mention chips inside a `<span>` resulted in unnecessary nested `<span>` tags in the Rich Text Editor.
140
+
141
+ - `#I636882` - Now, inserting the link with a URL as multiple spaces using the link dialog is prevented in the Rich Text Editor.
142
+
143
+ - `#I623355` - Now, the order list start attribute is maintained while copying and pasting content from Word document in the Rich Text Editor.
144
+
145
+ - `#I633767` - Now, the tooltip for custom toolbar items works properly in the Rich Text Editor.
146
+
147
+ - `#I631260` - Now, the Iframe editor's table border styles are handled with class names instead of tags.
148
+
149
+ - Now the default font size and font family will be applied to the editor when the Iframe mode is enabled.
150
+
151
+ - Now the browser spell check will work when the Iframe mode is enabled.
152
+
153
+ - Now the editor content will have proper line height when the Iframe mode is enabled.
154
+
155
+ - Now the Iframe editor's body element will have the class name `e-content` and then id.
156
+
157
+ - Now, the issue where the page would scroll with the Iframe editor `height` set to `auto` when the table quick toolbar was opened has been resolved.
158
+
159
+ ## 27.1.51 (2024-09-30)
160
+
161
+ ### RichTextEditor
162
+
163
+ #### Bug Fixes
164
+
165
+ - `#I630952` - Now, pressing the delete key when the cursor is at the end of the container correctly removes the correct `br` tag in the Rich Text Editor.
166
+
167
+ - `#I629344` - Now, the `Insert` button is disabled in the image dialog when the selected image size exceeds the maximum file size.
168
+
169
+ - `#I630816` - Now, the `beforePasteCleanup` event arguments `Value` is not empty when content is copied and pasted from the Adobe Acrobat PDF read.
170
+
171
+ - `#I629364` - Now, Border right will appear when pasting from the Excel in the Rich Text Editor.
172
+
173
+ - `#I634675` - Now, pressing the enter key after inserting the `hr` tag using `executeCommand` works properly in the Rich Text Editor.
174
+
175
+ ## 27.1.50 (2024-09-24)
176
+
177
+ ### RichTextEditor
178
+
179
+ #### Bug Fixes
180
+
181
+ - `#I620537` - Now, In localization, different text are used in alternative text quick toolbar item and alternative text dialog header.
182
+
183
+ - `#I623355` - Now, the ordered and unordered lists are now rendered properly in the table when copied and pasted from an MS Word document to the Rich Text Editor.
184
+
185
+ - `#I630039` - Now, when formatting is applied to the content, it functions correctly in the Firefox browser.
186
+
187
+ - `#I627005` - Now, when the Rich Text Editor is placed inside a list, the list functionality works properly.
188
+
189
+ - `#F191200` - Now, when a `blockquote` is applied and the `clearFormat` action is selected, the process correctly removes the `blockquote` and applies the appropriate `p` tags.
190
+
191
+ ## 27.1.48 (2024-09-18)
192
+
193
+ ### RichTextEditor
194
+
195
+ #### Features
196
+
197
+ - **Inline Code**: this feature allow users to highlight small code snippets, commands, or keywords within text, making them stand out for clarity in Rich Text Editor. Explore the demos [here](https://ej2.syncfusion.com/demos/#/bootstrap5/rich-text-editor/tools.html).
198
+
199
+ - **Import Export**: this feature allow users to export the Rich Text Editor's content into PDF or Word documents, as well as import Word content directly into the Rich Text Editor. Explore the demos [here](https://ej2.syncfusion.com/demos/#/bootstrap5/rich-text-editor/tools.html).
200
+
201
+ - **Slash Menu**: Provided support for / character to open popup and then apply formats such as Headings, Lists and Open insert dialogs of Image, Links, Table and options to add custom commands. Explore the demos [here](https://ej2.syncfusion.com/demos/#/bootstrap5/rich-text-editor/tools.html).
202
+
203
+ - **Inline Code**: this feature allow users to highlight small code snippets, commands, or keywords within text, making them stand out for clarity in Rich Text Editor. Explore the demos [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/rich-text-editor/tools).
204
+
205
+ - **Import Export**: this feature allow users to export the Rich Text Editor's content into PDF or Word documents, as well as import Word content directly into the Rich Text Editor. Explore the demos [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/rich-text-editor/tools).
206
+
207
+ - **Slash Menu**: Provided support for / character to open popup and then apply formats such as Headings, Lists and Open insert dialogs of Image, Links, Table and options to add custom commands. Explore the demos [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/rich-text-editor/tools).
208
+
209
+ #### Breaking Changes
210
+
211
+ - Images saved on the server will no longer be automatically deleted when using keyboard or quick toolbar actions in the editor. This change is necessary because if the images are removed from the server, it would prevent the ability to perform undo/redo actions on them.
212
+ - **Solution** : To handle image deletions properly, use the `afterImageDelete` event to capture the src of the deleted image. Then, send a request to your server to remove the image from storage, ensuring it is only deleted when explicitly intended.
213
+
214
+ #### Bug Fixes
215
+
216
+ - `#I627631` - Now, pressing the clear format when table is selected work properly in the Rich Text Editor.
217
+
218
+ - `#I624158` - Now, typing `1.` after pressing `shift+enter` does not create a list item in the Rich Text Editor.
219
+
220
+ - `#I621065` - Now, applying the multiple formats along with font-size format works properly by maintaining the font-size as priority.
221
+
222
+ - `#I618955` - Now, Pasting images from the OTD word document file functions correctly in the Rich Text Editor.
223
+
224
+ - `#I618955` - Now, Pasting content with images from Mac Outlook or Word into the Rich Text Editor now works properly in the Safari browser on Mac.
225
+
226
+ - `#I624026` - Now, the `actionBegin` event will now be triggered when the numpad enter key is pressed.
227
+
228
+ - `#I610932` - Now, Updating the image URL in the `actionBegin` event arguments will now correctly insert the new URL.
229
+
230
+ - `#I621065` - Now, applying the multiple formats along with font-size format works properly by maintaining the font-size as priority.
231
+
232
+ ## 26.2.11 (2024-08-27)
233
+
234
+ ### RichTextEditor
235
+
236
+ #### Bug Fixes
237
+
238
+ - `#I618955` - Now, Pasting images from the OTD word document file functions correctly in the Rich Text Editor.
239
+
240
+ - `#I623355` - Now, `decimal-leading-zero` list type is preserved correctly when pasting list content from MS Word in the Rich Text Editor
241
+
242
+ - `#I621080` - Now, space key working properly when space key is pressed in the Rich Text Editor.
243
+
244
+ - `#I609672` - Now, resolved the issue where pasted images were uploaded twice, currentTarget was null, and the success message popup appeared twice in the Rich Text Editor.
245
+
246
+ - `#I621556` - Now, the cursor will be visible when pressing the enter key and reaches the bottom of the Rich Text Editor when the container element's height and scroll style are manually set.
247
+
248
+ ## 26.2.9 (2024-08-13)
249
+
250
+ ### RichTextEditor
251
+
252
+ #### Bug Fixes
253
+
254
+ - `#I612704` - Now, the continuous console error that was being thrown when the editor is destroyed is fixed.
255
+
256
+ - `#I615533` - Now, The mention popup renders correctly when bold text is inserted in the Rich Text Editor.
257
+
258
+ - `#I617144` - Now, Pressing the backspace or delete key functions correctly in the Chinese language Rich Text Editor.
259
+
260
+ ## 26.2.8 (2024-08-06)
261
+
262
+ ### RichTextEditor
263
+
264
+ #### Bug Fixes
265
+
266
+ - `#I614247` - Now, the change event will triggered properly when toggling the readonly mode.
267
+
268
+ - `#I613965` - Now, backspace works properly inside the input field in the Rich Text Editor.
269
+
270
+ - `#I612147` - Now, deleting the list content by selecting deletes only the selected list elements instead of the whole list in Rich Text Editor.
271
+
272
+ - `#I605021` - Now, Copy and pasting justified content from desktop Word desktop works properly in Rich Text Editor
273
+
274
+ - `#I572346` - Now, the mention tags should not be added within the span while pasting in the Rich Text Editor.
275
+
276
+ ## 26.2.7 (2024-07-30)
277
+
278
+ ### RichTextEditor
279
+
280
+ #### Bug Fixes
281
+
282
+ - `#I600937` - Now, the entered value works properly when typed in Korean in the Rich Text Editor.
283
+
284
+ ## 26.2.4 (2024-07-24)
285
+
286
+ ### RichTextEditor
287
+
288
+ #### Bug Fixes
289
+
290
+ - `#I609672` - Now, the `imageRemoving` event is triggered properly when we delete the pasted image when uploading from the upload popup in the Rich Text Editor.
291
+
292
+ - `#I605021` - Now, pasting the content from the MS Word web application with alignment styles as justified works properly in Rich Text Editor.
293
+
294
+ - `#I572346` - Now, the mention tags should not be added within the span while pasting in the Rich Text Editor.
295
+
296
+ - `#I609672` - Now, the previously uploaded image is removed from the server when a new image is uploaded in the insert image dialog in the Rich Text Editor.
297
+
298
+ - `#I609672` - Now, pasting an image into the Rich Text Editor in the Firefox browser from the local machine, the image will be uploaded properly.
299
+
300
+ - `#I610812` - Now, the floating toolbar will work properly when the Rich Text Editor is rendered inside the dialog.
301
+
302
+ ## 26.1.42 (2024-07-16)
303
+
304
+ ### RichTextEditor
305
+
306
+ #### Bug Fixes
307
+
308
+ - `#I609924` - Now, the console error while closing the Grid Edit dialog with Rich Text Editor has now been resolved..
309
+
310
+ - `#I607525` - Now, the placeholder properly shows up after cleaning all the content in the Rich Text Editor.
311
+
312
+ ## 26.1.41 (2024-07-09)
313
+
314
+ ### RichTextEditor
315
+
316
+ #### Bug Fixes
317
+
318
+ - `#I585350` - Now, the list format is reverted properly when using the `executeCommand` method to apply and revert the list in the Rich Text Editor.
319
+
320
+ - `#I571199` - Now, improved the memory performance of the Rich Text Editor. The Rich Text Editor instance will now be properly cleared when using the destroy method.
321
+
322
+ ## 26.1.40 (2024-07-02)
323
+
324
+ ### RichTextEditor
325
+
326
+ #### Bug Fixes
327
+
328
+ - `#I595611` - Now, localization texts work properly for the source code and preview tooltips in the Rich Text Editor.
329
+
330
+ - `#I595571` - Now, inserting the table into the RichTextEditor works properly while using the quick toolbar settings in the editor.
331
+
332
+ - `#I534515` - Now, the cursor position is maintained properly when inserting image caption text in the Rich Text Editor.
333
+
334
+ - `#I598541` - Now, the quick toolbar in the Rich Text Editor works properly and does not get hidden behind the dialog.
335
+
336
+ - `#F188888` - Now, when setting the `layoutOption` to 'Break' in the `insertVideoSettings`, the break is applied to the embedded video element in the Rich Text Editor.
337
+
338
+ - `#I598973` - Now, when you paste a link and then click the `Shift+Enter`, it should not cause the page to collapse and the cursor to remain maintained properly.
339
+
340
+ - `#I596139` - Now, the `afterPasteCleanup` event returns the proper values in the `Value`argument when pasting the image into the Rich Text Editor.
341
+
342
+ - `#I597774` - Now, enabling and disabling the toolbar on the `focus` and `blur` events, respectively, doesn't bind the drop event multiple times, and it works properly.
343
+
344
+ ## 26.1.38 (2024-06-19)
345
+
346
+ ### RichTextEditor
347
+
348
+ #### Bug Fixes
349
+
350
+ - `#I593447` - Now, when the Rich Text Editor value is set to null, injecting the count module works properly.
351
+
352
+ - `#I596042` - Now, pasting the content as plain text in the Rich Text Editor works properly without adding styles.
353
+
354
+ - `#I595789` - Now, applying the quotation in the Rich Text Editor `markdown` mode works properly.
355
+
356
+ - `#F188533` - Now, new lines between the text are deleted properly in the Rich Text Editor.
357
+
358
+ - Now, fixed the issue with font color and the background color popup not opening in rare cases.
359
+
360
+ - Now, the issue with the Editor instance not being properly destroyed inside the Scheduler Edit Template has been fixed.
361
+
362
+ ## 26.1.35 (2024-06-11)
363
+
364
+ ### RichTextEditor
365
+
366
+ #### Features
367
+
368
+ - **Table row and column selection**: Improved the selection of table rows and columns using the mouse or keyboard with Shift + arrow keys, setting the background color of the selected cells. Additionally, enabled table selection when pressing the backspace key after the table and the delete key before the table. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/fluent2/rich-text-editor/tools.html).
369
+
370
+ - **Default Item in Font Family and Font Size**: Introducing `default` options for font family and font size. When no font family or font size is set for the selected text, it will be manually set to the default values. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/fluent2/rich-text-editor/tools.html).
371
+
372
+ - `#I525279` - Added support for text formatting in selected table cells, allowing users to apply headings, paragraphs, lists, and inline formats such as bold, italic, and strikethrough to multiple cells at once. Enhanced backspace functionality for clearing selected table cell content. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/fluent2/rich-text-editor/tools.html).
373
+
374
+ - **Table row and column selection**: Improved the selection of table rows and columns using the mouse or keyboard with Shift + arrow keys, setting the background color of the selected cells. Additionally, enabled table selection when pressing the backspace key after the table and the delete key before the table.
375
+
376
+ - **Default Item in Font Family and Font Size**: Introducing `default` options for font family and font size. When no font family or font size is set for the selected text, it will be manually set to the default values.
377
+
378
+ - `#I525279` - Added support for text formatting in selected table cells, allowing users to apply headings, paragraphs, lists, and inline formats such as bold, italic, and strikethrough to multiple cells at once. Enhanced backspace functionality for clearing selected table cell content.
379
+
380
+ #### Bug Fixes
381
+
382
+ - `#I583830` - Now, the `tab` key is working properly after inserting the mention list in the Rich Text Editor.
383
+
384
+ - `#I572346` - Now, paste the mention tag into the Rich Text Editor, which works properly.
385
+
386
+ - `#F58025` - Now, when the `cssClass` property is configured with more than one class, inserting a link into the Rich Text Editor works properly.
387
+
388
+ - `#F58018` - Now, the Strikethrough toolbar item recognises the `s` tag in the RichTextEditor and highlight the toolbar item.
389
+
390
+ - `#I583830` - Now, the `tab` key is working properly after inserting the mention list in the Rich Text Editor.
391
+
392
+ - `#I572346` - Now, paste the mention tag into the Rich Text Editor, which works properly.
393
+
394
+ #### Breaking Changes
395
+
396
+ - The formats dropdown in the Rich Text Editor toolbar no longer includes the quotation option. Instead, a new blockquote icon has been introduced in the toolbar's default mode to facilitate applying blockquote. Additionally, the quotation can be added to the formats dropdown using the `formats` property.
397
+
398
+ - Restructured the DOM element to enable flexible height for the editor area and toolbar by setting `display: flex;` on the first child of the Editor root element.
399
+
400
+ **Old Element structure**
401
+
402
+ ``` html
403
+ <div id="editor" class="e-control e-richtexteditor">
404
+ <textarea name="editor" id="editor-value"></textarea>
405
+ <div class="e-toolbar-wrapper">
406
+ <div class="e-rte-toolbar e-toolbar"></div>
407
+ </div>
408
+ <div class="e-rte-content">
409
+ <span class="e-rte-placeholder"></span>
410
+ <div class="e-content"></div>
411
+ <textarea class="e-rte-srctextarea"></textarea>
412
+ </div>
413
+ <span class="e-rte-character-count"></span>
414
+ </div>
415
+ ```
416
+
417
+ **New Element structure**
418
+
419
+ ``` html
420
+ <div id="editor" class="e-control e-richtexteditor">
421
+ <div class="e-rte-container"> <!-- display: flex;-->
422
+ <textarea name="editor" id="editor-value"></textarea>
423
+ <div class="e-toolbar-wrapper">
424
+ <div class="e-rte-toolbar e-toolbar"></div>
425
+ </div>
426
+ <div class="e-rte-content"> <!-- flex-grow: 1;-->
427
+ <span class="e-rte-placeholder"></span>
428
+ <div class="e-content"></div>
429
+ </div>
430
+ <div class="e-source-content">
431
+ <textarea class="e-rte-srctextarea"></textarea>
432
+ </div>
433
+ <span class="e-rte-character-count"></span>
434
+ </div>
435
+ </div>
436
+ ```
437
+
438
+ - The formats dropdown in the Rich Text Editor toolbar no longer includes the quotation option. Instead, a new blockquote icon has been introduced in the toolbar's default mode to facilitate applying blockquote. Additionally, the quotation can be added to the formats dropdown using the `formats` property.
439
+
440
+ - Restructured the DOM element to enable flexible height for the editor area and toolbar by setting `display: flex;` on the first child of the Editor root element.
441
+
442
+ **Old Element structure**
443
+
444
+ ``` html
445
+ <ejs-richtexteditor id="editor" class="e-control e-richtexteditor">
446
+ <textarea name="editor" id="editor-value"></textarea>
447
+ <div class="e-toolbar-wrapper">
448
+ <div class="e-rte-toolbar e-toolbar"></div>
449
+ </div>
450
+ <div class="e-rte-content">
451
+ <span class="e-rte-placeholder"></span>
452
+ <div class="e-content"></div>
453
+ <textarea class="e-rte-srctextarea"></textarea>
454
+ </div>
455
+ <span class="e-rte-character-count"></span>
456
+ </ejs-richtexteditor>
457
+ ```
458
+
459
+ **New Element structure**
460
+
461
+ ``` html
462
+ <ejs-richtexteditor id="editor" class="e-control e-richtexteditor">
463
+ <div class="e-rte-container"> <!-- display: flex;-->
464
+ <textarea name="editor" id="editor-value"></textarea>
465
+ <div class="e-toolbar-wrapper">
466
+ <div class="e-rte-toolbar e-toolbar"></div>
467
+ </div>
468
+ <div class="e-rte-content"> <!-- flex-grow: 1;-->
469
+ <span class="e-rte-placeholder"></span>
470
+ <div class="e-content"></div>
471
+ </div>
472
+ <div class="e-source-content">
473
+ <textarea class="e-rte-srctextarea"></textarea>
474
+ </div>
475
+ <span class="e-rte-character-count"></span>
476
+ </div>
477
+ </ejs-richtexteditor>
478
+ ```
479
+
480
+ ## 25.2.7 (2024-06-04)
481
+
482
+ ### RichTextEditor
483
+
484
+ #### Bug Fixes
485
+
486
+ - `#I590215` - Now, clicking the cancel and close icon of the insert image dialog while uploading the image will cancel the image uploading API request.
487
+
488
+ - `#I592457` - Now, when pasting an image in an empty paragraph with a `br` tag inside, the `br` tag is removed after the image is pasted in the Rich Text Editor..
489
+
490
+ ## 25.2.6 (2024-05-28)
491
+
492
+ ### RichTextEditor
493
+
494
+ #### Bug Fixes
495
+
496
+ - `#I588147` - Now, The text `&times` should not get converted into `x` when paste from the clipboard into the RichTextEditor.
497
+
498
+ - `#I582501` - Now, the font size is pasted properly when we copy and paste from MS Word into RichTextEditor.
499
+
500
+ - `#I586268` - Now, auto-numbering works properly with `enterKey` as `BR` in RichTextEditor.
501
+
502
+ - `#I564770` - Now, the list type is applied properly to both the parent and the nest list while applying indents in the Rich Text Editor.
503
+
504
+ - `#I586268` - Now, pressing the Enter key on the side of the image will work properly when `BR` is configured.
505
+
506
+ ## 25.2.5 (2024-05-21)
507
+
508
+ ### RichTextEditor
509
+
510
+ #### Bug Fixes
511
+
512
+ - `#I582303` - Now, the Tab key press on selected paragraph works properly in RichTextEditor.
513
+
514
+ - `#F56019` - Now, pressing the enter key when the cursor is at the end of the empty list creates a new tag based on the `enterKey` property.
515
+
516
+ - `#F186874` - Now, the background and font color popup's collision will function correctly upon initial click.
517
+
518
+ ## 25.2.4 (2024-05-14)
519
+
520
+ ### RichTextEditor
521
+
522
+ #### Bug Fixes
523
+
524
+ - `#I579605` - Now, the editor scrolls to the cursor position after pasting content into the editor.
525
+
526
+ - `#I581468` - Now, improved the alignment of the pasted images and table content from the new outlook.
527
+
528
+ - `I566845` - Now, when pasting images from `FSNotes`, the image is uploaded properly to the server in the Rich Text Editor.
529
+
530
+ - `I564770` - Now, the list type is applied properly to both the parent and the nest list while applying indents in the Rich Text Editor.
531
+
532
+ - `#I583830` - Now, the `tab` key is working properly after inserting the mention list in the Rich Text Editor.
533
+
534
+ - `#I562280` - Now, alignment and indentation work properly when the `enterKey` property is configured as `BR`.
535
+
536
+ - `#I584679` - Now, when the Refresh method is working properly, RichTextEditor is properly refreshed in the initial rendering.
537
+
538
+ ## 25.1.42 (2024-04-30)
539
+
540
+ ### RichTextEditor
541
+
542
+ #### Bug Fixes
543
+
544
+ - `#I581044` - Now, with the content pasted with a table as the last element, a newline will be inserted, and the focus will be maintained on a new line.
545
+
546
+ - `#I573688` - Now, Bullet list into the Rich Text Editor when using `enterkey` as `BR` work's properly.
547
+
548
+ - `#I579856` - Now, Bullet list not removed properly when using `enterKey` as `BR` in RichTextEditor work's properly.
549
+
550
+ - `#I582707` - Now, a script error throws when clicking the font size toolbar in RichTextEditor works properly.
551
+
552
+ ## 25.1.41 (2024-04-23)
553
+
554
+ ### RichTextEditor
555
+
556
+ #### Bug Fixes
557
+
558
+ - `#I577917` - Now, The tooltips are destroyed when the dialog with the editor is closed by a keyboard action.
559
+
560
+ - `#I577198` - Now, inserting the table into the RichTextEditor works properly by using the toolbar insert table.
561
+
562
+ ## 25.1.40 (2024-04-16)
563
+
564
+ ### RichTextEditor
565
+
566
+ #### Bug Fixes
567
+
568
+ - `#I569839` - Now, the `title` attribute is added properly for the audio and video elements, inserted using the `executeCommand` public method in the Rich Text Editor.
569
+
570
+ - `#I572603` - Now, pressing the enter key after inserting the table work's properly.
571
+
572
+ - `#I567787` - Now, copy and paste text into the Rich Text Editor when using `enterkey` as `BR` work's properly.
573
+
574
+ ## 25.1.39 (2024-04-09)
575
+
576
+ ### RichTextEditor
577
+
578
+ #### Bug Fixes
579
+
580
+ - `#I572044` - Now the cursor is set after the image when you paste the image only when `PasteCleanup` module is used into the Rich Text Editor.
581
+
582
+ - `#I569849` - Now, the abort icon and uploading percentage are aligned properly in the image dialog of the Rich Text Editor.
583
+
584
+ - `#I570370` - Now, the backspace key is working properly when copying and pasting an image with content.
585
+
586
+ - `#I553157` - Now, the bullet format list gets removed properly when we replace the content in RichTextEditor.
587
+
588
+ - `#I572138` - Now, pressing the enter key by placing the cursor at the end of the table creates a new line, and the cursor is focused on the new line.
589
+
590
+ ## 25.1.38 (2024-04-02)
591
+
592
+ ### RichTextEditor
593
+
594
+ #### Bug Fixes
595
+
596
+ - `#I564756` - Now, the list is applied properly to the selected content when continuously clicking the number or bullet list button in the Rich Text Editor.
597
+
598
+ - `#F187199` - When using the keyboard action `ctrl + A` in RichTextEditor, the inline quick toolbar works properly.
599
+
600
+ - `#I553375` - Now, list style is maintained properly when removing a single list in RichTextEditor.
601
+
602
+ - `#I568091` - Now, using Inline Editor doesn't scroll to the top when clicking FontColor or other toolbar items in Rich Text Editor.
603
+
604
+ - `#I572787` - Now, the pasted text replaces the previous texts properly in the RichTextEditor.
605
+
606
+ - `#I570076` - Now, the `InsertHtml executeCommand` works properly when inserting HTML by selection.
607
+
608
+ ## 25.1.37 (2024-03-26)
609
+
610
+ ### RichTextEditor
611
+
612
+ #### Bug Fixes
613
+
614
+ - `#I559868` - Now, paste using the clean or plain text option within the RichTextEditor, the XML tags aren't added.
615
+
616
+ - `#I558265` - Now, when changing the formats using the toolbar in RichTextEditor, the cursor position is placed properly.
617
+
618
+ - `#I564770` - Now, using indents on a numbered or bulleted list in RichTextEditor, it works properly.
619
+
620
+ - `#I568007`, `#I568175` - Now, the Table Quick toolbar items are aligned properly in the Tailwind theme.
621
+
622
+ ## 25.1.35 (2024-03-15)
623
+
624
+ ### RichTextEditor
625
+
626
+ #### Bug Fixes
627
+
628
+ - The smoothness and performance of table cell resizing have improved.
629
+
630
+ - Improved the image resize function to keep the aspect ratio when resizing.
631
+
632
+ - When Quick Toolbar is active, press <kbd>Alt + F10</kbd> to focus on Quick Toolbar items.
633
+
634
+ - `#I51118` - Now, the pasted content with the picture element will have proper source values.
635
+
636
+ - `#I555698` - Now, the customized text is shown properly in the `numberFormatList` icon's tooltip in the Rich Text Editor.
637
+
638
+ - `#I561056` - Now, the font color is applied properly to the hyperlink text when clicking the `fontcolor` icon in Rich Text Editor.
639
+
640
+ ## 24.2.9 (2024-03-05)
641
+
642
+ ### RichTextEditor
643
+
644
+ #### Bug Fixes
645
+
646
+ - `#I550863` - Now the script error doesn't show when all content is selected and pasted into the Rich Text Editor.
647
+
648
+ - `#I555677` - Now the list format is working properly when press the backspace key in a list in RichTextEditor.
649
+
650
+ - `#I558397` - Now the Emoji Picker popup is shown properly within the inline Rich Text Editor.
651
+
652
+ - `#I558168` - Now, the font color  toolbar works properly when using the inline toolbar of the Rich Text Editor.
653
+
654
+ - `#I558398` - Now, after pasting an image, the inline editor toolbar items should show properly in RichTextEditor.
655
+
656
+ ## 24.2.8 (2024-02-27)
657
+
658
+ ### RichTextEditor
659
+
660
+ #### Bug Fixes
661
+
662
+ - `#F186601` - Now, the `e-control` class name is removed properly from the body element in the Rich Text Editor.
663
+
664
+ - `#I553157` - Now the numbered and bulleted list is removed properly when deleting the entire list using the backspace key in RichTextEditor.
665
+
666
+ - `#I553375` - Now, the bullet or number list works properly when we try to remove a single line from the list in the RichTextEditor.
667
+
668
+ ## 24.2.7 (2024-02-20)
669
+
670
+ ### RichTextEditor
671
+
672
+ #### Bug Fixes
673
+
674
+ - `#I552276` - Now, pasting the image after the link in the Rich Text Editor pastes the image outside the link.
675
+
676
+ - `#I552815` - Now, override a text in the Rich Text Editor anywhere it works properly.
677
+
678
+ - `#I553375` - Now, clicking the number or bullet list button in the Rich Text Editor allows the applied list to be reverted.
679
+
680
+ - `#I553814` - Now, pressing the Enter key after pasting an image in the Rich Text Editor works properly.
681
+
682
+ - `#I540536` - Now, The issue with the addition of previous format when typing after the backspace/delete action has been resolved.
683
+
684
+ - `#I544943` - Now, pasting images along with content in different languages from MS Word in the Rich Text Editor works properly.
685
+
686
+ - `#I552726` - Now, pressing the backspace key inside the list after pressing the `shift+enter` key with background color styles works properly.
687
+
688
+ ## 24.2.4 (2024-02-06)
689
+
690
+ ### RichTextEditor
691
+
692
+ #### Bug Fixes
693
+
694
+ - `#F183065` - Now, applying the mention by using the '&' keyword in the text editor is now properly working.
695
+
696
+ - Now, the audio will be inserted properly in the Rich Text Editor `iframe` mode.
697
+
698
+ ## 24.2.3 (2024-01-31)
699
+
700
+ ### RichTextEditor
701
+
702
+ #### Bug Fixes
703
+
704
+ - `#I534094` - Now, when using the `click` event with a custom toolbar template, the Rich Text Editor works properly.
705
+
706
+ - `#I541522` - Now, when the window is resized to the minimum width, the Rich Text Editor's content font size is updated properly.
707
+
708
+ ## 24.1.47 (2024-01-23)
709
+
710
+ ### RichTextEditor
711
+
712
+ #### Bug Fixes
713
+
714
+ - `#I542710` - Now, pressing the `tab` key in the list applies the nested list properly when the mention component is used in the Rich Text Editor.
715
+
716
+ ## 24.1.46 (2024-01-17)
717
+
718
+ ### RichTextEditor
719
+
720
+ #### Bug Fixes
721
+
722
+ - `#I537067` - Now, the content at the top is displayed properly when maximizing the Rich Text Editor with `enableFloating` set to `false`.
723
+
724
+ - `#I534484` - Now, applying the bold repeatedly to the content in the Rich Text Editor works properly, and the content doesn't get deleted.
725
+
726
+ - `#I531848` - Now, pressing the space or enter key after inserting the mention list in the Rich Text Editor doesn't scroll the page.
727
+
728
+ ## 24.1.45 (2024-01-09)
729
+
730
+ ### RichTextEditor
731
+
732
+ #### Bug Fixes
733
+
734
+ - `#I534488` - Now, applying different style formats without focusing inside the Rich Text Editor works properly.
735
+
736
+ - `#I534481` - Now, when applying the font family `Arial` to the text content in the Rich Text Editor, the toolbar status is updated properly.
737
+
738
+ ## 24.1.43 (2023-12-27)
739
+
740
+ ### RichTextEditor
741
+
742
+ #### Bug Fixes
743
+
744
+ - `#I518537` - Now, the paste format prompt dialog appears properly when pasting the content into the Rich Text Editor.
745
+
746
+ ## 24.1.41 (2023-12-18)
747
+
748
+ ### RichTextEditor
749
+
750
+ #### Bug Fixes
751
+
752
+ - `#I522154` - Now, `maxLength` property is calculated properly when pasting the content into the Rich Text Editor.
753
+
754
+ - `#F185398` - Now, `Opus` and `M4a` audio formats are supported in the Rich Text Editor.
755
+
756
+ - `#I526413` - Now, the `imageRemoving` event exposes the correct arguments in the Rich Text Editor.
757
+
758
+ - `#I527590` - Now, pasting content from the input field pastes at the cursor point instead of a new line.
759
+
760
+ - `#I511988` - Now, the `NumberFormatList` and `BulletFormatList` icons look properly and are different from each other in all the themes.
761
+
762
+ - `#I528544` - Now, the image will be deleted properly, along with the caption, when the delete key is pressed.
763
+
764
+ - `#I519493` - Now, font styles are applied properly to the numbered and bullet format list items in RichTextEditor.
765
+
766
+ - `#I518537` - Now, font family styles are properly applied to the list content when copied and pasted from MS Word.
767
+
768
+ #### Breaking Changes
769
+
770
+ - Now, the shortcut key to open the Insert video dialog has been changed to <kbd>CTRL+ALT+V </kbd> from <kbd>CTRL+SHIFT+V</kbd> to ensure that the Paste as plain text browser shortcut works properly.
771
+
772
+ ## 23.2.7 (2023-12-05)
773
+
774
+ ### RichTextEditor
775
+
776
+ #### Bug Fixes
777
+
778
+ - `#I525285`- Now, when copying content from a Word document and pasting it into the Rich Text Editor, it would not remove the non-breaking space.
779
+
780
+ - `#I515735`- Now, the alternative dialog opens based on the image position, preventing unwanted scrolling.
781
+
782
+ - `#I517343`- Now, the table style status is updated properly in the table quick toolbar dropdown items in the Rich Text Editor.
783
+
784
+ - `#I524361`- Now, pressing the enter key when `enterKey` is configured as `BR` and the cursor is at the start of the line works properly.
785
+
786
+ - `#I518641` - Now, the RichTextEditor is working properly when click the full screen toolbar icon.
787
+
788
+ ## 23.2.6 (2023-11-28)
789
+
790
+ ### RichTextEditor
791
+
792
+ #### Bug Fixes
793
+
794
+ - `#I515378` - Now, the toolbar status will be properly updated when the toolbar is enabled dynamically in the Rich Text Editor.
795
+
796
+ - `#I512106` - Now, the quick toolbar will be destroyed without any script errors during page navigation.
797
+
798
+ - `#I521260` - When clicking the escape key, the table creation popup closes properly in the RichTextEditor component.
799
+
800
+ ## 23.2.5 (2023-11-23)
801
+
802
+ ### RichTextEditor
803
+
804
+ #### Bug Fixes
805
+
806
+ - `#I518641` - Now, clicking the full-screen toolbar item works properly without any script errors in the RichTextEditor.
807
+
808
+ - `#I517381` - Now, the maximum row limit of the table is increased to `1000` from `50` in the Rich Text Editor.
809
+
810
+ ## 23.2.4 (2023-11-20)
811
+
812
+ ### RichTextEditor
813
+
814
+ #### Bug Fixes
815
+
816
+ - `#I515728` - Now, applying the underline format to the anchor element works properly in the Rich Text Editor.
817
+
818
+ - `#I503021` - Now, when using a custom dropdown button as a toolbar item to insert content using `insertHTML` in the Rich Text Editor, the cursor position is placed properly.
819
+
820
+ ## 23.1.44 (2023-11-07)
821
+
822
+ ### RichTextEditor
823
+
824
+ #### Bug Fixes
825
+
826
+ - `#I509612` - Now, the `FontName` toolbar item's status will be updated as empty when the selected text contains multiple font family styles.
827
+
828
+ - `#I514862` - Now, alternate text for images is properly displayed in the input element.
829
+
830
+ - `#I514862` - Now, the XSS attack is prevented in the width and height inputs of the image resize dialog in the Rich Text Editor.
831
+
832
+ - `#I517445` - Now, the text alignment and other styles are maintained when pressing the enter key in the Rich Text Editor.
833
+
834
+ - `#I514865` - Now, the display text with white space works properly when inserting a link in the Rich Text Editor.
835
+
836
+ ## 23.1.43 (2023-10-31)
837
+
838
+ ### RichTextEditor
839
+
840
+ #### Bug Fixes
841
+
842
+ - `#I456729` - Now, pasting the cropped images from MS Word into the Rich Text Editor works properly.
843
+
844
+ - `#I500444` - Now, when pasting the list content from MS Word, the margin bottom style will be set properly.
845
+
846
+ - Now, the toolbar's preview button function works properly when the Rich Text Editor `itemConfigs` property is set with `toolbarSettings`.
847
+
848
+ - `#I509912` - Now, the `toolbarClick` event is triggered when the emoji picker toolbar item is clicked before the opening of the emoji picker popup.
849
+
850
+ - `#I513543` - Now, pasting the content from the online MS Excel works properly without pasting any additional style content.
851
+
852
+ ## 23.1.41 (2023-10-17)
853
+
854
+ ### RichTextEditor
855
+
856
+ #### Bug Fixes
857
+
858
+ - `#I501441` - Now, entering more than one character works without any console error.
859
+
860
+ - `#I502504` - Now, cancelling undo and redo actions using the `actionBegin` event's cancel argument works properly.
861
+
862
+ - `#I499852` - Now, pressing the enter key when the cursor is placed next to the image after pasting the image works properly.
863
+
864
+ - `#I501846` - Now the Format Painter will copy and paste the list with paragraph elements.
865
+
866
+ - `#I499862` - Now, pasting contents into the RichTextEditor works properly.
867
+
868
+ - `#I498006` - Now, the `NumberFormatList` and `BulletFormatList` icon functions on the Safari browser are working properly.
869
+
870
+ - `#I503797` - Now, the `CMD+B` shortcut works properly in the Safari browser.
871
+
872
+ ## 23.1.40 (2023-10-10)
873
+
874
+ ### RichTextEditor
875
+
876
+ #### Bug Fixes
877
+
878
+ - `#I502310` - Now, the `value` argument in the `valueChange` event does not include the table resize helper element.
879
+
880
+ ## 23.1.39 (2023-10-04)
881
+
882
+ ### RichTextEditor
883
+
884
+ #### Bug Fixes
885
+
886
+ - `#I499363` - Now, the issue with the heading colour set to blue after copying and pasting content from MS Word has been resolved.
887
+
888
+ - `#I500996` - Now, the issue with the table resize icon is missing when the mouse is dragged out of the editor and clicked outside the table has been resolved.
889
+
890
+ - `#I493182` - Now, the issue with the `enablePersistence` API not working properly in the Rich Text Editor on page navigation has been resolved.
891
+
892
+ - `#F184513` - Now, integrating with Mention, the `actionBegin` and `actionComplete` events work properly.
893
+
894
+ - `#I488206` - Now, pasting contents into the Rich Text Editor when `enterKey` is configured as `DIV` works properly.
895
+
896
+ - `#I499035` - Now, the Rich Text Editor renders properly without any `sass` compilation errors.
897
+
898
+ - `#I499071` - Now, the image focus and resize class names are removed properly when the editor is focused out.
899
+
900
+ - `#I497587` - Now, the RichTextEditor height property works properly in percentage value.
901
+
902
+ - `#I503797` - Now, the shortcut key 'Command + B' is working fine on a Mac machine.
903
+
904
+ - `#I840680` - Now, the complex table resizing will work properly for the middle columns in the Rich Text Editor.
905
+
906
+ - `#I846935` - Now, the last and first column of the table resizing will work properly in the Rich Text Editor.
907
+
908
+ ## 23.1.36 (2023-09-15)
909
+
910
+ ### RichTextEditor
911
+
912
+ #### Features
913
+
914
+ - **Cropped image paste from MS Word**: This feature allows users to paste the cropped images from MS Word into the Rich Text Editor.
915
+
916
+ - **Quick Format Toolbar**: `#I445348`- Introducing the Quick Format Toolbar for text support, enhancing your editing experience with convenient formatting options when selecting text in the editor.
917
+
918
+ - **Cropped image paste from MS Word**: `#I456729` - This feature allows users to paste the cropped images from MS Word into the Rich Text Editor.
919
+
920
+ - **Quick Format Toolbar**: `#I445348`- Introducing the Quick Format Toolbar for text support, enhancing your editing experience with convenient formatting options when selecting text in the editor.
921
+
922
+ #### Bug Fixes
923
+
924
+ - `#I481117` - Now, pasting multiple images from the MS Word into the Rich Text Editor works properly.
925
+
926
+ - `#I494646` - Now, the full screen icon's tooltip removed properly when switching to full screen in the Rich Text Editor.
927
+
928
+ - `#I493182` - Now, the `enablePersistence` API works properly in the Rich Text Editor on page navigation.
929
+
930
+ - `#I491731` - Now, the indentation works properly when pasting the content from notepad.
931
+
932
+ - `#I495375` - Now, the `enableHtmlSanitizer` API works properly in the Rich Text Editor.
933
+
934
+ - `#F183553` - Now, pressing the enter key after opening any dialog in the Rich Text Editor doesn't submit the form.
935
+
936
+ - `#I488318` - Now, the cursor position is set properly when pressing the space key in the Rich Text Editor.
937
+
938
+ - `#I468317` - Now, the enter key action works properly while setting `enableXhtml` to true when there is null value in the Rich Text Editor.
939
+
940
+ - `#I492704` - Now, pressing the enter key when the cursor is placed after the video works properly.
941
+
942
+ - `#I481117` - Now, pasting multiple base64 images into the Rich Text Editor triggers the upload process properly.
943
+
944
+ - `#I485336` - Now, the pasting multiple images into the Rich Text Editor triggers the upload process properly.
945
+
946
+ - `#I496219` - Now, the tooltip is not open while opening the dialog.
947
+
948
+ - `#I488318` - Now, the cursor position is set properly when pressing the space key in the Rich Text Editor.
949
+
950
+ ## 22.2.12 (2023-09-05)
951
+
952
+ ### RichTextEditor
953
+
954
+ #### Bug Fixes
955
+
956
+ - `#F183553` - Now, pressing the enter key after opening any dialog in the Rich Text Editor doesn't submit the form.
957
+
958
+ ## 22.2.10 (2023-08-22)
959
+
960
+ ### RichTextEditor
961
+
962
+ #### Bug Fixes
963
+
964
+ - `#I488885` - Now, pressing `CTRL + Enter` does not trigger the enter action in the Rich Text Editor.
965
+
966
+ ## 22.2.9 (2023-08-15)
967
+
968
+ ### RichTextEditor
969
+
970
+ #### Bug Fixes
971
+
972
+ - `#I481854` - Now, pasting the content into the Rich Text Editor, which is rendered inside the Dialog without manually focusing the editor, works properly.
973
+
974
+ - `#I484797` - Now, pressing the backspace key when the cursor is placed after a line with a `br` tag works properly.
975
+
976
+ ## 22.2.5 (2023-07-27)
977
+
978
+ ### RichTextEditor
979
+
980
+ #### Bug Fixes
981
+
982
+ - `#I465794` - Now, pasting the content from MS Word works properly without any console errors in the Rich Text Editor.
983
+
984
+ - `#I477643` - Now, resizing the last column in the table works properly after copying and pasting the content from MS Word in the Rich Text Editor.
985
+
986
+ - `#F183438` - Now, the value of the Rich Text Editor is updated properly when the `readOnly` property is initially set to true and then changed dynamically.
987
+
988
+ ## 22.1.39 (2023-07-18)
989
+
990
+ ### RichTextEditor
991
+
992
+ #### Bug Fixes
993
+
994
+ - `#I482404`, `#I467318` - Now, pasting the content along with images from MS Word works properly in the Rich Text Editor.
995
+
996
+ ## 22.1.38 (2023-07-11)
997
+
998
+ ### RichTextEditor
999
+
1000
+ #### Bug Fixes
1001
+
1002
+ - `#I472020` - Now, pasting content from MS Word with an image inside the table into the Rich Text Editor works properly.
1003
+
1004
+ ## 22.1.36 (2023-06-28)
1005
+
1006
+ ### RichTextEditor
1007
+
1008
+ #### Bug Fixes
1009
+
1010
+ - `#F181123` - Now, resizing the table and resizing the columns in the table work properly in the Rich Text Editor.
1011
+
1012
+ - `#I473523` - Fixed the issue where column resizing was not working properly in the Rich Text Editor component.
1013
+
1014
+ ## 22.1.34 (2023-06-21)
1015
+
1016
+ ### RichTextEditor
1017
+
1018
+ #### New Features
1019
+
1020
+ - **Format Painter**: This feature allows users to quickly copy and apply formatting from one section of the selected text to another using keyboard shortcuts or a toolbar button.
1021
+
1022
+ - **Emoji Picker**: This feature allows users to insert an emoji into their content by easily browsing or searching using the search option and selecting from a wide range of emojis. The emoji picker can also be accessed by pressing the colon `:` key in the editor.
1023
+
1024
+ #### Bug Fixes
1025
+
1026
+ - `#I471317` - Now, applying list format with an empty starting line works properly in the Rich Text Editor.
1027
+
1028
+ - `#I456729` - Now, copying and pasting the list contents from MS Word works properly in the Rich Text Editor.
1029
+
1030
+ - `#I469435` - Now, pressing backspace key works properly when `Mention` is used inside the Rich Text Editor.
1031
+
1032
+ ## 21.2.10 (2023-06-13)
1033
+
1034
+ ### RichTextEditor
1035
+
1036
+ #### Bug Fixes
1037
+
1038
+ - `#I465794` - Now, the bulleted list format is aligned properly when pasted from MS Word into the Rich Text Editor.
1039
+
1040
+ - `#I468056` - Now, the table quick toolbar popup position can be changed properly in the Rich Text Editor.
1041
+
1042
+ - `#I467318` - Now, pasting the content alone with the image from MS Word works properly in the Rich Text Editor.
1043
+
1044
+ ## 21.2.9 (2023-06-06)
1045
+
1046
+ ### RichTextEditor
1047
+
1048
+ #### Bug Fixes
1049
+
1050
+ - `#I458845` - Now, entering any value at the end of the content in the Rich Text Editor works properly.
1051
+
1052
+ ## 21.2.8 (2023-05-30)
1053
+
1054
+ ### RichTextEditor
1055
+
1056
+ #### Bug Fixes
1057
+
1058
+ - `#I464428` - Now, the underline and strikethrough toolbar status are updated properly after pasting the content.
1059
+
1060
+ ## 21.2.6 (2023-05-23)
1061
+
1062
+ ### RichTextEditor
1063
+
1064
+ #### Bug Fixes
1065
+
1066
+ - `#I456729` - Now, the table row delete works properly even after cell merging is done in the table in the Rich Text Editor.
1067
+
1068
+ - `#I456729` - Now, the multilevel lists are aligned properly when pasting the list content from MS Word into the Rich Text Editor.
1069
+
1070
+ - `#I459516` - Now, when using the backspace key in Rich Text Editor, the random spaces will not be removed.
1071
+
1072
+ - `#I449973` - Now, when inserting the Mention list into the Rich Text Editor using the `Tab` key, the mention character will no longer appear.
1073
+
1074
+ ## 21.2.5 (2023-05-16)
1075
+
1076
+ ### RichTextEditor
1077
+
1078
+ #### Bug Fixes
1079
+
1080
+ - `#I456729` - Now, pasting the content alone with images from MS Word works properly in the Rich Text Editor.
1081
+
1082
+ - `#I420916` - Now, RichTextEditor is in RTL mode, the direction of the toolbar items has changed properly.
1083
+
1084
+ ## 21.2.4 (2023-05-09)
1085
+
1086
+ ### RichTextEditor
1087
+
1088
+ #### Bug Fixes
1089
+
1090
+ - `#I439501` - Now, when pasting the list content from MS Word, the roman number list formats are aligned properly.
1091
+
1092
+ - `#I456849` - Now, when the image is loaded from the Rich Text Editor value the resizing works properly.
1093
+
1094
+ ## 21.1.41 (2023-04-18)
1095
+
1096
+ ### RichTextEditor
1097
+
1098
+ #### Bug Fixes
1099
+
1100
+ - `#I450341` - Now, when `enableXhtml` is enabled in Rich Text Editor the `contentEditable` attribute is not removed from the `Mention` element.
1101
+
1102
+ ## 21.1.39 (2023-04-11)
1103
+
1104
+ ### RichTextEditor
1105
+
1106
+ #### Bug Fixes
1107
+
1108
+ - `#I449820` - Fixed the issue where the Placeholder was not working in Iframe mode in Rich Text Editor.
1109
+
1110
+ - `#I450797` - Resolved issue where typed content and placeholder in the Rich Text Editor would merge when the `TAB` key was used to focus on the component.
1111
+
1112
+ - `#I453953` - Resolved the issue where script error is thrown when clicking clear format toolbar while no content in Rich Text Editor.
1113
+
1114
+ ## 21.1.35 (2023-03-23)
1115
+
1116
+ ### RichTextEditor
1117
+
1118
+ #### Bug Fixes
1119
+
1120
+ - `#I442919` - Now, when focusing out of the Rich Text Editor, the embed YouTube video will not be removed.
1121
+
1122
+ #### New Features
1123
+
1124
+ - **Tooltip Integration**: The Rich Text Editor tooltip has been redesigned to more clearly display the keyboard shortcut information, making it easier for users to understand the functions of each toolbar item.
1125
+
1126
+ ## 20.4.53 (2023-03-07)
1127
+
1128
+ ### RichTextEditor
1129
+
1130
+ #### Bug Fixes
1131
+
1132
+ - `#F180013` - Resolved issue where pasting from Word with `enterKey` configuration set to `BR` did not work properly in the RichTextEditor.
1133
+
1134
+ - `#I440490` - Now, the inline toolbar will be shown while selecting text in the Rich Text Editor using the keyboard.
1135
+
1136
+ - `#I440456` - Now, expanding the toolbar will work properly when the width of the Rich Text Editor is half the screen size.
1137
+
1138
+ - `#I436678` - Now, the image is not duplicated when it is pasted into the Rich Text Editor and performing `shift+enter` key action.
1139
+
1140
+ - `#I439501` - Now, when pasting the list content from MS Word, the subset formats and alignment are maintained properly.
1141
+
1142
+ - `#I439501` - Now, pasting the content from MS Word with the `enterKey` configured as `BR` works properly.
1143
+
1144
+ ## 20.4.52 (2023-02-28)
1145
+
1146
+ ### RichTextEditor
1147
+
1148
+ #### Bug Fixes
1149
+
1150
+ - `#I434928` - Now, the last column is not resized to the end of the table when the middle column is resized.
1151
+
1152
+ - `#I436678` - Now, the image is not duplicated when you press the `shift+enter` key in the Rich Text Editor.
1153
+
1154
+ - `#I438653` - Now, the font size will be updated properly in the toolbar status when it is set dynamically.
1155
+
1156
+ - `#I437138` - Now, the pasted content from word which contains images is inserted into Rich Text Editor.
1157
+
1158
+ - `#I439308` - Now, dynamically rendering the Rich Text Editor inside the Sidebar works properly when scrolling.
1159
+
1160
+ - `#I440456` - Now, the list is deleted properly when pressing the backspace key, and pressing the enter key works properly after deleting the list.
1161
+
1162
+ ## 20.4.51 (2023-02-21)
1163
+
1164
+ ### RichTextEditor
1165
+
1166
+ #### Bug Fixes
1167
+
1168
+ - `#I431289` - Fixed issue where pasting text from MS Word into the Rich Text Editor and pressing enter caused bullet point text to be removed.
1169
+
1170
+ ## 20.4.50 (2023-02-14)
1171
+
1172
+ ### RichTextEditor
1173
+
1174
+ #### Bug Fixes
1175
+
1176
+ - `#I436733` - Resolved issue with missing closing tag when getting the value of the RichTextEditor text area while `enableXhtml` is true.
1177
+
1178
+ - `#I433202` - The issue of the Rich Text Editor not adjusting to the `pasteCleanUp` popup's height when using `saveInterval` has been resolved.
1179
+
1180
+ - `#I434928` - Fixed the script error raised and the issue with table columns couldn't be resized after cellMerge has been resolved.
1181
+
1182
+ ## 20.4.49 (2023-02-07)
1183
+
1184
+ ### RichTextEditor
1185
+
1186
+ #### Bug Fixes
1187
+
1188
+ - `#I419211` - Fixed issue where list content copied and pasted from MS Word was not properly aligned.
1189
+
1190
+ ## 20.4.48 (2023-02-01)
1191
+
1192
+ ### RichTextEditor
1193
+
1194
+ #### Bug Fixes
1195
+
1196
+ - `#FB39526` - Now, the page doesn't scroll down on the initial render when custom `background/foreground` toolbars are configured.
1197
+
1198
+ - `#I430029` - Fixed the issue with an unwanted 'A' Letter appearing at the bottom of the font color picker popup.
1199
+
1200
+ ## 20.4.44 (2023-01-18)
1201
+
1202
+ ### RichTextEditor
1203
+
1204
+ #### Bug Fixes
1205
+
1206
+ - `#F179573` - Now, when typing in the Rich Text Editor the issue of letters appearing slowly has been resolved.
1207
+
1208
+ - `#I417838` - Now, the `Underline` and `Strikethrough` toolbar styles applied properly when we modify the `font-size` in the editor.
1209
+
1210
+ - `#I428203` - Now, the `Numbered list` will work correctly after applying indent to the pasted list with the paste clean-up settings enabled.
1211
+
1212
+ ## 20.4.43 (2023-01-10)
1213
+
1214
+ ### RichTextEditor
1215
+
1216
+ #### Bug Fixes
1217
+
1218
+ - `#I423129` - Now, resolve the script error thrown after full screen and close the bootstrap modal dialog
1219
+
1220
+ - `#I423129` - Now, the buttons for bold, italic, underline, and strikethrough are highlighted properly.
1221
+
1222
+ - `#I426859` - Now, when the Rich Text Editor is included inside a Dashboard panel, no exception is raised.
1223
+
1224
+ - `#I425631` - Now, with the `enterKey` configuration set to `BR` the script error is no longer raised while modifying values in the editor.
1225
+
1226
+ - `#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.
1227
+
1228
+ - `#I424567` - Now, the quick table toolbar is not misplaced outside the Rich Text Editor when enabling IFrame.
1229
+
1230
+ ## 20.4.40 (2022-12-28)
1231
+
1232
+ ### RichTextEditor
1233
+
1234
+ #### Bug Fixes
1235
+
1236
+ - `#I425639`, `#I425631` - Now, when editing the values in the Rich Text Editor, the script error is not thrown.
1237
+
1238
+ - `#I423129` - The toolbar bottom border now displays correctly while maximizing and minimizing the Rich Text Editor.
1239
+
1240
+ - `#F179458` - Now, localization text of source Code and preview in tooltip are shown properly when hover the icons.
1241
+
1242
+ - `#F179343` - Now, maximize and minimize toolbar icon of localization text is shown properly when hover the icons.
1243
+
1244
+ ## 20.3.47 (2022-09-29)
1245
+
1246
+ ### RichTextEditor
1247
+
1248
+ #### New Features
1249
+
1250
+ - **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.
1251
+
1252
+ #### Bug Fixes
1253
+
1254
+ - `#F177143` - When using the keyboard buttons in RTE to navigate to the next cell, the Table selection is now removed.
1255
+
1256
+ ## 20.2.50 (2022-09-20)
1257
+
1258
+ ### RichTextEditor
1259
+
1260
+ #### Bug Fixes
1261
+
1262
+ - `#I398633` - Now, when hovering over the elements inside the table body, the script error is not thrown.
1263
+
1264
+ ## 20.2.49 (2022-09-13)
1265
+
1266
+ ### RichTextEditor
1267
+
1268
+ #### Bug Fixes
1269
+
1270
+ - `#I396942` - Now, the Rich Text Editor unique Id is generated automatically when we do not set the Id property
1271
+
1272
+ - `#F177047` - Now, the tooltip is shown for the number and bullet format list in the Rich Text Editor toolbar items.
1273
+
1274
+ ## 20.2.46 (2022-08-30)
1275
+
1276
+ ### RichTextEditor
1277
+
1278
+ #### Bug Fixes
1279
+
1280
+ - `#I386619` - Now, when you switch to full screen, there is no longer a blank white space under the toolbar in the RTE.
1281
+
1282
+ ## 20.2.44 (2022-08-16)
1283
+
1284
+ ### RichTextEditor
1285
+
1286
+ #### Bug Fixes
1287
+
1288
+ - `#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.
1289
+
1290
+ - `#I386938` - Now, resizing the image works properly even after resizing the Rich Text Editor using the browser window.
1291
+
1292
+ - `#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.
1293
+
1294
+ - `#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.
1295
+
1296
+ - `#I396244` - Now, inserting emoticons using the `executeCommand` public method after entering the `&` symbol in the editor inserts the emoticons at the correct cursor position.
1297
+
1298
+ ## 20.2.43 (2022-08-08)
1299
+
1300
+ ### RichTextEditor
1301
+
1302
+ #### Bug Fixes
1303
+
1304
+ - `#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.
1305
+
1306
+ ## 20.2.40 (2022-07-26)
1307
+
1308
+ ### RichTextEditor
1309
+
1310
+ #### Bug Fixes
1311
+
1312
+ - `#I380086` - Now, resizing the table's first and last columns when the Rich Text Editor is rendered inside the Grid component works properly.
1313
+
1314
+ - `#I391326` - Now, the Font-family value property is case-Insensitive in the Rich Text Editor.
1315
+
1316
+ - `#I388270` - Now, Script error is not thrown when we click background color toolbar of the RTE, which is rendered inside a table.
1317
+
1318
+ ## 20.2.39 (2022-07-19)
1319
+
1320
+ ### RichTextEditor
1321
+
1322
+ #### Bug Fixes
1323
+
1324
+ - `#I388456` - Now, when an empty span tag is loaded in the Rich Text Editor, the text displays properly.
1325
+
1326
+ - `#I386938` - Now, the Image resize in the Rich Text Editor works properly.
1327
+
1328
+ - `#I386940` - Now, clicking `ctrl+B` continuously in list element works properly.
1329
+
1330
+ ## 20.2.38 (2022-07-12)
1331
+
1332
+ ### RichTextEditor
1333
+
1334
+ #### Bug Fixes
1335
+
1336
+ - `#I385741` - Now, pressing the `ctrl+c` or `shift` key on the link inside the list doesn't remove the link.
1337
+
1338
+ - `#I386619` - Now, the content area is visible properly when maximizing and minimizing the Rich Text Editor.
1339
+
1340
+ - `#I385281` - Now, the height of the link, image, and table dialog when the RichTextEditor is in full-screen mode works properly.
1341
+
1342
+ ## 20.2.36 (2022-06-30)
1343
+
1344
+ ### RichTextEditor
1345
+
1346
+ #### New Features
1347
+
1348
+ - `#I380086` - Provided support to resize the first and last columns of a table without resizing the other columns.
1349
+
1350
+ - `#I362331`, `F173395`, `I318486` - Provided support to insert text programmatically in the Markdown editor at the current cursor position using the `executeCommand` public method.
1351
+
1352
+ ## 20.1.61 (2022-06-21)
1353
+
1354
+ ### RichTextEditor
1355
+
1356
+ #### Bug Fixes
1357
+
1358
+ - `#I384191` - Now, pasting text content alone with images from MS Word works properly in the Rich Text Editor.
1359
+
1360
+ ## 20.1.60 (2022-06-14)
1361
+
1362
+ ### RichTextEditor
1363
+
1364
+ #### Bug Fixes
1365
+
1366
+ - `#I380279` - Now, the Image Resize icon is shown properly when Iframe is enabled.
1367
+
1368
+ - `#I381276` - Now, image alignment is maintained with Iframe mode when focusing on the component.
1369
+
1370
+ ## 20.1.59 (2022-06-07)
1371
+
1372
+ ### RichTextEditor
1373
+
1374
+ #### Bug Fixes
1375
+
1376
+ - `#I378184` - Now, the script error is not thrown when resizing the Rich Text Editor component with inline mode.
1377
+
1378
+ - `#I381208` - Now, applying bold multiple times using `ctrl+b` on the nested list works properly.
1379
+
1380
+ ## 20.1.58 (2022-05-31)
1381
+
1382
+ ### RichTextEditor
1383
+
1384
+ #### Bug Fixes
1385
+
1386
+ - `#I378721` - Now, pressing the enter key on the selection of multiple paragraph contents works properly in the `Firefox` browser.
1387
+
1388
+ - `#I378378` - Now, copying and pasting the contents with a length that exceeds the `maxLength` API is properly prevented.
1389
+
1390
+ - `#I378378` - Now, adding a link, image, and table is properly prevented when the content length exceeds the `maxLength` API limit.
1391
+
1392
+ - `#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.
1393
+
1394
+ - `#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.
1395
+
1396
+ - `#I380152` - Now, typing content in the Rich Text Editor when loading empty `P` tags in the `Iframe` mode works properly.
1397
+
1398
+ - `#I380165` - Now, the focus will be maintained properly after pressing the enter key in the Rich Text Editor when loading empty `P` tags.
1399
+
1400
+ ## 20.1.57 (2022-05-24)
1401
+
1402
+ ### RichTextEditor
1403
+
1404
+ #### Bug Fixes
1405
+
1406
+ - `#I376816` - Now, pressing the backspace or delete key after selecting all list contents in the Rich Text Editor removes the list properly.
1407
+
1408
+ ## 20.1.56 (2022-05-17)
1409
+
1410
+ ### RichTextEditor
1411
+
1412
+ #### Bug Fixes
1413
+
1414
+ - `#I377121` - Now, adding the `cssClass` property will also add the CSS class to all the dependent components of the Rich Text Editor.
1415
+
1416
+ - `#I376816` - Now, applying list by selecting all content which is pasted in the Rich Text Editor on the `Firefox` browser works properly.
1417
+
1418
+ - `#SF-378184` - Now, the script error is not thrown when resizing the Rich Text Editor component with inline mode.
1419
+
1420
+ ## 20.1.55 (2022-05-12)
1421
+
1422
+ ### RichTextEditor
1423
+
1424
+ #### Bug Fixes
1425
+
1426
+ - `#I374234` - Now, the Rich Text Editor table resize works properly when width is configured for the parent element.
1427
+
1428
+ ## 20.1.52 (2022-05-04)
1429
+
1430
+ ### RichTextEditor
1431
+
1432
+ #### Bug Fixes
1433
+
1434
+ - `#I375434` - Now, pressing the enter key multiple times when the content is empty in the Rich Text Editor on the `Firefox` browser works properly.
1435
+
1436
+ - `#I349917` - Now, the floating toolbar in the Rich Text Editor is displayed properly when rendered inside the modal dialog.
1437
+
1438
+ - `#I376141` - Now, pressing enter key before the image with caption doesn't remove the image.
1439
+
1440
+ - `#I373983` - Now, the Rich Text Editor table resize works properly when placed inside the `Grid` component.
1441
+
1442
+ ## 20.1.51 (2022-04-26)
1443
+
1444
+ ### RichTextEditor
1445
+
1446
+ #### Bug Fixes
1447
+
1448
+ - `#I373527` - Now, the font name is updated properly when using the custom font names in the Rich Text Editor.
1449
+
1450
+ - `#I373953` - Now, inserting the table after the list element with the image doesn't remove the image from the list.
1451
+
1452
+ - `#I372489` - Now, resizing the images with equal height and width works properly.
1453
+
1454
+ - `#F173394` - Now, the undo and redo keys work properly when pasting the content in the Rich Text Editor.
1455
+
1456
+ - `#SF-367649` - Now, more space between the text and inserting a new link does not remove the space between the words.
1457
+
1458
+ ## 20.1.50 (2022-04-19)
1459
+
1460
+ ### RichTextEditor
1461
+
1462
+ #### Bug Fixes
1463
+
1464
+ - `#I367373` - Now, pressing `ctrl+z` to undo the changes works properly when `enterKey` is configured as `BR`.
1465
+
1466
+ ## 20.1.48 (2022-04-12)
1467
+
1468
+ ### RichTextEditor
1469
+
1470
+ #### Bug Fixes
1471
+
1472
+ - `#F173415` - Now, the input element can be inserted in the Rich Text Editor using the `executeCommand` public method.
1473
+
1474
+ - `#I372932` - Now, copying and pasting the content with `contenteditable` set to false doesn't add any unwanted `br` tag.
1475
+
1476
+ - `#I370707` - Now, the font size is updated properly when removing the bullet list using the backspace key.
1477
+
1478
+ - `#I370210` - Now, the image will be loaded properly when pasting the contents from MS Word.
1479
+
1480
+ ## 20.1.47 (2022-04-04)
1481
+
1482
+ ### RichTextEditor
1483
+
1484
+ #### Bug Fixes
1485
+
1486
+ - `#I369216` - Now, pasting the note pad with link contents is pasted properly without moving the cursor to the previous line.
1487
+
1488
+ - `#F171703` - Now, pasting the content in the Rich Text Editor after pressing the `shift + enter` key works properly.
1489
+
1490
+ ## 19.4.38 (2021-12-17)
1491
+
1492
+ ### RichTextEditor
1493
+
1494
+ #### Bug Fixes
1495
+
1496
+ - `#I347512` - The issue with "ColorPicker of Table quick toolbar got reset every time when quick toolbar rendered" has been resolved.
1497
+
1498
+ - `#I347324` - The issue with "pressing enter key creates a new line when read only mode is enabled dynamically" has been resolved.
1499
+
1500
+ - `#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.
1501
+
1502
+ - `#I348822` - The issue with "selecting some content and applying font and background color alternatively will create some new elements" has been resolved.
1503
+
1504
+ - `#I349275` - The issue with "image resizing is not working properly when image height is greater than image width" has been resolved.
1505
+
1506
+ ## 19.3.53 (2021-11-12)
1507
+
1508
+ ### RichTextEditor
1509
+
1510
+ #### Bug Fixes
1511
+
1512
+ - `#I346580` - The issue with "align top in the table vertical align quick toolbar is always disabled" has been resolved.
1513
+
1514
+ - `#I346331` - The issue with "font family is not working when changed dynamically when the Rich Text Editor is in inline mode" has been resolved.
1515
+
1516
+ - `#I346832` - The issue with "upload icon overlaps with the percentage icon in the insert image dialog when uploading" has been resolved.
1517
+
1518
+ ## 19.3.47 (2021-10-26)
1519
+
1520
+ ### RichTextEditor
1521
+
1522
+ #### Bug Fixes
1523
+
1524
+ - `#I342950` - The issue with "font-Family styles are not applied when changing dynamically" has been resolved.
1525
+
1526
+ - `#I345842` - The issue with "Table cells with classes added initially are removed, when focusing on the table cells" has been resolved.
1527
+
1528
+ ## 19.3.46 (2021-10-19)
1529
+
1530
+ ### RichTextEditor
1531
+
1532
+ #### Bug Fixes
1533
+
1534
+ - `#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.
1535
+
1536
+ - `#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.
1537
+
1538
+ ## 19.3.45 (2021-10-12)
1539
+
1540
+ ### RichTextEditor
1541
+
1542
+ #### Bug Fixes
1543
+
1544
+ - `#I338000` - The issue with `actionComplete` event triggered twice, when replacing the inserted image using QuickToolbar has been resolved.
1545
+
1546
+ - `#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.
1547
+
1548
+ - `#F168838` - The issue with "Image is not inserted in the editor, when using the `Turkish` language" has been resolved.
1549
+
1550
+ - `#I344588`, `#I344586` - The issue with "page scrolls automatically when the enter key is pressed in the Rich Text Editor" has been resolved.
1551
+
1552
+ - `#I344588` - The issue with "content goes outside of the Rich Text Editor when the enter key is pressed twice" has been resolved.
1553
+
1554
+ - `#I342895` - The issue with "when copy and paste content in the empty Rich Text Editor focus is lost" has been resolved.
1555
+
1556
+ - `#F168901` - The issue with `&#8203;` character code not removed when typing in the Rich Text Editor has been resolved.
1557
+
1558
+ - `#I340970` - The issue with "Replacing the `&nbsp;` to empty space's with the `XTHML` validation" has been resolved.
1559
+
1560
+ - `#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.
1561
+
1562
+ ## 19.3.43 (2021-09-30)
1563
+
1564
+ ### RichTextEditor
1565
+
1566
+ #### New Features
1567
+
1568
+ - `#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.
1569
+
1570
+ #### Breaking Changes
1571
+
1572
+ - `#I334962` - The image size popup, now has an option to set an `auto` value.
1573
+
1574
+ #### Bug Fixes
1575
+
1576
+ - `#I340683` - The issue with "Text inserted outside of the Rich Text Editor, after performing `Shift + Enter` key action" has been resolved.
1577
+
1578
+ - `#I340683` - The issue with "Pasting the text content for the second time, after clearing the value hangs the Rich Text Editor" has been resolved.
1579
+
1580
+ - `#I339234` - The issue with "Formats like bold, italic, underline will get unselected, when clicking in editor after selecting them" has been resolved.
1581
+
1582
+ ## 19.2.62 (2021-09-14)
1583
+
1584
+ ### RichTextEditor
1585
+
1586
+ #### Bug Fixes
1587
+
1588
+ - `#I340075` - The issue with "Resizing the table columns, is not updated the table cells properly" has been resolved.
1589
+
1590
+ - `#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.
1591
+
1592
+ ## 19.2.60 (2021-09-07)
1593
+
1594
+ ### RichTextEditor
1595
+
1596
+ #### Bug Fixes
1597
+
1598
+ - `#I332614` - Resolved the issue with table row and column are not resizable, when its position exceeds the height of the Rich Text Editor.
1599
+
1600
+ - `#I338000` - The issue with `actionComplete` event triggered twice, when replacing the inserted image using QuickToolbar has been resolved.
1601
+
1602
+ - `#I340075` - The issue with "Resizing the table columns not updated the table cells properly" has been resolved.
1603
+
1604
+ ## 19.2.59 (2021-08-31)
1605
+
1606
+ ### RichTextEditor
1607
+
1608
+ #### Bug Fixes
1609
+
1610
+ - `#F167103` - The Image is not displayed, when adding next to the `hr` tag has been resolved.
1611
+
1612
+ - `#FB24806` - The issue with "Rich Text Editor height jumps, on input in Iframe mode with custom toolbar configured" has been resolved.
1613
+
1614
+ - `#I340017` - The issue with content area is not entirely visible, when expanding the toolbar if the `readOnly` property is enabled has been resolved.
1615
+
1616
+ - `#FB27857` - The issue with "Cannot cancel `fullscreen` action in the `actionBegin` event" has been resolved.
1617
+
1618
+ - `#I339831` - The issue with "Lists with multiple spans elements would produce new lists, while applying the `background-colour`" has been resolved.
1619
+
1620
+ - `#F168085` - The issue with "Text color is removed for the range nodes, when removing the formats" has been resolved.
1621
+
1622
+ ## 19.2.57 (2021-08-24)
1623
+
1624
+ ### RichTextEditor
1625
+
1626
+ #### Bug Fixes
1627
+
1628
+ - `#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.
1629
+
1630
+ - `#I338261` - The issue with "Rich Text Editor hangs when pasting the word content, after clearing the value" has been resolved.
1631
+
1632
+ - `#I339192` - The "Rich Text Editor height is not adjusted to parent element height" issue has been fixed.
1633
+
1634
+ ## 19.2.56 (2021-08-17)
1635
+
1636
+ ### RichTextEditor
1637
+
1638
+ #### Bug Fixes
1639
+
1640
+ - `#I338000` - Resolved the exception raised, when pressing the enter key after changing the font-size in RTL mode in `Firefox` browser.
1641
+
1642
+ - `#I338062` - The issue with "Link is not generated properly, when `pasteCleanUpmodule` is imported" has been resolved.
1643
+
1644
+ - `#I338062` - The issue with "Unable to paste url more than two times, in the Rich Text Editor" has been resolved.
1645
+
1646
+ ## 19.2.55 (2021-08-11)
1647
+
1648
+ ### RichTextEditor
1649
+
1650
+ #### Bug Fixes
1651
+
1652
+ - `#I335578` - The issue with "alignment mismatching when pasting content from MS Word in the Rich Text Editor" has been fixed.
1653
+
1654
+ - `#I335315` - The issue with "Image size restriction not works in Drag and Drop action" has been resolved.
1655
+
1656
+ #### New Features
1657
+
1658
+ - `#I309446`, `#I336258` - Provided support to paste rare list contents from MS Word in the Rich Text Editor.
1659
+
1660
+ - `#I304121` - Improvements with the `deleteKey` action in the Rich Text Editor.
1661
+ - Provided `showDialog`, `closeDialog` methods to opens/closes the Link, Image, Table dialogs in the Rich Text Editor.
1662
+
1663
+ ## 19.2.51 (2021-08-03)
1664
+
1665
+ ### RichTextEditor
1666
+
1667
+ #### Bug Fixes
1668
+
1669
+ - `#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.
1670
+
1671
+ - `#I336931` - The issue with "Character count is increased, when formats are being applied in empty content" has been fixed.
1672
+
1673
+ - `#I335821` - The issue with "Upload image restriction not working with the paste action" has been resolved.
1674
+
1675
+ ## 19.2.49 (2021-07-27)
1676
+
1677
+ ### RichTextEditor
1678
+
1679
+ #### Bug Fixes
1680
+
1681
+ - `#I335580` - The issue with the Rich Text Editor toolbar status not updated, once the contents have been removed has been rectified.
1682
+
1683
+ ## 19.2.48 (2021-07-20)
1684
+
1685
+ ### RichTextEditor
1686
+
1687
+ #### Bug Fixes
1688
+
1689
+ - `#I332112`, `#I332022` - The issue with "Images change aspect ratio, when resized to smallest possible and back larger again" has been resolved.
1690
+
1691
+ - `#FB26798` - The issue with "Rich Text Editor `change` event is not triggered in the code view" has been resolved.
1692
+
1693
+ - `#I334073`- The issue with "`Uploader` element is not present in DOM, when drag and drop images in the Rich Text Editor" has been resolved.
1694
+
1695
+ - `#I335073` - The issue with "Default font family applied, is not working in inline mode" has been resolved.
1696
+
1697
+ ## 19.2.47 (2021-07-13)
1698
+
1699
+ ### RichTextEditor
1700
+
1701
+ #### Bug Fixes
1702
+
1703
+ - `#I332610` - The issue with "Adding a column to a table after resizing a column resets the resized column width" has been resolved.
1704
+
1705
+ - `#I326508` - The issue with "Content is pasted outside the edit area of the Rich Text Editor when `enableXhtml` is set true" has been resolved.
1706
+
1707
+ - `#I332614` - The issue with "Columns and row resize not working when there is unequal number columns in all rows" has been resolved.
1708
+
1709
+ ## 19.2.44 (2021-06-30)
1710
+
1711
+ ### RichTextEditor
1712
+
1713
+ #### New Features
1714
+
1715
+ - `#I304121` - Improvements with the `backSpaceKey` action in the Rich Text Editor.
1716
+
1717
+ - `#I292778`, `#I308312`, `#I309446`, `#I313298` - Provided the List style type and List style image support for the Numbered and Bulleted lists.
1718
+
1719
+ #### Bug Fixes
1720
+
1721
+ - `#I327676` - The issue with "Custom toolbar icons not disabled/enabled, when multiple custom toolbar is configured" has been resolved.
1722
+
1723
+ - `#I330909` - The issue with "Inserting table after pressing `shit+enter` deletes all the content below in the Rich Text Editor" has been resolved.
1724
+
1725
+ - `#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.
1726
+
1727
+ - `#I327566` - The issue with "Image resizing is not working properly when `resizeByPercent` is set true" has been resolved.
1728
+
1729
+ - `#308692` - The issue with "Script error occurs, when destroy the Rich Text Editor with toolbar disabled" has been resolved.
1730
+
1731
+ ## 19.1.54 (2021-03-30)
1732
+
1733
+ ### RichTextEditor
1734
+
1735
+ #### New Features
1736
+
1737
+ - `#257889`, `#264792`, `#280064`, `#305551`, `#316177`, - Provided support for the table cell merge and split in Rich Text Editor table properties.
1738
+
1739
+ #### Bug Fixes
1740
+
1741
+ - `#318815`- The issue with "Resize grip of the image freezes, after resizing for the first time" has been resolved.
1742
+
1743
+ - `#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.
1744
+
1745
+ - `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.
1746
+
1747
+ - `F163545`- The issue with "'cmd+z' is not working after pasting the content in Mac machine" has been resolved.
1748
+
1749
+ - `#313508` - The issue with "event 'afterImageDelete' triggers two times when removing the image using the backspace key" has been resolved.
1750
+
1751
+ - `#313508` - The issue with "Console error is thrown, when updating the selected image with another image" has been resolved.
1752
+
1753
+ ## 18.4.47 (2021-03-09)
1754
+
1755
+ ### RichTextEditor
1756
+
1757
+ #### Bug Fixes
1758
+
1759
+ - `#317795`- The issue with "Pasting the block node contents in the Rich Text Editor" has been resolved.
1760
+
1761
+ ## 18.4.46 (2021-03-02)
1762
+
1763
+ ### RichTextEditor
1764
+
1765
+ #### Bug Fixes
1766
+
1767
+ - `#309809` - The issue with "Unable to resize the image in the Rich Text Editor when width is set" is resolved.
1768
+
1769
+ - `#314678` - Resolved the script error raised, when pasting the content after pressing the shift-enter key.
1770
+
1771
+ - `F161914` - The issue with "Bold format removed for the content previous to the selection in the Rich Text Editor" is resolved.
1772
+
1773
+ ## 18.4.44 (2021-02-23)
1774
+
1775
+ ### RichTextEditor
1776
+
1777
+ #### Bug Fixes
1778
+
1779
+ - `#314104` - The issue with the "Rich Text Editor's table width is not set properly if values are configured higher" is resolved.
1780
+
1781
+ - `F161887` - The issue with "Removing the italic format removes the underline format in the Rich Text Editor" is resolved.
1782
+
1783
+ ## 18.4.42 (2021-02-09)
1784
+
1785
+ ### RichTextEditor
1786
+
1787
+ #### Bug Fixes
1788
+
1789
+ - `F160581` - The issue with "The RichTextEditor table toolbar popup is hidden inside the higher Z-Index elements" has been resolved.
1790
+
1791
+ ## 18.4.39 (2021-01-28)
1792
+
1793
+ ### RichTextEditor
1794
+
1795
+ #### Bug Fixes
1796
+
1797
+ - `#296208` - Resolved the issue with the Placeholder blinks when pressing the enter key in the editor.
1798
+
1799
+ - `#310044` - The issue with the resize grip alignment when the toolbar is disabled state has been resolved.
1800
+
1801
+ ## 18.4.34 (2021-01-12)
1802
+
1803
+ ### RichTextEditor
1804
+
1805
+ #### Bug Fixes
1806
+
1807
+ `#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.
1808
+
1809
+ `#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.
1810
+
1811
+ ## 18.4.33 (2021-01-05)
1812
+
1813
+ ### RichTextEditor
1814
+
1815
+ #### New Features
1816
+
1817
+ - `F160594` - Provided new event `beforeImageDrop` that triggers before drop a image in Rich Text Editor component.
1818
+
1819
+ #### Bug Fixes
1820
+
1821
+ `#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.
1822
+
1823
+ ## 18.4.30 (2020-12-17)
1824
+
1825
+ ### RichTextEditor
1826
+
1827
+ #### New Features
1828
+
1829
+ - **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.
1830
+
1831
+ - `F149800` - Provided new property `removeUrl` in `insertImageSettings` API to trigger the image remove operation in server, when image removed from editor.
1832
+
1833
+ - `#301980` - Provided the support to return the `Xhtml` value in the `value` property when the `enableXtml` property is enabled in the Rich Text Editor.
1834
+
1835
+ - `#264791`, `#295032`, `#299905`, `#F159588` - Provided the support to retain all the styles from MS Excel while pasting the content in the Rich Text Editor.
1836
+
1837
+ #### Bug Fixes
1838
+
1839
+ `#296208` - The issue with "the placeholder blinks when pressing enter key in the Rich Text Editor" has been resolved.
1840
+
1841
+ ## 18.3.35 (2020-10-01)
1842
+
1843
+ ### RichTextEditor
1844
+
1845
+ #### Bug Fixes
1846
+
1847
+ `#292431` - The issue with "Rich Text Editor input elements are not destroyed properly when rendered based on the conditions" has been resolved.
1848
+
1849
+ ## 18.2.56 (2020-09-01)
1850
+
1851
+ ### RichTextEditor
1852
+
1853
+ #### Bug Fixes
1854
+
1855
+ - `#290237`, `#290247` - The issue with "copy and pasting content in the Markdown Editor is not working" has been resolved.
1856
+
1857
+ `#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.
1858
+
1859
+ `#F156796` - The performance issue when several Rich Text Editors are rendered in a single page has been resolved.
1860
+
1861
+ ## 18.2.55 (2020-08-25)
1862
+
1863
+ ### RichTextEditor
1864
+
1865
+ #### Bug Fixes
1866
+
1867
+ `#287641` - The issue with "pasting the list content from MS Word in the Rich Text Editor removes the copied content" has been resolved.
1868
+
1869
+ ## 18.2.54 (2020-08-18)
1870
+
1871
+ ### RichTextEditor
1872
+
1873
+ #### Bug Fixes
1874
+
1875
+ `#287193` - The issue with "Script error occurs with toolbar options when placing the cursor before & after the RichTextEditor table" has been resolved.
1876
+
1877
+ ## 18.2.48 (2020-08-04)
1878
+
1879
+ ### RichTextEditor
1880
+
1881
+ #### Bug Fixes
1882
+
1883
+ - `#266152` - The issue with "List selection with delete key action does not remove lists properly" has been resolved.
1884
+
1885
+ ## 18.2.46 (2020-07-21)
1886
+
1887
+ ### RichTextEditor
1888
+
1889
+ #### New Features
1890
+
1891
+ - `#272591` - Provided new event `beforeImageUpload` that triggers before the image upload process from Rich Text Editor component.
1892
+
1893
+ #### Bug Fixes
1894
+
1895
+ - `#282973` - The issue with "Selecting the transparent color from the FontColor in Rich Text Editor" has been resolved.
1896
+
1897
+ ## 18.2.45 (2020-07-14)
1898
+
1899
+ ### RichTextEditor
1900
+
1901
+ #### Bug Fixes
1902
+
1903
+ - `#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.
1904
+
1905
+ - `#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.
1906
+
1907
+ ## 18.2.44 (2020-07-07)
1908
+
1909
+ ### RichTextEditor
1910
+
1911
+ #### New Features
1912
+
1913
+ - `#271295` - Provided public methods `showInlineToolbar` and `hideInlineToolbar` to show and hide the inline toolbars in the Rich Text Editor.
1914
+
1915
+ #### Bug Fixes
1916
+
1917
+ - The issue with "Rich Text Editor data binding not working in Source Code view" has been resolved.
1918
+
1919
+ ## 18.1.57 (2020-06-16)
1920
+
1921
+ ### RichTextEditor
1922
+
1923
+ #### Bug Fixes
1924
+
1925
+ - `#275859` - The issue with "throwing script error while pasting the content with table" in the Rich Text Editor has been resolved.
1926
+
1927
+ - `#279019` - The issue with "pasting the content inside the nested table that breaks the HTML content in the Rich Text Editor" has been resolved.
1928
+
1929
+ - `#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.
1930
+
1931
+ ## 18.1.54 (2020-05-26)
1932
+
1933
+ ### RichTextEditor
1934
+
1935
+ #### Bug Fixes
1936
+
1937
+ - `#275859` - The issue with unable to edit the Rich Text Editor content after pasting the content with table has been resolved.
1938
+
1939
+ ## 18.1.53 (2020-05-19)
1940
+
1941
+ ### RichTextEditor
1942
+
1943
+ #### Bug Fixes
1944
+
1945
+ - `#F150037` - The issue with "throwing script error while dynamically enable/disable the toolbar" has been resolved.
1946
+
1947
+ ## 18.1.52 (2020-05-13)
1948
+
1949
+ ### RichTextEditor
1950
+
1951
+ #### Bug Fixes
1952
+
1953
+ - `#F152908` - The issue sub list remains after deleting the parent list element in the Rich Text Editor has been resolved.
1954
+
1955
+ ## 18.1.48 (2020-05-05)
1956
+
1957
+ ### RichTextEditor
1958
+
1959
+ #### Bug Fixes
1960
+
1961
+ - `#272406` - The issue background color format not applied properly on changing the font size in the Rich Text Editor has been resolved.
1962
+
1963
+ ## 18.1.45 (2020-04-21)
1964
+
1965
+ ### RichTextEditor
1966
+
1967
+ #### Bug Fixes
1968
+
1969
+ - `#271937` - The issue table border not applied when pasting the content from the Excel in the Rich Text Editor has been resolved.
1970
+
1971
+ - `#271289` - The issue with using keyboard short cut `ctrl+k` to insert link not working in the Rich Text Editor has been resolved.
1972
+
1973
+ ## 18.1.44 (2020-04-14)
1974
+
1975
+ ### RichTextEditor
1976
+
1977
+ #### New Features
1978
+
1979
+ - `#F152228`, `#266987` - Provided an event `afterImageDelete` to be triggered after the image is removed from the Rich Text Editor content.
1980
+
1981
+ #### Bug Fixes
1982
+
1983
+ - `#F152859` - The issue `executeCommand` using `insertHTML` not inserting the Iframe element in the Rich Text Editor has been resolved.
1984
+
1985
+ - `#267874`, `#269214`, `#271199` - Resolved the compilation error with typescript version 3.8.3
1986
+
1987
+ - `#F152908` - The issue with empty sub-list not removed from Rich Text Editor has been resolved.
1988
+
1989
+ ## 18.1.42 (2020-04-01)
1990
+
1991
+ ### RichTextEditor
1992
+
1993
+ #### New Features
1994
+
1995
+ - `#266522` - Provided scrollable option support to the toolbar by setting toolbar type as `Scrollable` in Rich Text Editor.
1996
+
1997
+ ## 17.4.51 (2020-02-25)
1998
+
1999
+ ### RichTextEditor
2000
+
2001
+ #### Bug Fixes
2002
+
2003
+ - `F151491` - Resolved the issue with RichTextEditor height that is not set properly when the toolbar is disabled.
2004
+
2005
+ - `F151491` - Resolved the script errors thrown when opening an insert image dialog several times.
2006
+
2007
+ ## 17.4.49 (2020-02-11)
2008
+
2009
+ ### RichTextEditor
2010
+
2011
+ #### Bug Fixes
2012
+
2013
+ - `#261548`, `#262909` - The issue with a new line added after pasting the content and focusing out in the Rich Text Editor has been resolved.
2014
+
2015
+ - `#F150940` - The issue with cursor not maintained when using the `executeCommand` method with `insertHTML` in the Rich Text Editor has been resolved.
2016
+
2017
+ - `#F150991` - Fixed issue with script error when RichTextEditor is dynamically rendered using setState.
2018
+
2019
+ - `#F150991` - Resolved the issue with the fontName requestType is getting as fontSize after the `change` event has been triggered.
2020
+
2021
+ - `#F150742` - Resolved the issue with `dialogOpen` event does not return the content element in insert image dialog.
2022
+
2023
+ - `#262805` - Fixed issue `change` event triggers first time when `readonly` property is enabled.
2024
+
2025
+ ## 17.4.47 (2020-02-05)
2026
+
2027
+ ### RichTextEditor
2028
+
2029
+ #### Bug Fixes
2030
+
2031
+ - `#150737` - Resolved the issue with inserting an image dialog that was not properly rendered on mobile devices.
2032
+
2033
+ - `#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.
2034
+
2035
+ ## 17.4.46 (2020-01-30)
2036
+
2037
+ ### RichTextEditor
2038
+
2039
+ #### New Features
2040
+
2041
+ - `#F149481` - Provided the support to get the selected HTML content using the `getSelectedHtml` public method.
2042
+
2043
+ ## 17.4.44 (2021-01-21)
2044
+
2045
+ ### RichTextEditor
2046
+
2047
+ #### New Features
2048
+
2049
+ - `#256724`, `#F149821` - Provided the support to insert a table using the `executeCommand` public method in the RichTextEditor.
2050
+
2051
+ ## 17.4.43 (2020-01-14)
2052
+
2053
+ ### RichTextEditor
2054
+
2055
+ #### Bug Fixes
2056
+
2057
+ - `#258971` - Resolved the issue with an image element that is appended on insert image dialog drop area when drag and drop an image.
2058
+
2059
+ - `#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.
2060
+
2061
+ - `#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.
2062
+
2063
+ ## 17.4.40 (2019-12-24)
2064
+
2065
+ ### RichTextEditor
2066
+
2067
+ #### Bug Fixes
2068
+
2069
+ - `#254606` - Web accessibility related issues have been resolved.
2070
+
2071
+ ## 17.4.39 (2019-12-17)
2072
+
2073
+ ### RichTextEditor
2074
+
2075
+ #### New Features
2076
+
2077
+ - **Callback event to custom toolbar**: The feature allows to bind click event handler to the custom toolbar items in the Rich Text Editor.
2078
+
2079
+ - **Code format as toolbar button**: Provided an option to add the code format as toolbar button with toggle state in the Rich Text Editor.
2080
+
2081
+ - **XHTML validation**: Provided support to validate the content of Rich Text Editor with XHTML standard.
2082
+
2083
+ ## 17.3.29 (2019-11-26)
2084
+
2085
+ ### RichTextEditor
2086
+
2087
+ #### Bug Fixes
2088
+
2089
+ - `#F149001` - The issue with customization of table cell padding and cell spacing in the Rich Text Editor has been resolved.
2090
+
2091
+ ## 17.3.28 (2019-11-19)
2092
+
2093
+ ### RichTextEditor
2094
+
2095
+ #### Bug Fixes
2096
+
2097
+ - `#254865` - Resolved the issue with an image that is not removed when pressing the delete key by enabling the `showOnRightClick` property.
2098
+
2099
+ ## 17.3.19 (2019-10-22)
2100
+
2101
+ ### RichTextEditor
2102
+
2103
+ #### Bug Fixes
2104
+
2105
+ - `#251855` - Resolved the issue with appearance of transparent color tile in Rich Text Editor's color picker.
2106
+
2107
+ - `#251699` - The issue with pasting content from Word document displays unnecessary HTML content in the Rich Text Editor has been fixed.
2108
+
2109
+ - `#251640` - The issue "placeholder not hidden after inserting a table or an image in the Rich Text Editor" has been fixed.
2110
+
2111
+ - `#250650` - The issue with image rename in the imageUploadSuccess event not working when drag and drop an image into RichTextEditor has been fixed.
2112
+
2113
+ - `#250587` - The issue with null field shown on form data headers response when drag and drop an image into RichTextEditor has been fixed.
2114
+
2115
+ - `#251855` - The issue "console error is thrown, when the image upload dialog is opened in IE browser" has been fixed.
2116
+
2117
+ ## 17.3.16 (2019-10-09)
2118
+
2119
+ ### RichTextEditor
2120
+
2121
+ #### Bug Fixes
2122
+
2123
+ - `#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.
2124
+
2125
+ ## 17.3.14 (2019-10-03)
2126
+
2127
+ ### RichTextEditor
2128
+
2129
+ #### Bug Fixes
2130
+
2131
+ - `#249182` - The issue with localizing static texts of paste prompt dialog in the Rich Text Editor has been fixed.
2132
+
2133
+ - `#249613` - The issue with pasting content from Microsoft Excel sheet that throws console error in the Rich Text Editor has been fixed.
2134
+
2135
+ ## 17.3.9-beta (2019-09-20)
2136
+
2137
+ ### RichTextEditor
2138
+
2139
+ #### New Features
2140
+
2141
+ - **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.
2142
+
2143
+ - **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.
2144
+
2145
+ - **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.
2146
+
2147
+ #### Bug Fixes
2148
+
2149
+ - `#F146927` - The issue with copy and pasting image from MS Word to the RichTextEditor has been fixed.
2150
+
2151
+ - `#246340` - The issue with pasting the content as plain-text in Rich Text Editor has been fixed.
2152
+
2153
+ - `#246340` - The issue with select all and delete the content in Rich Text Editor has been fixed.
2154
+
2155
+ ## 17.2.47 (2019-08-27)
2156
+
2157
+ ### RichTextEditor
2158
+
2159
+ #### Bug Fixes
2160
+
2161
+ - `#242999` - Now, Reactive form validates properly on `shift + tab` key action.
2162
+
2163
+ - `#244796` - Floating toolbar now renders properly without alignment issue, when render the Rich Text Editor within Tab.
2164
+
2165
+ - `#243448` - Performance with page scroll has been improved when multiple Rich Text Editor components are rendered in the page.
2166
+
2167
+ - `#241388` - The issue with right-click option while rendering RichTextEditor inside the table has been fixed.
2168
+
2169
+ ## 17.2.46 (2019-08-22)
2170
+
2171
+ ### RichTextEditor
2172
+
2173
+ #### New Features
2174
+
2175
+ - **Image upload events**
2176
+ - `#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.
2177
+
2178
+ - **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.
2179
+
2180
+ #### Bug Fixes
2181
+
2182
+ - `#243475` - Now, you can validate max-length even showCharCount property as false.
2183
+
2184
+ - `#243475` - Resolved the issue with max-length validation on pasting the content.
2185
+
2186
+ - `#242999` - The key action for `tab` key and `shift + tab` key are similar now.
2187
+
2188
+ ## 17.2.41 (2019-08-14)
2189
+
2190
+ ### RichTextEditor
2191
+
2192
+ #### New Features
2193
+
2194
+ - **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.
2195
+
2196
+ - `#242771` - Provided the support to handle both absolute and relative path links.
2197
+
2198
+ #### Bug Fixes
2199
+
2200
+ - `#243767` - The issue with applying selected format based on content editable has been fixed.
2201
+
2202
+ - `#242999` - The Reactive form validation, now works with tab key action.
2203
+
2204
+ ## 17.2.36 (2019-07-24)
2205
+
2206
+ ### RichTextEditor
2207
+
2208
+ #### Bug Fixes
2209
+
2210
+ - `#242377` - The issue, "alignment is not working while pasting content from notepad" has been resolved.
2211
+
2212
+ - `#F146057` - The issue, "formatting(strong and alignment) is not maintained on pasting web content" has been resolved.
2213
+
2214
+ ## 17.2.35 (2019-07-17)
2215
+
2216
+ ### RichTextEditor
2217
+
2218
+ #### Bug Fixes
2219
+
2220
+ - `#241388` - The issue, "browser context menu is not shown on right click when enabling the showOnRightClick property" has been resolved.
2221
+
2222
+ ## 17.2.34 (2019-07-11)
2223
+
2224
+ ### RichTextEditor
2225
+
2226
+ #### Bug Fixes
2227
+
2228
+ - `#F145376` - The issue, "action complete event is not triggered when deleting the content with text and images" has been resolved.
2229
+
2230
+ - `#237729` - The issue "table column width is shown as pixel instead of percentage while resizing" has been fixed.
2231
+
2232
+ - `#237729` - Pickers mode throws script error when selecting the color in table's quick toolbar, that issue has been fixed.
2233
+
2234
+ - `#237729` - Color picker value doesn't set as RGBA(alpha) value in content editor, that issue has been fixed.
2235
+
2236
+ - `#240808` - The issue "opening a link in new window throws an error for auto generated link" has been fixed.
2237
+
2238
+ - `#240024` - The issue, "spacing between words is removed when focus out the editor" has been resolved.
2239
+
2240
+ - `#234519`, `#234586`, `#F138909` - The issues with table and its functionalities in IE11 has been resolved.
2241
+
2242
+ ## 17.2.28-beta (2019-06-27)
2243
+
2244
+ ### RichTextEditor
2245
+
2246
+ #### New Features
2247
+
2248
+ - **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.
2249
+
2250
+ #### Breaking Changes
2251
+
2252
+ - 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']`.
2253
+
2254
+ #### Bug Fixes
2255
+
2256
+ - `#238872` - Issue with cursor position when enabled list with empty editor that issue has been resolved.
2257
+
2258
+ ## 17.1.49 (2019-05-29)
2259
+
2260
+ ### RichTextEditor
2261
+
2262
+ #### Bug Fixes
2263
+
2264
+ - `#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.
2265
+
2266
+ ## 17.1.48 (2019-05-21)
2267
+
2268
+ ### RichTextEditor
2269
+
2270
+ #### New Features
2271
+
2272
+ - `#230976` - Opens a quick toolbar on right-click support has been provided.
2273
+
2274
+ #### Bug Fixes
2275
+
2276
+ - `#235120` - RichTextEditor's paste as plain text doesn't preserve line break that issue has been resolved.
2277
+
2278
+ ## 17.1.43 (2019-04-30)
2279
+
2280
+ ### RichTextEditor
2281
+
2282
+ #### Bug Fixes
2283
+
2284
+ - `#234280` - RichTextEditor's toolbar is broken when using ES2015 target that issue has been resolved.
2285
+
2286
+ ## 17.1.42 (2019-04-23)
2287
+
2288
+ ### RichTextEditor
2289
+
2290
+ #### Bug Fixes
2291
+
2292
+ - Change event doesn't trigger, when RichTextEditor blurs inside of `In-place Editor` that issue has been fixed.
2293
+
2294
+ ## 17.1.40 (2019-04-09)
2295
+
2296
+ ### RichTextEditor
2297
+
2298
+ #### Bug Fixes
2299
+
2300
+ - Insert image functionality of `RichTextEditor` is not working when render with `File Upload`, that issue has been fixed.
2301
+
2302
+ ## 17.1.32-beta (2019-03-13)
2303
+
2304
+ ### RichTextEditor
2305
+
2306
+ #### Bug Fixes
2307
+
2308
+ - Image and Table quick toolbar open while scrolling the content in the iPhone device, that issue has been fixed.
2309
+
2310
+ - Getting console error while rendering inline mode with `FontColor` and `BackgroundColor` in mobile view, that issue has been fixed.
2311
+
2312
+ -`Undo` and `Redo` icon visible in preview mode issue has been fixed
2313
+
2314
+ #### New Features
2315
+
2316
+ - **Paste cleanup**: This feature allows users to clean up HTML content when copying and pasting any other content from external sources.
2317
+
2318
+ ## 16.4.55 (2019-02-27)
2319
+
2320
+ ### RichTextEditor
2321
+
2322
+ #### Bug Fixes
2323
+
2324
+ - Insert image dialog is not rendering properly while setting the `imageUploadMessage` text as long in localization, that issue has been fixed.
2325
+
2326
+ - Localization is not applied to static `DropDownButton` items, that issue has been fixed.
2327
+
2328
+ ## 16.4.54 (2019-02-19)
2329
+
2330
+ ### RichTextEditor
2331
+
2332
+ #### Bug Fixes
2333
+
2334
+ - HTML 5 form reset behaviour has been corrected.
2335
+
2336
+ - Editor content rendered twice in DOM when using `RichTextEditorFor`, that issue has been fixed.
2337
+
2338
+ - EJ2 compatibility styles are not worked while component rendering with `textarea` element, that issue has been fixed.
2339
+
2340
+ ## 16.4.53 (2019-02-13)
2341
+
2342
+ ### RichTextEditor
2343
+
2344
+ #### Bug Fixes
2345
+
2346
+ - 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.
2347
+
2348
+ - HTML 5 standard issues has been fixed.
2349
+
2350
+ - Cursor position changed after typed some contents issue has been fixed.
2351
+
2352
+ #### Breaking Changes
2353
+
2354
+ - Changed the `fontSize`, `fontFamily`, `format` properties default value as null.
2355
+
2356
+ ## 16.4.48 (2019-01-22)
2357
+
2358
+ ### RichTextEditor
2359
+
2360
+ #### Bug Fixes
2361
+
2362
+ - Table QuickToolbar open wherever click within a component issue has been fixed.
2363
+
2364
+ - FontSize "px" and fontFamily "veranda" not updated in toolbar status, that issue has been fixed.
2365
+
2366
+ - Clicking on view source code with single character inside textarea removes the character, that issue has been fixed.
2367
+
2368
+ ## 16.4.47 (2019-01-16)
2369
+
2370
+ ### RichTextEditor
2371
+
2372
+ #### Bug Fixes
2373
+
2374
+ - ASP.NET core data annotation issue has been fixed.
2375
+
2376
+ - Console error is thrown in IE browser with angular routing, that issue has been fixed.
2377
+
2378
+ - Unable to maintain the RichTextEditor color picker pop-up position when scrolling the browser has been fixed.
2379
+
2380
+ ## 16.4.46 (2019-01-08)
2381
+
2382
+ ### RichTextEditor
2383
+
2384
+ #### Bug Fixes
2385
+
2386
+ - Changing the font color of underlined text doesn’t change the color of the line, that issue has been fixed.
2387
+
2388
+ - RichTextEditor injectable module is missed from import setting file in [CRG](https://crg.syncfusion.com/), that issue has been fixed.
2389
+
2390
+ - The change event is triggered on clicking into HTML source code view in Edge browser, that issue has been fixed.
2391
+
2392
+ - Blur event is not triggered when we change focus directly from one RTE to another RTE, that issue has been fixed.
2393
+
2394
+ - RichTextEditor full screen not working properly when render inside the overflow element has been fixed.
2395
+
2396
+ ## 16.4.44 (2018-12-24)
2397
+
2398
+ ### RichTextEditor
2399
+
2400
+ #### Bug Fixes
2401
+
2402
+ - Pasted URL is not converted to links automatically, that issue has been fixed.
2403
+
2404
+ - Image paste as twice in Firefox browser, that issue has been fixed.
2405
+
2406
+ - The value property and getHtml method will be updated within an interval to `saveInterval` property.
2407
+
2408
+ ## 16.4.40-beta (2018-12-10)
2409
+
2410
+ ### RichTextEditor
2411
+
2412
+ #### New Features
2413
+
2414
+ - Insert table support has provided for MarkDown Editor.
2415
+
2416
+ #### Bug Fixes
2417
+
2418
+ - Dynamic enabling and disabling support for toolbar items has been provided.
2419
+ - Image dialog's Browse button width is not adjusted based on the text issue has been resolved.
2420
+
2421
+ ## 16.3.17 (2018-09-12)
2422
+
2423
+ ### RichTextEditor
2424
+
2425
+ #### New Features
2426
+
2427
+ 1. Image resize support has been provided.
2428
+ 2. Insert table support has provided for HTML Editor which includes below sub features,
2429
+ 1. Create and modify the table, table rows and columns.
2430
+ 2. Row and column resize.
2431
+ 3. Quick toolbar interaction.
2432
+ 4. Table header and custom styles.
2433
+
2434
+ #### Breaking Changes
2435
+
2436
+ - `setContent` method has removed, use `value` property to set the content instead.
2437
+
2438
+ ## 16.2.51 (2018-09-04)
2439
+
2440
+ ### RichTextEditor
2441
+
2442
+ #### Bug Fixes
2443
+
2444
+ - RichTextEditor modal `popup` style override issue has been resolved.
2445
+ - RichTextEditor removes spacing between words when content is pasted from a word document, that
2446
+ issue has been fixed.
2447
+
2448
+ ## 16.2.50 (2018-08-28)
2449
+
2450
+ ### RichTextEditor
2451
+
2452
+ #### Bug Fixes
2453
+
2454
+ - Unable to paste image copied from windows in RichTextEditor issue has been resolved.
2455
+
2456
+ ## 16.2.49 (2018-08-21)
2457
+
2458
+ ### RichTextEditor
2459
+
2460
+ #### Bug Fixes
2461
+
2462
+ - `IFrame` mode external font family removed in RichTextEditor.
2463
+ - Unable to delete the selected content of RichTextEditor in inline toolbar issue has been resolved.
2464
+
2465
+ ## 16.2.48 (2018-08-14)
2466
+
2467
+ ### RichTextEditor
2468
+
2469
+ #### Bug Fixes
2470
+
2471
+ - Removed external font family in RichTextEditor source.
2472
+
2473
+ ## 16.2.47 (2018-08-07)
2474
+
2475
+ ### RichTextEditor
2476
+
2477
+ #### Bug Fixes
2478
+
2479
+ - `FontColor` and `BackgroundColor` toolbar item not rendered in inline mode issue has been resolved.
2480
+ - RichTextEditor toolbar disabled mode content select console error issue has been resolved.
2481
+ - Provided view encapsulation support.
2482
+
2483
+ ## 16.2.45 (2018-07-17)
2484
+
2485
+ ### RichTextEditor
2486
+
2487
+ #### Bug Fixes
2488
+
2489
+ - Provided `getText` public method from RichTextEditor.
2490
+
2491
+ ## 16.2.44 (2018-07-10)
2492
+
2493
+ ### RichTextEditor
2494
+
2495
+ #### Bug Fixes
2496
+
2497
+ - RichTextEditor `actionBegin` event missing arguments included.
2498
+
2499
+ ## 16.2.41 (2018-06-25)
2500
+
2501
+ ### RichTextEditor
2502
+
2503
+ 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.
2504
+
2505
+ - Provides IFRAME and DIV mode.
2506
+ - Handles markdown editing.
2507
+ - Contains a modular library to load the necessary functionality on demand.
2508
+ - Provides a fully customizable toolbar.
2509
+ - HTML view to edit the source directly for developers.
2510
+ - Supports to integrate third-party library.
2511
+ - Preview the modified content before saving it.
2512
+ - Handles images, hyperlinks, video,hyperlinks, uploads, and more.
2513
+ - Contains undo/redo manager.
2514
+ - Creates bulleted and numbered lists.