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