@syncfusion/ej2-angular-richtexteditor 33.1.46 → 33.1.47
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
|
@@ -6,6 +6,22 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I825534` - Now, updating the value in the `beforePasteCleanup` event will properly update the content in the Rich Text Editor.
|
|
10
|
+
|
|
11
|
+
- `#818640` - Now, the AI-generated response is correctly inserted into the Rich Text Editor even when the AI command is triggered without editor focus.
|
|
12
|
+
|
|
13
|
+
- `#I822566` - Now, bold text copied from the shape format in Microsoft Excel will retain its formatting when pasted into the Rich Text Editor.
|
|
14
|
+
|
|
15
|
+
- `#I822391` - Now, the `BulletFormatList`and `NumberFormatList` dropdown items correctly maintain their active state even when using custom list types.
|
|
16
|
+
|
|
17
|
+
- `#I820760` - Now row/column insertion via quick-insert icons; table backspace removal now behaves consistently.
|
|
18
|
+
|
|
19
|
+
## 33.1.46 (2026-03-31)
|
|
20
|
+
|
|
21
|
+
### RichTextEditor
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
9
25
|
- `#I817071` - Now, performance of the Rich Text Editor is improved while performing multiple undo action and switching from code view mode.
|
|
10
26
|
|
|
11
27
|
- `#I819268` - Now, the dropdown in the Rich Text Editor have unique aria-labels for better accessibility.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-richtexteditor",
|
|
3
|
-
"version": "33.1.
|
|
3
|
+
"version": "33.1.47",
|
|
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": "~33.1.45",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~33.1.46",
|
|
11
|
-
"@syncfusion/ej2-richtexteditor": "33.1.
|
|
11
|
+
"@syncfusion/ej2-richtexteditor": "33.1.47"
|
|
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 = '^33.1.
|
|
4
|
+
exports.pkgVer = '^33.1.47';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~33.1.
|
|
6
|
+
exports.themeVer = '~33.1.47';
|