@syncfusion/ej2-angular-richtexteditor 32.2.9 → 33.1.44

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.
package/CHANGELOG.md CHANGED
@@ -4,125 +4,59 @@
4
4
 
5
5
  ### RichTextEditor
6
6
 
7
- #### Bug Fixes
8
-
9
- - `#I814716` - Now, pressing Backspace does not delete the media element after several Enter key presses if the media element is not in selection.
10
-
11
- - `#I817289` - Now, AI Assistant prompt stays populated when chat reopens before response completion in Rich Text Editor.
12
-
13
- - `#I814716` - Now, the cursor position is maintained correctly after inserting a video using executeCommand in the Rich Text Editor.
14
-
15
- - `#I811155` - Now, Popup appearing beneath the Angular CDK dialog are displayed correctly in the Rich Text Editor.
16
-
17
- ## 32.2.8 (2025-12-22)
18
-
19
- ### RichTextEditor
20
-
21
- #### Bug Fixes
22
-
23
- - `#I813029` - Now, the Rich Text Editor's robust HTML sanitization effectively prevents XSS attacks by filtering out malicious content, including event handlers and inline scripts.
24
-
25
- - `#I812077` - Now, updating content with script tags does not remove the content in the Rich Text Editor.
26
-
27
- ## 32.2.7 (2026-02-24)
28
-
29
- ### RichTextEditor
30
-
31
- #### Bug Fixes
32
-
33
- - `#I811744` - Now, Font Family dropdown displays the actual font name for content copied from Microsoft Word.
34
-
35
- ## 32.2.5 (2026-02-17)
36
-
37
- ### RichTextEditor
38
-
39
- #### Bug Fixes
40
-
41
- - `#I807301` - Now, tooltips for link quick toolbar icons are hidden when the Print Screen key is pressed.
42
-
43
- - `#I811708` - Now, focus is maintained in the input element during typing and does not transfer to the editor.
44
-
45
- - `#I809024` - Now, when configuring the `headerToolbarSettings` property within the `aiAssistantSettings` option to include the `Close` item, will function correctly without throwing any console errors.
46
-
47
- - `#I807359` - Now, when images are deleted in mobile mode using the quick toolbar, the focus will stay inside the editor.
48
-
49
- - `#I808077` - Now, the Rich Text Editor works properly by maintaining inline formatting styles when moving to a new line after removing all characters from the previous line.
50
-
51
- ## 32.2.4 (2026-02-11)
52
-
53
- ### RichTextEditor
54
-
55
- #### Bug Fixes
56
-
57
- - `#I807353` - Now, lists are correctly inserted into the editor when copied from an online Word document.
58
-
59
- - `#I801773` - Now, the change event is properly triggered when the Rich Text Editor is rendered in `iframe` mode when `saveInterval` is configured.
60
-
61
- - `#I806375` - Now, applying the clear format option to table cells in the Rich Text Editor will eliminate all formatting from the selected cells properly.
62
-
63
- - `#I806936` - Now, table column widths are preserved when copying and pasting a table within the Rich Text Editor.
64
-
65
- ## 32.1.25 (2026-01-27)
66
-
67
- ### RichTextEditor
68
-
69
- #### Bug Fixes
7
+ #### Features
70
8
 
