@syncfusion/ej2-angular-documenteditor 33.2.8 → 33.2.10

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,18 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ `#I840440` - Fixed an issue where multiple Table of Contents (TOC) were allowed to be inserted in DocumentEditor.
10
+ `#I839118` - Fixed an issue where group shape elements were not properly preserved in Document Editor.
11
+ `#I839117` - Fixed an issue where empty comments were inserted during collaborative editing.
12
+ `#I840926` - Fixed an issue where shape text layout was incorrect in the footer section.
13
+ `#I842828` - Fixed an issue where a script error occurred when exporting DOCX after pasting text and image together.
14
+
15
+ ## 33.2.8 (2026-05-26)
16
+
17
+ ### DocumentEditor
18
+
19
+ #### Bug Fixes
20
+
9
21
  `#I837840` - Fixed an issue where paragraph spacing changes unexpectedly after delete.
10
22
  `#I836137` - Fixed an issue where `DocVariable` field value are not proper while exporting as Docx document.
11
23
  `#I840522` - Resolved the DOCX export crashes on language-only locale during serialize language issue.
@@ -5125,34 +5137,7 @@ The Document Editor component is used to create, edit, view, and print Word docu
5125
5137
  - Allows user interactions like zoom, scroll, select contents through touch, mouse, and keyboard.
5126
5138
  - Provides intuitive UI options like context menu, dialogs, and navigation pane.
5127
5139
  - Creates a lightweight Word viewer using module injection to view and prints Word documents.
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)
5140
+ - 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.## 30.2.4 (2025-08-07)
5156
5141
 
5157
5142
  ### DocumentEditor
5158
5143
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-documenteditor",
3
- "version": "33.2.8",
3
+ "version": "33.2.10",
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.8",
11
- "@syncfusion/ej2-documenteditor": "33.2.8"
10
+ "@syncfusion/ej2-angular-base": "~33.2.10",
11
+ "@syncfusion/ej2-documenteditor": "33.2.10"
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.8';
4
+ exports.pkgVer = '^33.2.10';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~33.2.8';
6
+ exports.themeVer = '~33.2.10';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^33.2.8';
2
+ export const pkgVer = '^33.2.10';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~33.2.8';
4
+ export const themeVer = '~33.2.10';