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

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