@syncfusion/ej2-angular-documenteditor 31.1.18 → 31.1.20
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
|
+
- `#I750552` - Fixed script error when opening a document with `enableEditor` set to False.
|
|
10
|
+
- `#I757928` - Resolved issue where text overlapped with headers after content deletion.
|
|
11
|
+
- `#I759161` - Corrected layout of merged column cells when inserting new rows into a table.
|
|
12
|
+
- `#I760968` - Alignment option in the toolbar now updates correctly when selecting a cell.
|
|
13
|
+
- `#I762616` - Ribbon now reflects current styles accurately.
|
|
14
|
+
- `#I748359` - Fixed column width issues caused by Unicode characters in HTML.
|
|
15
|
+
|
|
16
|
+
#### Features
|
|
17
|
+
|
|
18
|
+
- `#I761744` - Added support to update the date of tracked revisions.
|
|
19
|
+
- `#I754674` - Added support for "No Border" option in the border dropdown, similar to Microsoft Word.
|
|
20
|
+
- `#I761530` - Added support for rendering spell check underlines during scrolling.
|
|
21
|
+
|
|
22
|
+
## 31.1.18 (2025-09-10)
|
|
23
|
+
|
|
24
|
+
### DocumentEditor
|
|
25
|
+
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
9
28
|
- `#I748794` - Resolved a performance issue when scrolling the document with a header row.
|
|
10
29
|
- `#I954857` - Resolved a font size updating issue when selecting the different fonts.
|
|
11
30
|
- `#I750843` - Resolved an issue where the Different First Page header changed to a normal header when updating margin values.
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-documenteditor",
|
|
3
|
-
"version": "31.1.
|
|
3
|
+
"version": "31.1.20",
|
|
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": "~31.1.
|
|
9
|
+
"@syncfusion/ej2-base": "~31.1.20",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~31.1.17",
|
|
11
|
-
"@syncfusion/ej2-documenteditor": "31.1.
|
|
11
|
+
"@syncfusion/ej2-documenteditor": "31.1.20"
|
|
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 = '^31.1.
|
|
4
|
+
exports.pkgVer = '^31.1.20';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~31.1.
|
|
6
|
+
exports.themeVer = '~31.1.20';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
2
|
-
export const pkgVer = '^31.1.
|
|
2
|
+
export const pkgVer = '^31.1.20';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~31.1.
|
|
4
|
+
export const themeVer = '~31.1.20';
|