|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## 29.1.35 (2025-04-01) |
| 6 | + |
| 7 | +### DocumentEditor |
| 8 | + |
| 9 | +#### Bug Fixes |
| 10 | + |
| 11 | +- `#I689728` - Fixed text shifting to the previous page when applying formatting styles to a combined paragraph. |
| 12 | +- `#I698686` - Fixed the undo issue for merged table cells. |
| 13 | +- `#I693506` - Fixed table header row resizing incorrectly when adding a row to the table. |
| 14 | +- `#I693683` - Fixed the issue where the document editor remained stuck on loading and failed to open documents. |
| 15 | +- `#I698863` - Fixed the outline rendering issue for rounded rectangle shapes. |
| 16 | +- `#I702446` - Fixed the edit region highlight issue when switching between print and web layouts. |
| 17 | +- `#I701024` - Fixed the malformed URI issue on Mac during document serialization. |
| 18 | +- `#I694808` - Fixed incorrect cursor positioning when continuously pressing Enter in a table cell that extends to the next page. |
| 19 | +- `#I698411` - Improved performance when scrolling and typing in large documents with spell check enabled. |
| 20 | +- `#I681319` - Fixed the issue where comments were removed when selecting text before the comment's end offset. |
| 21 | +- `#I699227`, `#I699397` - Improved editing performance when continuously typing characters. |
| 22 | +- `#I700275` - Fixed table layout issues with repeated header rows. |
| 23 | +- `#I697583` - Fixed missing table cell content when exporting to DOCX. |
| 24 | +- `#I652799` - Fixed incorrect cursor positioning when selecting a column cell. |
| 25 | +- `#I701772` - Fixed style issues in content control text. |
| 26 | +- `#I697055` - Fixed script errors when saving a document as a blob after deleting tracked changes content. |
| 27 | + |
| 28 | +## 29.1.33 (2025-03-25) |
| 29 | + |
| 30 | +### DocumentEditor |
| 31 | + |
| 32 | +#### Features |
| 33 | + |
| 34 | +- `#I690626` - Added support for preserving hidden text when opening and exporting Word documents. |
| 35 | + |
| 36 | +## 28.2.12 (2025-03-19) |
| 37 | + |
| 38 | +### DocumentEditor |
| 39 | + |
| 40 | +#### Bug Fixes |
| 41 | + |
| 42 | +- `#I691095` - Fixed an issue where the `getComments` API returned the same comment ID for both parent and reply comments. |
| 43 | +- `#I695884` - Resolved a browser hanging issue caused by table row splitting when opening an attached document. |
| 44 | +- `#I691853` - Fixed a list numbering issue in the Document Editor that occurred when pasting content multiple times. |
| 45 | +- `#I693444` - Addressed an issue where the toggling of a checkbox content control did not reflect its character format. |
| 46 | +- `#I701050` - Fixed a blob document import issue in the Document Editor when using a Docker container. |
| 47 | +- `#I689203` - Resolved an issue where content deletion with track changes was not functioning correctly. |
| 48 | +- `#I695107` - Fixed a cursor disappearance issue when pressing and holding the arrow button. |
| 49 | + |
| 50 | +## 28.2.11 (2025-03-11) |
| 51 | + |
| 52 | +### DocumentEditor |
| 53 | + |
| 54 | +#### Bug Fixes |
| 55 | + |
| 56 | +- `#F196134` - Fixed a script error that occurred when copying content containing checkbox content control properties. |
| 57 | +- `#I688686` - Fixed the selection issue when applying upper-case formatting to text. |
| 58 | +- `#I644193` - Fixed the XML mapping issue when copy pasting content controls within Document Editor. |
| 59 | +- `#I691211` - Fixed the incorrect drop down list display by using the display text instead of the value. |
| 60 | +- `#I691064` - Fixed the issue of removing and adding highlights to editable ranges using the `highlightEditableRanges` property. |
| 61 | +- `#I686376` - Fixed a script error that occurred when undoing after performing Enter and Apply Style actions. |
| 62 | +- `#I693248` - Fixed the issue where the editing region moved out of the viewport when the keyboard opened on mobile devices. |
| 63 | +- `#I684310`, `#I693656` - Fixed the border rendering issue for nested content controls. |
| 64 | +- `#I691211` - Improved typing performance inside a table when the document contains more than 400 content controls. |
| 65 | + |
| 66 | +## 28.2.9 (2025-03-04) |
| 67 | + |
| 68 | +### DocumentEditor |
| 69 | + |
| 70 | +#### Bug Fixes |
| 71 | + |
| 72 | +- `#I687932` - Fixed the issue where focus was not updated to the document when selecting a comment in the comment pane. |
| 73 | +- `#I685571`, `#I694238` - Fixed the tab element formatting issue when opening the reported document. |
| 74 | +- `#I683091` - Fixed the issue where cell size was not reverting correctly and an extra column was created after deleting a row. |
| 75 | +- `#I683159` - Fixed the issue where the editable region start marker was not rendering correctly when a paragraph had a right margin. |
| 76 | +- `#I691849` - Fixed the issue where Document Editor became unresponsive when accepting all changes in SFDT files containing multiple lists copied from Word. |
| 77 | + |
| 78 | +## 28.2.7 (2025-02-25) |
| 79 | + |
| 80 | +### DocumentEditor |
| 81 | + |
| 82 | +#### Bug Fixes |
| 83 | + |
| 84 | +- `#I682091` - Fixed a document corruption issue when applying a custom style and exporting to Docx. |
| 85 | +- `#I683126` - Fixed a script error that occurred when performing undo, delete, and reject actions on track changes content. |
| 86 | +- `#I691258` - Fixed an issue where undoing the deletion of list items did not work correctly with track changes enabled. |
| 87 | +- `#I687962` - Fixed incorrect behaviour when applying "Capitalize Each Word" to sentences containing multiple words with apostrophes. |
| 88 | +- `#I683579` - Fixed a spell checker issue that occurred when track changes were enabled on combined insertion and deletion content. |
| 89 | +- `#I688793` - Fixed a script error that occurred when opening an SFDT document containing track changes content. |
| 90 | + |
| 91 | +## 28.2.6 (2025-02-18) |
| 92 | + |
| 93 | +### DocumentEditor |
| 94 | + |
| 95 | +#### Bug Fixes |
| 96 | + |
| 97 | +- `#I682967` - Fixed a script error that occurred when deleting content inside an edit region. |
| 98 | +- `#I684112` - Fixed a script issue when opening a line-marker chart in Document Editor. |
| 99 | +- `#I683052` - Fixed a bookmark insertion issue when spell check is enabled. |
| 100 | + |
| 101 | +## 28.2.5 (2025-02-11) |
| 102 | + |
| 103 | +### DocumentEditor |
| 104 | + |
| 105 | +#### Bug Fixes |
| 106 | + |
| 107 | +- `#I683467` - Improved performance by optimizing bookmark manipulation during text insertion. |
| 108 | +- `#I684634` - Fixed an issue where focus moved to the document editor when selecting a tracked revision. |
| 109 | +- `#I684435` - Resolved a freezing issue when accepting all tracked changes. |
| 110 | +- `#I686056` - Fixed an issue where the background color was not updating properly in the properties pane. |
| 111 | +- `#I679707` - Corrected the continuation of page numbers after restarting page numbering. |
| 112 | +- `#I680995` - Fixed font rendering issues when applying the theme font to text. |
| 113 | +- `#I687189` - Resolved caret height inconsistencies in collaborative editing. |
| 114 | +- `#I682585` - Fixed incorrect list indentation when performing an undo action. |
| 115 | +- `#F195801` - Resolved an issue where the content change event was triggered twice when applying a paragraph style. |
| 116 | + |
| 117 | +## 28.2.4 (2025-02-04) |
| 118 | + |
| 119 | +### DocumentEditor |
| 120 | + |
| 121 | +#### Bug Fixes |
| 122 | + |
| 123 | +- `#I680965` - Fixed document corruption when opening a client-side exported DOCX in Microsoft Word. |
| 124 | +- `#I681505` - Fixed issues with programmatically added comment replies and text range selection in the Document Editor. |
| 125 | +- `#I684705` - Fixed wavy underline rendering issue for non-misspelled words when pressing backspace. |
| 126 | +- `#I680849` - Fixed missing split cell content when a row spans multiple pages. |
| 127 | +- `#I667699` - Fixed missing content in shapes after copying and pasting the entire content, followed by server-side DOCX export. |
| 128 | +- `#I678996`, `#I678997`, `#I678999` - Fixed script errors when accepting track changes in list paragraphs and table paragraphs. |
| 129 | + |
| 130 | +## 28.1.39 (2024-01-14) |
| 131 | + |
| 132 | +### DocumentEditor |
| 133 | + |
| 134 | +#### Bug Fixes |
| 135 | + |
| 136 | +- `#I660432` - Improved performance when applying formatting to an entire document. |
| 137 | +- `#I668208` - Fixed text duplication caused by the move-down action outside the editable element after inserting text using Japanese IME on Windows. |
| 138 | +- `#I665638` - Addressed issues with arrow keys, deletion, and keyboard input in form field protection mode for Content Controls. |
| 139 | + |
| 140 | +## 28.1.38 (2025-01-07) |
| 141 | + |
| 142 | +### DocumentEditor |
| 143 | + |
| 144 | +#### Bug Fixes |
| 145 | + |
| 146 | +- `#I665316` - Fixed layout issue during editing due to start and end fields being in different paragraphs. |
| 147 | +- `#I664308` - Addressed the problem of HTML content not copying correctly to the clipboard when copying table content with block content control. |
| 148 | +- `#I669203` - Corrected the issue where revisions in headers were not reflected in the track changes pane due to existing header/footer conditions. |
| 149 | +- `#I675010` - Resolved script error encountered when removing inline contents that include field elements. |
| 150 | +- `#I658140` - Improved performance when inserting text into split table cells across multiple pages. |
| 151 | +- `#I665482` - Fixed script error that occurred when pasting content from Microsoft Word into the Document Editor after selecting table cell content. |
| 152 | + |
| 153 | +## 28.1.37 (2024-12-31) |
| 154 | + |
| 155 | +### DocumentEditor |
| 156 | + |
| 157 | +#### Bug Fixes |
| 158 | + |
| 159 | +- `#I646103` - Fixed the rendering issue of dot and circle bullets in the Ubuntu environment. |
| 160 | +- `#I664612` - Fixed the application hanging issue when searching for text within a split cell widget using the find option. |
| 161 | +- `#I665316` - Fixed the layout issue during editing actions caused by field start and end tags being in different paragraphs. |
| 162 | +- `#I656347` - Fixed the issue where an empty cell was not added in a split row widget. |
| 163 | +- `#I662866` - Fixed a script error that occurred when opening a document with block content controls inside a cell with revisions. |
| 164 | +- `#I660441` - Fixed the issue where a table became corrupt after merging cells. |
| 165 | +- `#I660453` - Fixed the issue where the replace API was not working when using a pattern to find and replace text. |
| 166 | + |
| 167 | +## 28.1.36 (2024-12-24) |
| 168 | + |
| 169 | +### DocumentEditor |
| 170 | + |
| 171 | +#### Bug Fixes |
| 172 | + |
| 173 | +- `#I664697` - Implemented image cropping for metafile images in the Document Editor. |
| 174 | +- `#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. |
| 175 | +- `#I653747` - Resolved the font family rendering issue for special characters when the `FontHintType` property is applied in the character format. |
| 176 | +- `#I658305` - Corrected the updating of ordered list numbers when the list includes level overrides. |
| 177 | +- `#I662705` - The `setDefaultCharacterFormat` API now functions correctly in the Document Editor. |
| 178 | +- `#I652850` - Fixed cursor position updates and keyboard navigation issues for content controls in the Document Editor. |
| 179 | +- `#I668350` - Addressed the bullet list symbol rendering issue in exported DOCX documents after inserting a bullet list in the Document Editor. |
| 180 | +- `#I662244` - Resolved the track changes inconsistency issue in collaborative mode. |
| 181 | +- `#I660426` - Fixed the undo issue that occurred after merging table cells. |
| 182 | +- `#I661535` - Resolved the issue of span elements being present in comment data. |
| 183 | + |
| 184 | +## 28.1.35 (2024-12-18) |
| 185 | + |
| 186 | +### DocumentEditor |
| 187 | + |
| 188 | +#### Bug Fixes |
| 189 | + |
| 190 | +- `#I653914` - Script error no longer thrown when drag and drop the text in document editor. |
| 191 | +- `#I655487` - Now, table column is rendered properly when imported the exported document. |
| 192 | +- `#I656985` - Now, oval shape is preserved properly in the document editor. |
| 193 | +- `#I658167` - Now table row get resized properly when we resize the row fast. |
| 194 | +- `F194125` - Now, Footnote and content does not get overlap when edit inside the document. |
| 195 | +- `#I640675` - Resolved the document freezing issue when reject the track changes. |
| 196 | +- `#I651428` - Now, comment get removed properly when delete the paragraph and accept the changes. |
| 197 | +- `#I661065` - Table border is rendered properly when table cell border's line style is set as none. |
| 198 | +- `#I658922` - Now, check box is rendered properly after change the value as checked. |
| 199 | +- `#I651509` - Provided content change event support to notify when protect and unprotected the document. |
| 200 | +- `#I658140` - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table. |
| 201 | +- `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting. |
| 202 | +- `#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. |
| 203 | +- `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied. |
| 204 | + |
5 | 205 | ## 27.2.4 (2024-11-26)
|
6 | 206 |
|
7 | 207 | ### DocumentEditor
|
|
0 commit comments