71
- - `#I802471` - Now, the extra blank lines appearing when switching between Preview and Source View after inserting block elements has now been resolved.
9
+ - **Table, Row, and Column Selection**: The Rich Text Editor now supports row, column, and entire table selection with an icon that appear on hover, along with `CTRL + A` keyboard short cut that progressively selects the cell, row, table, and then all the editor content. Explore the demo [here](https://ej2.syncfusion.com/demos/#/tailwind3/rich-text-editor/tools.html).
72
10
 
73
- - `#I803837` - Now, the Font Size toolbar option displays the correct value that corresponds to the current cursor position in the Rich Text Editor.
11
+ - **Image Wrap**: The Rich Text Editor now provides image left and right text‑wrapping through the image quick toolbar. Explore the demo [here](https://ej2.syncfusion.com/demos/#/tailwind3/rich-text-editor/tools.html).
74
12
 
75
- - `#I803207` - Now, pressing the Enter key when the cursor is placed immediately after an image with a caption functions properly without causing any errors.
13
+ - **Image Caption Restore**: Image captions now retain their previous values when toggled using the caption icon in the quick toolbar.
76
14
 
77
- ## 32.1.24 (2026-01-20)
15
+ - **Quick Toolbar enableAppendToBody**: The Rich Text Editor now includes support for the `enableAppendToBody` in the [quickToolbarSettings](https://ej2.syncfusion.com/documentation/api/rich-text-editor/index-default#quicktoolbarsettings), allowing both the quick toolbar and inline toolbar to be rendered directly in the document's body element instead of within the editor container. This enhancement prevents toolbar clipping at container boundaries, improves visibility in constrained or overflow layouts, and ensures the full toolbar remains accessible during editing interactions.
78
16
 
79
- ### RichTextEditor
17
+ - **Multiple Images Copy and Paste**: The Rich Text Editor supports inserting multiple images simultaneously through paste and drag‑and‑drop actions from the local file browser. When multiple images are selected and pasted or dropped into the editor, each file is individually processed, uploaded, and inserted according to the configured `insertImageSettings`. Explore the demo [here](https://ej2.syncfusion.com/demos/#/tailwind3/rich-text-editor/tools.html).
80
18
 
81
- #### Bug Fixes
19
+ - **Table Cell Properties**: The Rich Text Editor now includes table cell formatting support. Individual or multiple selected cells can be formatted with the options like cell width, height, padding, background color, horizontal and vertical alignment, border width, style, and color. Explore the demo [here](https://ej2.syncfusion.com/demos/#/tailwind3/rich-text-editor/tools.html).
82
20
 
83
- - `#I801343` - Now images copied using the browser context menu and pasted into the editor will be uploaded to the server with an `uploader` popup when `saveUrl` is configured.
21
+ - Enabling read‑only mode disables the toolbar and automatically closes any open dialogs and quick toolbars. Explore the demo [here](https://ej2.syncfusion.com/demos/#/tailwind3/rich-text-editor/api.html).
84
22
 
85
- ## 32.1.23 (2026-01-13)
23
+ - **Table, Row, and Column Selection**: The Rich Text Editor now supports row, column, and entire table selection with an icon that appear on hover, along with `CTRL + A` keyboard short cut that progressively selects the cell, row, table, and then all the editor content. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/tools.html).
86
24
 
87
- ### RichTextEditor
25
+ - **Image Wrap**: The Rich Text Editor now provides image left and right text‑wrapping through the image quick toolbar. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/tools.html).
88
26
 
89
- #### Bug Fixes
27
+ - **Image Caption Restore**: Image captions now retain their previous values when toggled using the caption icon in the quick toolbar.
90
28
 
91
- - `#I799247` - Now, the inline toolbar popup will be visible when the editor has minimal height.
29
+ - **Quick Toolbar enableAppendToBody**: The Rich Text Editor now includes support for the `enableAppendToBody` in the [quickToolbarSettings](https://ej2.syncfusion.com/angular/documentation/api/rich-text-editor/index-default#quicktoolbarsettings), allowing both the quick toolbar and inline toolbar to be rendered directly in the document's body element instead of within the editor container. This enhancement prevents toolbar clipping at container boundaries, improves visibility in constrained or overflow layouts, and ensures the full toolbar remains accessible during editing interactions.
92
30
 
93
- - `#I762475` - Now, applying clear format in the Rich Text Editor will remove all formatting from table's `tbody` and `tr` elements.
31
+ - **Multiple Images Copy and Paste**: The Rich Text Editor supports inserting multiple images simultaneously through paste and drag‑and‑drop actions from the local file browser. When multiple images are selected and pasted or dropped into the editor, each file is individually processed, uploaded, and inserted according to the configured `insertImageSettings`. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/tools.html).
94
32
 
95
- ## 32.1.22 (2026-01-06)
33
+ - **Table Cell Properties**: The Rich Text Editor now includes table cell formatting support. Individual or multiple selected cells can be formatted with the options like cell width, height, padding, background color, horizontal and vertical alignment, border width, style, and color. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/tools.html).
96
34
 
97
- ### RichTextEditor
35
+ - Enabling read‑only mode disables the toolbar and automatically closes any open dialogs and quick toolbars. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/api.html).
98
36
 
99
- #### Bug Fixes
37
+ #### Breaking Changes
100
38
 
101
- - `#I798242` - Now, when dynamically setting the value to `null` in the Rich Text Editor, the toolbar status is updated properly.
39
+ - Image Alignment: When image alignment was applied, the image’s display style was set to inline before, now applying the image alignment sets the image’s display style to block. Alternatively, use the Image Wrap option in the quick toolbar (Left Wrap /Right Wrap) to apply left or right alignment for images displayed inline.
102
40
 
103
- - `#I792426` - Now, continuously dragging and dropping images works properly in the Rich Text Editor when the `saveUrl` API is configured.
41
+ - Image and caption element class names have been standardized as follows:
104
42
 
105
- ## 32.1.21 (2025-12-30)
106
-
107
- ### RichTextEditor
43
+ | Previous class names | Current class names |
44
+ |--------------------------------------------------|--------------------------|
45
+ | e-imginline | e-img-inline |
46
+ | e-imgbreak | e-img-break |
47
+ | e-imgcenter | e-img-center |
48
+ | e-imgleft | e-img-left |
49
+ | e-imgright | e-img-right |
50
+ | e-img-caption e-rte-img-caption e-caption-inline | e-img-caption-container |
51
+ | e-img-inner | e-img-caption-text |
108
52
 
109
53
  #### Bug Fixes
110
54
 
111
- - `#I795310` - Now, collapsing the extended toolbar after clicking the code view icons works properly without decreasing the Rich Text Editor height.
112
-
113
- - `#I796071` - Now, the tab key navigation across the Rich Text Editor works properly even after the maximum content length is reached.
55
+ - `#I816137` - Now, the Rich Text Editor generates a minimal JavaScript file when injectable modules are selected using the Custom Resource Generator (CRG).
114
56
 
115
- - `#I794986` - Now, the divider element remains separate and works properly without merging with a table when pasted from a Word document into the Rich Text Editor.
57
+ - Now, pressing the enter key at the start of a block node preserves the formatting in the newly created block node.
116
58
 
117
- ## 32.1.20 (2025-12-23)
118
-
119
- ### RichTextEditor
120
-
121
- #### Bug Fixes
122
-
123
- - `#I794986` - Now, pressing the enter key works properly when the cursor is placed after a divider element pasted from a Word document into the Rich Text Editor.
124
-
125
- - `#I792912` - Now, the target attribute remains intact in the inserted link element when the `enableXhtml` property is enabled in the Rich Text Editor.
59
+ - Now, pressing the enter key in a paragraph containing two <br> elements removes only the selected content instead of affecting the entire paragraph.
126
60
 
127
61
  ## 32.1.19 (2025-12-16)
128
62
 
@@ -156,168 +90,6 @@
156
90
 
157
91
  - `#I792435` - Now, `clearFormat` works properly in the Rich Text Editor when the selected content begins with an empty line.
158
92
 
159
- ## 31.2.18 (2025-12-09)
160
-
161
- ### RichTextEditor
162
-
163
- #### Bug Fixes
164
-
165
- - `#I763877` - Now, pasting content in the Rich Text Editor works properly when `BR` is configured for the Enter key.
166
-
167
- - `#I790401` - Now, when the Rich Text Editor is placed inside a table, hovering over it does not generate any errors.
168
-
169
- ## 31.2.15 (2025-11-25)
170
-
171
- ### RichTextEditor
172
-
173
- #### Bug Fixes
174
-
175
- - `#I787017` - Now, inserting tables works properly when the Rich Text Editor is placed inside a list.
176
-
177
- - `#I783703` - Now, the inline toolbar in the Rich Text Editor is positioned properly without truncation at the edges.
178
-
179
- - `#I786061` - Now, localization works properly for the table cell dropdown items in the Rich Text Editor.
180
-
181
- - `#I773939` - Now, the emoji picker accessed through the `showEmojiPicker` public method works properly when inline mode is enabled in the Rich Text Editor.
182
-
183
- ## 31.2.12 (2025-11-18)
184
-
185
- ### RichTextEditor
186
-
187
- #### Bug Fixes
188
-
189
- - `#I783876` - Now, the `Apply` and `Cancel` buttons are available in the `Picker` mode of the Rich Text Editor's color picker.
190
-
191
- - `#I785329` - Now, the Enter key behaves correctly when the cursor is placed at the end of a text node that is preceded by a `<br>` tag in the Rich Text Editor.
192
-
193
- - `#I763871` - Now, when the `BR` is configured for the Enter key in the Rich Text Editor, the backspace action works as expected when the cursor is placed after an anchor tag.
194
-
195
- ## 31.2.10 (2025-11-13)
196
-
197
- ### RichTextEditor
198
-
199
- #### Bug Fixes
200
-
201
- - `#I762661` - Now, the Rich Text Editor works properly when pressing the `Backspace` key above the list element, without throwing script errors.
202
-
203
- ## 31.2.5 (2025-11-04)
204
-
205
- ### RichTextEditor
206
-
207
- #### Bug Fixes
208
-
209
- - `#F197675` - Now, the Rich Text Editor works properly by showing tooltips when dynamically setting the `enabled` property to `true`.
210
-
211
- - `#I780766` - Now, the Rich Text Editor works properly when the `value` is bound as `undefined`, without throwing script errors.
212
-
213
- - `#I776059` - Now, pasting nested lists from `OneNote` into the Rich Text Editor works correctly, with styles applying and reverting as expected.
214
-
215
- - `#I778189` - Now, pasting lists from `Copilot` into the Rich Text Editor works correctly, with no misalignment issues.
216
-
217
- - `#I779872` - Now, the Rich Text Editor works properly when hovering over the dialog header to show the tooltip.
218
-
219
- - `#I770551` - Now, reverting the indented list items in Rich Text Editor works properly.
220
-
221
- ## 31.2.4 (2025-10-28)
222
-
223
- ### RichTextEditor
224
-
225
- #### Bug Fixes
226
-
227
- - `#I776604` - Now, unnecessary toolbar items are properly disabled when a custom toolbar item is added while focusing inside a code block.
228
-
229
- ## 31.2.3 (2025-10-22)
230
-
231
- ### RichTextEditor
232
-
233
- #### Bug Fixes
234
-
235
- - `#I762935` - Now, list elements seamlessly adopt the appropriate styling properties when a list is applied.
236
-
237
- - `#I762396` - Now, when using backspace on a list pasted from Outlook into the Rich Text Editor, the entire list is correctly removed as expected.
238
-
239
- - `#I775016` - Now, text dragged into the Rich Text Editor is correctly tracked in the undo and redo history.
240
-
241
- ## 31.2.2 (2025-10-15)
242
-
243
- ### RichTextEditor
244
-
245
- #### Bug Fixes
246
-
247
- - `#I764281` - Now, the inline toolbar displays correctly when text content is positioned alongside an image within the same block-level element.
248
-
249
- - `#I771571` - Now, the Rich Text Editor properly handles pasting when content is pasted from Microsoft Teams.
250
-
251
- - `#I773939` - Now, emoji insertion via the colon `:` functions properly when inline mode is enabled.
252
-
253
- ## 31.1.23 (2025-10-07)
254
-
255
- ### RichTextEditor
256
-
257
- #### Bug Fixes
258
-
259
- - `#I768886` - Now, pasting content copied from a `span` wrapped Rich Text Editor works properly.
260
-
261
- - `#I764281` - Now, the Rich Text Editor inline toolbar position works properly when the editor content is empty.
262
-
263
- ## 31.1.22 (2025-10-01)
264
-
265
- ### RichTextEditor
266
-
267
- #### Bug Fixes
268
-
269
- - `#I771758` - Now, the `aria-multiline` attribute has been successfully added with the value true to the `contenteditable` element of the Rich Text Editor.
270
-
271
- - `#I771370` - Now, the `getSelectedHtml` method accurately returns the HTML content corresponding to the selection made within the editor.
272
-
273
- - `#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.
274
-
275
- - `#I769104` - Now, consecutive image drag-and-drop operations work properly in the Rich Text Editor.
276
-
277
- - `#I769396` - Now, pasting content from Notepad into the Rich Text Editor inserts it exactly at the cursor position.
278
-
279
- - `#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`.
280
-
281
- ## 31.1.21 (2025-09-23)
282
-
283
- ### RichTextEditor
284
-
285
- #### Bug Fixes
286
-
287
- - `#I764281` - Now, the inline toolbar will display correctly when triggered by the focus event, even if the Rich Text Editor contains no value.
288
-
289
- - `#I764677` - Now, column resizing functions correctly when a `colspan` attribute is applied to a table element.
290
-
291
- ## 31.1.20 (2025-09-10)
292
-
293
- ### RichTextEditor
294
-
295
- #### Bug Fixes
296
-
297
- - `#I750223` - Now, drag and drop image insertion into the editor functions reliably even when no image path is configured.
298
-
299
- - `#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.
300
-
301
- - `#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.
302
-
303
- - `#I762475` - Now, the Rich Text Editor works properly when using Clear Format to remove inline styles from table content.
304
-
305
- ## 31.1.18 (2025-09-10)
306
-
307
- ### RichTextEditor
308
-
309
- #### Bug Fixes
310
-
311
- - `#I760221` - Now, the Rich Text Editor works properly when deleting text from nested bullet lists that contain image elements.
312
-
313
- - `#I759593` - Now, the Rich Text Editor works properly without throwing an accessibility error from the color picker toolbar.
314
-
315
- - `#I762072, #I760826` - Now, the Rich Text Editor works properly when copying and pasting content with bold formatting and font color from Excel.
316
-
317
- - `#I762077` - Now, the Rich Text Editor works properly when pressing backspace before an image in a list item, and the image no longer disappears.
318
-
319
- - `#I760415` - Now, the Rich Text Editor works properly without scrolling to the top when inserting a link using Ctrl + K.
320
-
321
93
  ## 31.1.17 (2025-09-05)
322
94
 
323
95
  ### RichTextEditor
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-richtexteditor",
3
- "version": "32.2.9",
3
+ "version": "33.1.44",
4
4
  "description": "Essential JS 2 RichTextEditor component for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~32.2.9",
10
- "@syncfusion/ej2-angular-base": "~32.2.3",
11
- "@syncfusion/ej2-richtexteditor": "32.2.9"
9
+ "@syncfusion/ej2-base": "~33.1.44",
10
+ "@syncfusion/ej2-angular-base": "~33.1.44",
11
+ "@syncfusion/ej2-richtexteditor": "33.1.44"
12
12
  },
13
13
  "keywords": [
14
14
  "angular-rich-text-editor",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-richtexteditor';
4
- exports.pkgVer = '^32.2.9';
4
+ exports.pkgVer = '^33.1.44';
5
5
  exports.moduleName = 'RichTextEditorModule';
6
- exports.themeVer = '~32.2.9';
6
+ exports.themeVer = '~33.1.44';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-richtexteditor';
2
- export const pkgVer = '^32.2.9';
2
+ export const pkgVer = '^33.1.44';
3
3
  export const moduleName = 'RichTextEditorModule';
4
- export const themeVer = '~32.2.9';
4
+ export const themeVer = '~33.1.44';