@syncfusion/ej2-angular-documenteditor 32.2.8 → 32.2.9
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,25 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
`#I812677` - Resolved an issue where content controls were still editable in Read-Only mode.
|
|
10
|
+
`#I812581` - Fixed a problem where typed text was not visible in the Document Editor.
|
|
11
|
+
`#I809945` - Addressed an infinite loop that caused the editor to crash when inserting a Table of Contents.
|
|
12
|
+
`#I808481` - Corrected layout shifting and content misalignment issues.
|
|
13
|
+
`#I808272` - Fixed image resizing and dragging issues in RTL documents.
|
|
14
|
+
`#I809606` - Resolved a script error that occurred when deleting the remainder of the Table of Contents.
|
|
15
|
+
`#I74806` - Fixed a script error triggered when inserting a break inside a shape.
|
|
16
|
+
`#I809680` - Corrected an issue where tabbing in the footer duplicated the last page number on a new line.
|
|
17
|
+
`#I800024` - Fixed an issue where footnotes remained on the original page after moving the reference.
|
|
18
|
+
`#I785134` - Improved selection consistency when selecting table headers or split rows.
|
|
19
|
+
`#I789749` - Corrected improper bookmark rendering when inserted after a paragraph.
|
|
20
|
+
`#I790909` - Resolved an issue that caused duplicate content during paste operations when using the grouped undo feature.
|
|
21
|
+
|
|
22
|
+
## 32.2.8 (2025-12-22)
|
|
23
|
+
|
|
24
|
+
### DocumentEditor
|
|
25
|
+
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
9
28
|
`#I813615` - Fixed an error that occurred when deleting a table column containing embedded content controls.
|
|
10
29
|
`#I810273` - Resolved an issue where entering a space caused the cursor to jump after the next character.
|
|
11
30
|
`#I812200` - Fixed a problem where the document jumped to the following page when deleting a table.
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-documenteditor",
|
|
3
|
-
"version": "32.2.
|
|
3
|
+
"version": "32.2.9",
|
|
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",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~32.2.
|
|
9
|
+
"@syncfusion/ej2-base": "~32.2.9",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~32.2.3",
|
|
11
|
-
"@syncfusion/ej2-documenteditor": "32.2.
|
|
11
|
+
"@syncfusion/ej2-documenteditor": "32.2.9"
|
|
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.9';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~32.2.
|
|
6
|
+
exports.themeVer = '~32.2.9';
|
|
@@ -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.9';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~32.2.
|
|
4
|
+
export const themeVer = '~32.2.9';
|