@syncfusion/ej2-angular-documenteditor 33.2.7 → 33.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,33 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
`#I837840` - Fixed an issue where paragraph spacing changes unexpectedly after delete.
|
|
10
|
+
`#I836137` - Fixed an issue where `DocVariable` field value are not proper while exporting as Docx document.
|
|
11
|
+
`#I840522` - Resolved the DOCX export crashes on language-only locale during serialize language issue.
|
|
12
|
+
`#I837789` - Resolved the partial word selected when double clicking in bullet list issue.
|
|
13
|
+
`#I838868` - Fixed an issue where tooltip "Close" text not localized in style dialog.
|
|
14
|
+
`#I839007` - Resolved font size is not applied when selecting the same size consecutively on different text selections using ribbon issue.
|
|
15
|
+
`#I837850` - Fixed unexpected content movement after delete at end of page issue.
|
|
16
|
+
`#I837816` - Resolved the issue where cursor moves to wrong line after shift enter.
|
|
17
|
+
`#I826551` - Fixed panel flickers when opening document using `openAsync` API issue.
|
|
18
|
+
`#I835355` - Fixed an issue where extra left arrow key press needed near bookmarked text
|
|
19
|
+
`#I830757` - Resolved the issue where footer image not rendered properly in floating case.
|
|
20
|
+
`#I827659` - Resolved the ribbon tab switches to home tab after applying table properties issue.
|
|
21
|
+
`#I831675` - Fixed an issue where table design panel not updated after formatting in ribbon.
|
|
22
|
+
`#I835579` - Fixed enable single-commit rendering for bookmarks in batch edit operations.
|
|
23
|
+
`#I839294` - Resolved replace buttons not dynamically updating in read-only documents with editable regions issue.
|
|
24
|
+
`#I839296` - Resolved replace All count includes locked region matches in read-only documents issue.
|
|
25
|
+
`#I828908` - Fixed an issue where form field values are not properly updated.
|
|
26
|
+
`#I839040` - Fixed bookmark visibility issue when zoom set to fit width or higher
|
|
27
|
+
`#I804199` - Resolved spell check selected word not highlighted during ignore or change issue.
|
|
28
|
+
`#I832141` - Resolved header and footer content not preserved after copy and paste from MS Word issue.
|
|
29
|
+
|
|
30
|
+
## 33.2.7 (2026-05-19)
|
|
31
|
+
|
|
32
|
+
### DocumentEditor
|
|
33
|
+
|
|
34
|
+
#### Bug Fixes
|
|
35
|
+
|
|
9
36
|
`#I830674` - Resolved an issue where content would disappear when reopening and editing a saved document.
|
|
10
37
|
|
|
11
38
|
## 33.2.6 (2026-05-12)
|
|
@@ -5098,7 +5125,34 @@ The Document Editor component is used to create, edit, view, and print Word docu
|
|
|
5098
5125
|
- Allows user interactions like zoom, scroll, select contents through touch, mouse, and keyboard.
|
|
5099
5126
|
- Provides intuitive UI options like context menu, dialogs, and navigation pane.
|
|
5100
5127
|
- Creates a lightweight Word viewer using module injection to view and prints Word documents.
|
|
5101
|
-
- Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.##
|
|
5128
|
+
- Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.## 33.2.8 (2026-05-26)
|
|
5129
|
+
|
|
5130
|
+
### DocumentEditor
|
|
5131
|
+
|
|
5132
|
+
#### Bug Fixes
|
|
5133
|
+
|
|
5134
|
+
`#I837840` - Fixed an issue where paragraph spacing changes unexpectedly after delete.
|
|
5135
|
+
`#I836137` - Fixed an issue where `DocVariable` field value are not proper while exporting as Docx document.
|
|
5136
|
+
`#I840522` - Resolved the DOCX export crashes on language-only locale during serialize language issue.
|
|
5137
|
+
`#I837789` - Resolved the partial word selected when double clicking in bullet list issue.
|
|
5138
|
+
`#I838868` - Fixed an issue where tooltip "Close" text not localized in style dialog.
|
|
5139
|
+
`#I839007` - Resolved font size is not applied when selecting the same size consecutively on different text selections using ribbon issue.
|
|
5140
|
+
`#I837850` - Fixed unexpected content movement after delete at end of page issue.
|
|
5141
|
+
`#I837816` - Resolved the issue where cursor moves to wrong line after shift enter.
|
|
5142
|
+
`#I826551` - Fixed panel flickers when opening document using `openAsync` API issue.
|
|
5143
|
+
`#I835355` - Fixed an issue where extra left arrow key press needed near bookmarked text
|
|
5144
|
+
`#I830757` - Resolved the issue where footer image not rendered properly in floating case.
|
|
5145
|
+
`#I827659` - Resolved the ribbon tab switches to home tab after applying table properties issue.
|
|
5146
|
+
`#I831675` - Fixed an issue where table design panel not updated after formatting in ribbon.
|
|
5147
|
+
`#I835579` - Fixed enable single-commit rendering for bookmarks in batch edit operations.
|
|
5148
|
+
`#I839294` - Resolved replace buttons not dynamically updating in read-only documents with editable regions issue.
|
|
5149
|
+
`#I839296` - Resolved replace All count includes locked region matches in read-only documents issue.
|
|
5150
|
+
`#I828908` - Fixed an issue where form field values are not properly updated.
|
|
5151
|
+
`#I839040` - Fixed bookmark visibility issue when zoom set to fit width or higher
|
|
5152
|
+
`#I804199` - Resolved spell check selected word not highlighted during ignore or change issue.
|
|
5153
|
+
`#I832141` - Resolved header and footer content not preserved after copy and paste from MS Word issue.
|
|
5154
|
+
|
|
5155
|
+
## 30.2.4 (2025-08-07)
|
|
5102
5156
|
|
|
5103
5157
|
### DocumentEditor
|
|
5104
5158
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-documenteditor",
|
|
3
|
-
"version": "33.2.
|
|
3
|
+
"version": "33.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",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@syncfusion/ej2-base": "~33.2.3",
|
|
10
|
-
"@syncfusion/ej2-angular-base": "~33.2.
|
|
11
|
-
"@syncfusion/ej2-documenteditor": "33.2.
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~33.2.8",
|
|
11
|
+
"@syncfusion/ej2-documenteditor": "33.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 = '^33.2.
|
|
4
|
+
exports.pkgVer = '^33.2.8';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~33.2.
|
|
6
|
+
exports.themeVer = '~33.2.8';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
2
|
-
export const pkgVer = '^33.2.
|
|
2
|
+
export const pkgVer = '^33.2.8';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~33.2.
|
|
4
|
+
export const themeVer = '~33.2.8';
|