@syncfusion/ej2-angular-richtexteditor 34.2.6 → 34.2.7
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 +14 -0
- package/README.md +4 -1
- package/package.json +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,20 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I868064` - Now, the selected state of the Vertical Align option in the Rich Text Editor table quick toolbar is properly maintained
|
|
10
|
+
|
|
11
|
+
- `#I867777` - Now, script errors and unexpected content selection no longer occur after using the `InsertHTML` command in Rich Text Editor IFrame mode.
|
|
12
|
+
|
|
13
|
+
- `#I868240` - Now, intermittent Color Picker script errors have been resolved in the Rich Text Editor.
|
|
14
|
+
|
|
15
|
+
- `#I870682` - Now, the Rich Text Editor properly handles AI-generated HTML content containing non-standard list structures during Paste Cleanup processing and preventing script errors.
|
|
16
|
+
|
|
17
|
+
## 34.2.6 (2026-09-01)
|
|
18
|
+
|
|
19
|
+
### RichTextEditor
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
9
23
|
- `#I863146` - Now, list item indentation is preserved correctly when pasting content from Microsoft Word into the Rich Text Editor.
|
|
10
24
|
|
|
11
25
|
- `#I869098` - Now, a new column can be added correctly after merging table cells in the Rich Text Editor.
|
package/README.md
CHANGED
|
@@ -5,7 +5,10 @@
|
|
|
5
5
|
> Before generating Syncfusion® code, ask your AI coding agent to run the Syncfusion® setup using the following prompt:
|
|
6
6
|
>
|
|
7
7
|
> ```text
|
|
8
|
-
> Set up this project for Syncfusion® before generating code. Fetch
|
|
8
|
+
> Set up this project for Syncfusion® before generating code. Fetch
|
|
9
|
+
> and follow the official instructions at https://ai.syncfusion.com/,
|
|
10
|
+
> then report the detected platform, installed skill pack, MCP
|
|
11
|
+
> status, and any required licensing action.
|
|
9
12
|
> ```
|
|
10
13
|
> The setup detects your project’s platform and loads the appropriate Syncfusion® skill pack. No Syncfusion® account or MCP key is required to install or read Syncfusion® agent skills.
|
|
11
14
|
>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-richtexteditor",
|
|
3
|
-
"version": "34.2.
|
|
3
|
+
"version": "34.2.7",
|
|
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": "~34.2.6",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~34.2.6",
|
|
11
|
-
"@syncfusion/ej2-richtexteditor": "34.2.
|
|
11
|
+
"@syncfusion/ej2-richtexteditor": "34.2.7"
|
|
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 = '^34.2.
|
|
4
|
+
exports.pkgVer = '^34.2.7';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~34.2.
|
|
6
|
+
exports.themeVer = '~34.2.7';
|