@syncfusion/ej2-angular-richtexteditor 32.1.19 → 32.1.20
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,6 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
### RichTextEditor
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#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.
|
|
10
|
+
|
|
11
|
+
- `#I792912` - Now, the target attribute remains intact in the inserted link element when the `enableXhtml` property is enabled in the Rich Text Editor.
|
|
12
|
+
|
|
13
|
+
## 32.1.19 (2025-12-16)
|
|
14
|
+
|
|
15
|
+
### RichTextEditor
|
|
16
|
+
|
|
7
17
|
#### Features
|
|
8
18
|
|
|
9
19
|
- **AI Assistant**: The Rich Text Editor now features an AI Assistant with predefined prompts for enhancing content, accessible via keyboard shortcuts and a toolbar. Users can interact with the Assistant to improve, summarize, or simplify their text seamlessly. Please find the demo Link [here](https://ej2.syncfusion.com/demos/#/tailwind3/rich-text-editor/ai-assistant.html).
|
|
@@ -32,6 +42,168 @@
|
|
|
32
42
|
|
|
33
43
|
- `#I792435` - Now, `clearFormat` works properly in the Rich Text Editor when the selected content begins with an empty line.
|
|
34
44
|
|
|
45
|
+
## 31.2.18 (2025-12-09)
|
|
46
|
+
|
|
47
|
+
### RichTextEditor
|
|
48
|
+
|
|
49
|
+
#### Bug Fixes
|
|
50
|
+
|
|
51
|
+
- `#I763877` - Now, pasting content in the Rich Text Editor works properly when `BR` is configured for the Enter key.
|
|
52
|
+
|
|
53
|
+
- `#I790401` - Now, when the Rich Text Editor is placed inside a table, hovering over it does not generate any errors.
|
|
54
|
+
|
|
55
|
+
## 31.2.15 (2025-11-25)
|
|
56
|
+
|
|
57
|
+
### RichTextEditor
|
|
58
|
+
|
|
59
|
+
#### Bug Fixes
|
|
60
|
+
|
|
61
|
+
- `#I787017` - Now, inserting tables works properly when the Rich Text Editor is placed inside a list.
|
|
62
|
+
|
|
63
|
+
- `#I783703` - Now, the inline toolbar in the Rich Text Editor is positioned properly without truncation at the edges.
|
|
64
|
+
|
|
65
|
+
- `#I786061` - Now, localization works properly for the table cell dropdown items in the Rich Text Editor.
|
|
66
|
+
|
|
67
|
+
- `#I773939` - Now, the emoji picker accessed through the `showEmojiPicker` public method works properly when inline mode is enabled in the Rich Text Editor.
|
|
68
|
+
|
|
69
|
+
## 31.2.12 (2025-11-18)
|
|
70
|
+
|
|
71
|
+
### RichTextEditor
|
|
72
|
+
|
|
73
|
+
#### Bug Fixes
|
|
74
|
+
|
|
75
|
+
- `#I783876` - Now, the `Apply` and `Cancel` buttons are available in the `Picker` mode of the Rich Text Editor's color picker.
|
|
76
|
+
|
|
77
|
+
- `#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.
|
|
78
|
+
|
|
79
|
+
- `#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.
|
|
80
|
+
|
|
81
|
+
## 31.2.10 (2025-11-13)
|
|
82
|
+
|
|
83
|
+
### RichTextEditor
|
|
84
|
+
|
|
85
|
+
#### Bug Fixes
|
|
86
|
+
|
|
87
|
+
- `#I762661` - Now, the Rich Text Editor works properly when pressing the `Backspace` key above the list element, without throwing script errors.
|
|
88
|
+
|
|
89
|
+
## 31.2.5 (2025-11-04)
|
|
90
|
+
|
|
91
|
+
### RichTextEditor
|
|
92
|
+
|
|
93
|
+
#### Bug Fixes
|
|
94
|
+
|
|
95
|
+
- `#F197675` - Now, the Rich Text Editor works properly by showing tooltips when dynamically setting the `enabled` property to `true`.
|
|
96
|
+
|
|
97
|
+
- `#I780766` - Now, the Rich Text Editor works properly when the `value` is bound as `undefined`, without throwing script errors.
|
|
98
|
+
|
|
99
|
+
- `#I776059` - Now, pasting nested lists from `OneNote` into the Rich Text Editor works correctly, with styles applying and reverting as expected.
|
|
100
|
+
|
|
101
|
+
- `#I778189` - Now, pasting lists from `Copilot` into the Rich Text Editor works correctly, with no misalignment issues.
|
|
102
|
+
|
|
103
|
+
- `#I779872` - Now, the Rich Text Editor works properly when hovering over the dialog header to show the tooltip.
|
|
104
|
+
|
|
105
|
+
- `#I770551` - Now, reverting the indented list items in Rich Text Editor works properly.
|
|
106
|
+
|
|
107
|
+
## 31.2.4 (2025-10-28)
|
|
108
|
+
|
|
109
|
+
### RichTextEditor
|
|
110
|
+
|
|
111
|
+
#### Bug Fixes
|
|
112
|
+
|
|
113
|
+
- `#I776604` - Now, unnecessary toolbar items are properly disabled when a custom toolbar item is added while focusing inside a code block.
|
|
114
|
+
|
|
115
|
+
## 31.2.3 (2025-10-22)
|
|
116
|
+
|
|
117
|
+
### RichTextEditor
|
|
118
|
+
|
|
119
|
+
#### Bug Fixes
|
|
120
|
+
|
|
121
|
+
- `#I762935` - Now, list elements seamlessly adopt the appropriate styling properties when a list is applied.
|
|
122
|
+
|
|
123
|
+
- `#I762396` - Now, when using backspace on a list pasted from Outlook into the Rich Text Editor, the entire list is correctly removed as expected.
|
|
124
|
+
|
|
125
|
+
- `#I775016` - Now, text dragged into the Rich Text Editor is correctly tracked in the undo and redo history.
|
|
126
|
+
|
|
127
|
+
## 31.2.2 (2025-10-15)
|
|
128
|
+
|
|
129
|
+
### RichTextEditor
|
|
130
|
+
|
|
131
|
+
#### Bug Fixes
|
|
132
|
+
|
|
133
|
+
- `#I764281` - Now, the inline toolbar displays correctly when text content is positioned alongside an image within the same block-level element.
|
|
134
|
+
|
|
135
|
+
- `#I771571` - Now, the Rich Text Editor properly handles pasting when content is pasted from Microsoft Teams.
|
|
136
|
+
|
|
137
|
+
- `#I773939` - Now, emoji insertion via the colon `:` functions properly when inline mode is enabled.
|
|
138
|
+
|
|
139
|
+
## 31.1.23 (2025-10-07)
|
|
140
|
+
|
|
141
|
+
### RichTextEditor
|
|
142
|
+
|
|
143
|
+
#### Bug Fixes
|
|
144
|
+
|
|
145
|
+
- `#I768886` - Now, pasting content copied from a `span` wrapped Rich Text Editor works properly.
|
|
146
|
+
|
|
147
|
+
- `#I764281` - Now, the Rich Text Editor inline toolbar position works properly when the editor content is empty.
|
|
148
|
+
|
|
149
|
+
## 31.1.22 (2025-10-01)
|
|
150
|
+
|
|
151
|
+
### RichTextEditor
|
|
152
|
+
|
|
153
|
+
#### Bug Fixes
|
|
154
|
+
|
|
155
|
+
- `#I771758` - Now, the `aria-multiline` attribute has been successfully added with the value true to the `contenteditable` element of the Rich Text Editor.
|
|
156
|
+
|
|
157
|
+
- `#I771370` - Now, the `getSelectedHtml` method accurately returns the HTML content corresponding to the selection made within the editor.
|
|
158
|
+
|
|
159
|
+
- `#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.
|
|
160
|
+
|
|
161
|
+
- `#I769104` - Now, consecutive image drag-and-drop operations work properly in the Rich Text Editor.
|
|
162
|
+
|
|
163
|
+
- `#I769396` - Now, pasting content from Notepad into the Rich Text Editor inserts it exactly at the cursor position.
|
|
164
|
+
|
|
165
|
+
- `#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`.
|
|
166
|
+
|
|
167
|
+
## 31.1.21 (2025-09-23)
|
|
168
|
+
|
|
169
|
+
### RichTextEditor
|
|
170
|
+
|
|
171
|
+
#### Bug Fixes
|
|
172
|
+
|
|
173
|
+
- `#I764281` - Now, the inline toolbar will display correctly when triggered by the focus event, even if the Rich Text Editor contains no value.
|
|
174
|
+
|
|
175
|
+
- `#I764677` - Now, column resizing functions correctly when a `colspan` attribute is applied to a table element.
|
|
176
|
+
|
|
177
|
+
## 31.1.20 (2025-09-10)
|
|
178
|
+
|
|
179
|
+
### RichTextEditor
|
|
180
|
+
|
|
181
|
+
#### Bug Fixes
|
|
182
|
+
|
|
183
|
+
- `#I750223` - Now, drag and drop image insertion into the editor functions reliably even when no image path is configured.
|
|
184
|
+
|
|
185
|
+
- `#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.
|
|
186
|
+
|
|
187
|
+
- `#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.
|
|
188
|
+
|
|
189
|
+
- `#I762475` - Now, the Rich Text Editor works properly when using Clear Format to remove inline styles from table content.
|
|
190
|
+
|
|
191
|
+
## 31.1.18 (2025-09-10)
|
|
192
|
+
|
|
193
|
+
### RichTextEditor
|
|
194
|
+
|
|
195
|
+
#### Bug Fixes
|
|
196
|
+
|
|
197
|
+
- `#I760221` - Now, the Rich Text Editor works properly when deleting text from nested bullet lists that contain image elements.
|
|
198
|
+
|
|
199
|
+
- `#I759593` - Now, the Rich Text Editor works properly without throwing an accessibility error from the color picker toolbar.
|
|
200
|
+
|
|
201
|
+
- `#I762072, #I760826` - Now, the Rich Text Editor works properly when copying and pasting content with bold formatting and font color from Excel.
|
|
202
|
+
|
|
203
|
+
- `#I762077` - Now, the Rich Text Editor works properly when pressing backspace before an image in a list item, and the image no longer disappears.
|
|
204
|
+
|
|
205
|
+
- `#I760415` - Now, the Rich Text Editor works properly without scrolling to the top when inserting a link using Ctrl + K.
|
|
206
|
+
|
|
35
207
|
## 31.1.17 (2025-09-05)
|
|
36
208
|
|
|
37
209
|
### RichTextEditor
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-richtexteditor",
|
|
3
|
-
"version": "32.1.
|
|
3
|
+
"version": "32.1.20",
|
|
4
4
|
"description": "Essential JS 2 RichTextEditor component for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@syncfusion/ej2-base": "~32.1.19",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~32.1.19",
|
|
11
|
-
"@syncfusion/ej2-richtexteditor": "32.1.
|
|
11
|
+
"@syncfusion/ej2-richtexteditor": "32.1.20"
|
|
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.1.
|
|
4
|
+
exports.pkgVer = '^32.1.20';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~32.1.
|
|
6
|
+
exports.themeVer = '~32.1.20';
|