|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
5 | | -## 30.2.6 (2025-08-19) |
| 5 | +## 31.1.18 (2025-09-10) |
6 | 6 |
|
7 | 7 | ### DocumentEditor |
8 | 8 |
|
9 | 9 | #### Bug Fixes |
10 | 10 |
|
11 | | -- `#I712717` - Fixed an issue where undo functionality failed after inserting grouped text. |
12 | | -- `#I754664` - Addressed a looping problem that occurred when accepting a deleted revision containing comments. |
13 | | - |
14 | | -- `#I712717` - Fixed an issue where undo functionality failed after inserting grouped text. |
15 | | -- `#I754664` - Addressed a looping problem that occurred when accepting a deleted revision containing comments. |
16 | | -- `#I745808` - Handled the form field popup trigger when the enter key is pressed. |
17 | | - |
18 | | -## 30.2.5 (2025-08-13) |
19 | | - |
20 | | -### DocumentEditor |
21 | | - |
22 | | -#### Bug Fixes |
23 | | - |
24 | | -- `#I748873` - Fixed a script error that occurred when decreasing the indent in list paragraphs. |
25 | | -- `#I971894` - Resolved a script error triggered during `beginUndoAction` when clearing the redo collection. |
26 | | -- `#I747660` - Addressed an issue where the comments panel failed to display correctly when `showRevision` was set to false. |
27 | | -- `#I750354` - Resolved an issue where pressing keys on the numeric keypad did not trigger page number input in the status bar. |
28 | | -- `#I747885` - Corrected layout inconsistencies when inserting white space after selecting content. |
29 | | -- `#I748857` - Ensured left and right margins are properly applied during horizontal ruler scrolling. |
30 | | -- `#I748856` - Fixed horizontal ruler misalignment when resizing the vertical ruler. |
31 | | -- `#I741169` - Resolved an issue where underlines applied to images were not retained correctly. |
32 | | -- `#I744835` - Fixed a script error occurring when dragging text from a table into the header. |
33 | | -- `#I746062` - Addressed export issues with nested content controls. |
34 | | - |
35 | | -#### Features |
36 | | - |
37 | | -- `#I723821` - Added event to access the paste action before it paste |
| 11 | +- `#I748794` - Resolved a performance issue when scrolling the document with a header row. |
| 12 | +- `#I954857` - Resolved a font size updating issue when selecting the different fonts. |
| 13 | +- `#I750843` - Resolved an issue where the Different First Page header changed to a normal header when updating margin values. |
| 14 | +- `#I753959` - Resolved an exception that occurred when deleting a list and adding a new list in the same paragraph. |
| 15 | +- `#I757421` - Resolved an issue where the delete action caused overlap and a script error in Document Editor. |
| 16 | +- `#I751509` - Resolved an issue where the scrollbar did not update while selecting and copying text in Firefox. |
| 17 | +- `#I757912` - Resolved issues with the Alter Case functionality in Document Editor. |
| 18 | +- `#I758674` - Resolved an issue where the Table Merge option was disabled. |
| 19 | +- `#I757365` - Resolved an issue where replacing a suggested word removed extra content. |
| 20 | +- `#I761480` - Resolved an issue where underline formatting was incorrect when accepting a deletion revision. |
| 21 | +- `#I188060` - Added support for integrating Document Editor into Ant Modal. |
| 22 | +- `#I755704` - Resolved a spell check issue caused by the tab character and fixed an issue rendering the documents default character format after setting the editors character format. |
38 | 23 |
|
39 | 24 | ## 30.1.42 (2025-07-29) |
40 | 25 |
|
|
0 commit comments