|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## 28.1.35 (2024-12-18) |
| 6 | + |
| 7 | +### DocumentEditor |
| 8 | + |
| 9 | +#### Bug Fixes |
| 10 | + |
| 11 | +- `#I653914` - Script error no longer thrown when drag and drop the text in document editor. |
| 12 | +- `#I655487` - Now, table column is rendered properly when imported the exported document. |
| 13 | +- `#I656985` - Now, oval shape is preserved properly in the document editor. |
| 14 | +- `#I658167` - Now table row get resized properly when we resize the row fast. |
| 15 | +- `F194125` - Now, Footnote and content does not get overlap when edit inside the document. |
| 16 | +- `#I640675` - Resolved the document freezing issue when reject the track changes. |
| 17 | +- `#I651428` - Now, comment get removed properly when delete the paragraph and accept the changes. |
| 18 | +- `#I661065` - Table border is rendered properly when table cell border's line style is set as none. |
| 19 | +- `#I658922` - Now, check box is rendered properly after change the value as checked. |
| 20 | +- `#I651509` - Provided content change event support to notify when protect and unprotected the document. |
| 21 | +- `#I658140` - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table. |
| 22 | +- `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting. |
| 23 | +- `#I645286`, `#I647203` - Handled the logic to combine text ranges with the same character formatting in the paragraph when exporting as SFDT to resolve performance issues. |
| 24 | +- `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied. |
| 25 | + |
| 26 | +- `#I653914` - Script error no longer thrown when drag and drop the text in document editor. |
| 27 | +- `#I655487` - Now, table column is rendered properly when imported the exported document. |
| 28 | +- `#I656985` - Now, oval shape is preserved properly in the document editor. |
| 29 | +- `#I658167` - Now table row get resized properly when we resize the row fast. |
| 30 | +- `F194125` - Now, Footnote and content does not get overlap when edit inside the document. |
| 31 | +- `#I640675` - Resolved the document freezing issue when reject the track changes. |
| 32 | +- `#I651428` - Now, comment get removed properly when delete the paragraph and accept the changes. |
| 33 | +- `#I661065` - Table border is rendered properly when table cell border's line style is set as none. |
| 34 | +- `#I658922` - Now, check box is rendered properly after change the value as checked. |
| 35 | +- `#I651509` - Provided content change event support to notify when protect and unprotected the document. |
| 36 | +- `#I658140` - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table. |
| 37 | +- `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting. |
| 38 | +- `#I645286`, `#I647203` - Handled the logic to combine text ranges with the same character formatting in the paragraph when exporting as SFDT to resolve performance issues. |
| 39 | +- `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied. |
| 40 | +Unreleased] |
| 41 | + |
5 | 42 | ## 27.2.4 (2024-11-26)
|
6 | 43 |
|
7 | 44 | ### DocumentEditor
|
|
0 commit comments