@syncfusion/ej2-angular-documenteditor 30.1.38 → 30.1.39
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
@@ -2,6 +2,43 @@
|
|
2
2
|
|
3
3
|
## [Unreleased]
|
4
4
|
|
5
|
+
### DocumentEditor
|
6
|
+
|
7
|
+
#### Bug Fixes
|
8
|
+
|
9
|
+
- `#I736749` - Resolved the text overlap issue when deleting content.
|
10
|
+
- `#I738500` - Resolved the issue with removing content.
|
11
|
+
- `#I739874` - Resolved the issue with selection updates on right-click.
|
12
|
+
- `#I724502` - Fixed the paste issue with non-editable content controls.
|
13
|
+
- `#I737044` - Fixed the issue where the "Capitalize Each Word" function does not work after tabulation.
|
14
|
+
- `#I725100` - Resolved the Border and shading dialog responsive issue specific to localized non-English language.
|
15
|
+
|
16
|
+
#### Features
|
17
|
+
|
18
|
+
- `#I720493` - Added API to set the custom data in revision.
|
19
|
+
|
20
|
+
## 30.1.38 (2025-07-02)
|
21
|
+
|
22
|
+
### DocumentEditor
|
23
|
+
|
24
|
+
#### Bug Fixes
|
25
|
+
|
26
|
+
- `#I732868` - Improved the performance when applying formatting to content.
|
27
|
+
- `#I723831` - Fixed issue where the spell checker not triggered when the selection moved outside the content after delete action.
|
28
|
+
- `#I728253`, `#F68214` - Resolved script error when pasting content into a table cell with the spell checker enabled.
|
29
|
+
- `#I738426` - Fixed header and footer selection position issue when `enableLayout` is set to false.
|
30
|
+
- `#I731084` - Addressed script error when selecting content inside a table cell that spans across two pages.
|
31
|
+
- `#I728388` - Improved dropdown item selection behaviour in the zoom factor control.
|
32
|
+
- `#I726264` - Fixed header and footer reference mismatch when deleting a section break.
|
33
|
+
- `#I731465` - Resolved document scrolling issue when moving the mouse outside the Document Editor area.
|
34
|
+
- `#I713824` - Fixed layout issue involving shape elements in the header.
|
35
|
+
- `#I732155` - Corrected invalid characters being added to footnotes during DOCX export.
|
36
|
+
- `#I726900` - Resolved table layout issues in multi-column sections when opening documents.
|
37
|
+
- `#I731473` - Fixed issue where bullet language changed unexpectedly in the Document Editor.
|
38
|
+
- `#I734383` - Addressed issues with find and replace functionality for selected content.
|
39
|
+
- `#I736267` - Resolved script error triggered by backspace action.
|
40
|
+
- `#I729239` - Fixed script error when inserting a merge field after a bullet point.
|
41
|
+
|
5
42
|
## 30.1.37 (2025-06-25)
|
6
43
|
|
7
44
|
### DocumentEditor
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@syncfusion/ej2-angular-documenteditor",
|
3
|
-
"version": "30.1.
|
3
|
+
"version": "30.1.39",
|
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": "~30.1.38",
|
10
10
|
"@syncfusion/ej2-angular-base": "~30.1.37",
|
11
|
-
"@syncfusion/ej2-documenteditor": "30.1.
|
11
|
+
"@syncfusion/ej2-documenteditor": "30.1.39"
|
12
12
|
},
|
13
13
|
"keywords": [
|
14
14
|
"ej2-angular-documenteditor",
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
|
2
|
-
export declare const pkgVer = "^29.
|
2
|
+
export declare const pkgVer = "^29.1.37";
|
3
3
|
export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
|
4
|
-
export declare const themeVer = "~29.
|
4
|
+
export declare const themeVer = "~29.1.37";
|
@@ -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 = '^30.1.
|
4
|
+
exports.pkgVer = '^30.1.39';
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
6
|
-
exports.themeVer = '~30.1.
|
6
|
+
exports.themeVer = '~30.1.39';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
2
|
-
export const pkgVer = '^30.1.
|
3
|
-
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
4
|
-
export const themeVer = '~30.1.
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
2
|
+
export const pkgVer = '^30.1.39';
|
3
|
+
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
4
|
+
export const themeVer = '~30.1.39';
|