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