@syncfusion/ej2-angular-documenteditor 30.1.42 → 30.2.4

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,16 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I739494` - Resolved the document content is missing issue.
10
+ - `#I738922` - Resolved the data loss issue in web layout.
11
+ - `#I745777` - Resolved the document content is missing issue.
12
+
13
+ ## 30.1.42 (2025-07-29)
14
+
15
+ ### DocumentEditor
16
+
17
+ #### Bug Fixes
18
+
9
19
  - `#I734726` - Fixed table layout issues when documents contain multiple floating tables.
10
20
  - `#I702538` - Enhanced performance when editing large documents with editable regions.
11
21
  - `#I737779` - Fixed an issue where Undo did not work correctly with bookmark elements.
@@ -16,6 +26,12 @@
16
26
  - `#I744394` - Fixed a script error in documents opened in protection mode.
17
27
  - `#I744057` - Modified the Dialog content when closing the comments panel
18
28
 
29
+ - `#I737518` - Handled Ms Word behaviour when styles are duplicated in a document
30
+ - `#I744551` - Resolved the performance issue in Ribbon mode when press and hold key
31
+ - `#I741625` - Resolved parsing issue when field type splits into multiple paragraphs
32
+ - `#I734726` - Resolved table layout issue when document contains both floating and normal tables
33
+ - `#I743853` - Resolved the paragraph styles are not properly visible in Ribbon UI
34
+
19
35
  ## 30.1.40 (2025-07-15)
20
36
 
21
37
  ### DocumentEditor
@@ -4610,4 +4626,19 @@ The Document Editor component is used to create, edit, view, and print Word docu
4610
4626
  - Allows user interactions like zoom, scroll, select contents through touch, mouse, and keyboard.
4611
4627
  - Provides intuitive UI options like context menu, dialogs, and navigation pane.
4612
4628
  - Creates a lightweight Word viewer using module injection to view and prints Word documents.
4613
- - 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.
4629
+ - 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.1.41 (2025-07-22)
4630
+
4631
+ ### DocumentEditor
4632
+
4633
+ #### Bug Fixes
4634
+
4635
+ - `#I734726` - Fixed table layout issues when documents contain multiple floating tables.
4636
+ - `#I702538` - Enhanced performance when editing large documents with editable regions.
4637
+ - `#I737779` - Fixed an issue where Undo did not work correctly with bookmark elements.
4638
+ - `#I742694` - Corrected layout problems in Hebrew right to left documents containing form fields.
4639
+ - `#I740631` - Resolved a script error that occurred when pasting a table row containing bookmarks inside a cell.
4640
+ - `#I743329` - Fixed browser freezing when performing the `Accept` action in Track Changes mode.
4641
+ - `#I741247` - Resolved an application crash issue when opening a `.txt` file.
4642
+ - `#I744394` - Fixed a script error in documents opened in protection mode.
4643
+ - `#I744057` - Modified the Dialog content when closing the comments panel
4644
+
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-documenteditor",
3
- "version": "30.1.42",
3
+ "version": "30.2.4",
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": "~30.1.42",
10
- "@syncfusion/ej2-angular-base": "~30.1.42",
11
- "@syncfusion/ej2-documenteditor": "30.1.42"
9
+ "@syncfusion/ej2-base": "~30.2.4",
10
+ "@syncfusion/ej2-angular-base": "~30.2.4",
11
+ "@syncfusion/ej2-documenteditor": "30.2.4"
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 = '^30.1.42';
4
+ exports.pkgVer = '^30.2.4';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~30.1.42';
6
+ exports.themeVer = '~30.2.4';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^30.1.42';
2
+ export const pkgVer = '^30.2.4';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~30.1.42';
4
+ export const themeVer = '~30.2.4';