@syncfusion/ej2-angular-documenteditor 32.2.7 → 32.2.8
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,24 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
`#I813615` - Fixed an error that occurred when deleting a table column containing embedded content controls.
|
|
10
|
+
`#I810273` - Resolved an issue where entering a space caused the cursor to jump after the next character.
|
|
11
|
+
`#I812200` - Fixed a problem where the document jumped to the following page when deleting a table.
|
|
12
|
+
`#I810311` - Corrected the behaviour where Bold/Italic formatting was incorrectly applied to bullet symbols.
|
|
13
|
+
`#I807767` - Resolved an issue where the Document Editor became unresponsive while loading the attached document.
|
|
14
|
+
`#I799682` - Fixed list formatting being lost when the exported document was opened in online Microsoft Word.
|
|
15
|
+
`#I787996` - Fixed an RTL issue where highlighting Arabic text caused the words to split.
|
|
16
|
+
`#I800024` - Corrected footnote positioning issues when moving content across pages.
|
|
17
|
+
`#I810289` - Fixed localization not updating properly in the Drop down Form Field dialog.
|
|
18
|
+
`#I796649` - Resolved an issue where the first list number or bullet outside a content control could not be edited.
|
|
19
|
+
`#I797591` - Fixed an issue where newton soft version 13.0.1.0 could not be loaded in the MVC project.
|
|
20
|
+
|
|
21
|
+
## 32.2.7 (2026-02-24)
|
|
22
|
+
|
|
23
|
+
### DocumentEditor
|
|
24
|
+
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
9
27
|
`#I796630` - Fixed a layout mismatch issue between the Document Editor and Microsoft Word.
|
|
10
28
|
|
|
11
29
|
## 32.2.5 (2026-02-17)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-documenteditor",
|
|
3
|
-
"version": "32.2.
|
|
3
|
+
"version": "32.2.8",
|
|
4
4
|
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. 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.2.6",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~32.2.3",
|
|
11
|
-
"@syncfusion/ej2-documenteditor": "32.2.
|
|
11
|
+
"@syncfusion/ej2-documenteditor": "32.2.8"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"ej2-angular-documenteditor",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
4
|
-
exports.pkgVer = '^32.2.
|
|
4
|
+
exports.pkgVer = '^32.2.8';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~32.2.
|
|
6
|
+
exports.themeVer = '~32.2.8';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
2
|
-
export const pkgVer = '^32.2.
|
|
2
|
+
export const pkgVer = '^32.2.8';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~32.2.
|
|
4
|
+
export const themeVer = '~32.2.8';
|