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