|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
5 |
| -## 28.1.35 (2024-12-18) |
| 5 | +## 28.1.36 (2024-12-24) |
6 | 6 |
|
7 | 7 | ### DocumentEditor
|
8 | 8 |
|
9 | 9 | #### Bug Fixes
|
10 | 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. |
| 11 | +- `#I664697` - Implemented image cropping for metafile images in the Document Editor. |
| 12 | +- `#I662670` - Fixed the navigation pane issue where it moved to the start position when clicking sub-level headings. The selected heading is now properly highlighted. |
| 13 | +- `#I653747` - Resolved the font family rendering issue for special characters when the `FontHintType` property is applied in the character format. |
| 14 | +- `#I658305` - Corrected the updating of ordered list numbers when the list includes level overrides. |
| 15 | +- `#I662705` - The `setDefaultCharacterFormat` API now functions correctly in the Document Editor. |
| 16 | +- `#I652850` - Fixed cursor position updates and keyboard navigation issues for content controls in the Document Editor. |
| 17 | +- `#I668350` - Addressed the bullet list symbol rendering issue in exported DOCX documents after inserting a bullet list in the Document Editor. |
| 18 | +- `#I662244` - Resolved the track changes inconsistency issue in collaborative mode. |
| 19 | +- `#I660426` - Fixed the undo issue that occurred after merging table cells. |
| 20 | +- `#I661535` - Resolved the issue of span elements being present in comment data. |
| 21 | + |
| 22 | +## 28.1.35 (2024-12-18) |
| 23 | + |
| 24 | +### DocumentEditor |
| 25 | + |
| 26 | +#### Bug Fixes |
25 | 27 |
|
26 | 28 | - `#I653914` - Script error no longer thrown when drag and drop the text in document editor.
|
27 | 29 | - `#I655487` - Now, table column is rendered properly when imported the exported document.
|
|
37 | 39 | - `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting.
|
38 | 40 | - `#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 | 41 | - `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied.
|
40 |
| -Unreleased] |
41 | 42 |
|
42 | 43 | ## 27.2.4 (2024-11-26)
|
43 | 44 |
|
|
0 commit comments