@syncfusion/ej2-angular-documenteditor 34.1.31 → 34.1.32
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
|
+
`#I843065` - Fixed an issue where table content moved to the next page instead of remaining on the expected page.
|
|
10
|
+
`#I845637` - Fixed an issue where the document failed to render due to script errors.
|
|
11
|
+
`#I847820` - Fixed an issue where table resizing caused cross-page merges and incorrect alignment.
|
|
12
|
+
`#I851474` - Fixed an issue where page layout was cut off and pages were missing in the editor on the MVC platform.
|
|
13
|
+
`#I852072` - Fixed an issue where text did not return to its original line after re-inserting a deleted space.
|
|
14
|
+
`#I853940` - Fixed an issue where a warning appeared when injecting the editor module.
|
|
15
|
+
`#I853465` - Fixed an issue where discarding a newly added comment changed document formatting after a reverse selection.
|
|
16
|
+
`#I851443` - Fixed an issue where the ruler jumped while scrolling the document on Mac.
|
|
17
|
+
`#I853253` - Fixed an issue where discarding a newly added comment changed document formatting after a reverse selection.
|
|
18
|
+
|
|
19
|
+
## 34.1.31 (2026-07-14)
|
|
20
|
+
|
|
21
|
+
### DocumentEditor
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
9
25
|
`#I847820` - Fixed an issue where table resizing caused cross-page merges and incorrect alignment.
|
|
10
26
|
|
|
11
27
|
## 34.1.30 (2026-07-09)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-documenteditor",
|
|
3
|
-
"version": "34.1.
|
|
3
|
+
"version": "34.1.32",
|
|
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": "~34.1.30",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~34.1.29",
|
|
11
|
-
"@syncfusion/ej2-documenteditor": "34.1.
|
|
11
|
+
"@syncfusion/ej2-documenteditor": "34.1.32"
|
|
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 = '^34.1.
|
|
4
|
+
exports.pkgVer = '^34.1.32';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~34.1.
|
|
6
|
+
exports.themeVer = '~34.1.32';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
2
|
-
export const pkgVer = '^34.1.
|
|
2
|
+
export const pkgVer = '^34.1.32';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~34.1.
|
|
4
|
+
export const themeVer = '~34.1.32';
|