|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
5 | | -## 31.2.12 (2025-11-18) |
| 5 | +## 31.2.15 (2025-11-25) |
6 | 6 |
|
7 | 7 | ### DocumentEditor |
8 | 8 |
|
9 | 9 | #### Bug Fixes |
10 | 10 |
|
11 | | -`#I776220` - Table fill color was not applied correctly. |
12 | | -`#I778750` - Alignment, line spacing, and font settings were not preserved. |
13 | | -`#I770477` - Cell width became incorrect after merging cells. |
14 | | -`#I783704` - Find pane did not open with the Ctrl + F shortcut. |
15 | 11 | `#I779496` - Fixed a script error that occurred when deleting content inside a table cell. |
16 | | -`#I775650` - "No Color" highlight option now shows the pointer cursor like other buttons. |
| 12 | +`#I773785` - Resolved an issue where inline editing did not work for Date or Number form fields. |
| 13 | +`#I777100` - Resolved an issue where updating a checkbox form field did not navigate to the corresponding position. |
| 14 | + |
| 15 | +## 31.2.12 (2025-11-18) |
| 16 | + |
| 17 | +### DocumentEditor |
| 18 | + |
| 19 | +#### Bug Fixes |
| 20 | + |
| 21 | +`#I776220` - Fixed an issue where the table fill color was not applied correctly. |
| 22 | +`#I778750` - Resolved loss of alignment, line spacing, and font settings. |
| 23 | +`#I770477` - Corrected cell width after merge operations. |
| 24 | +`#I783704` - Ctrl+F now opens the Find pane as expected. |
| 25 | +`#I775650` - “No Color” highlight option now shows a pointer cursor like other buttons. |
| 26 | +`#I783047` - Corrected superscript formatting when typing a comma. |
| 27 | +`#I770706` - Undo now restores the original bullet-point formatting. |
| 28 | +`#I774637` - Spell-check suggestions now display properly. |
| 29 | +`#I779125` - Resolved a script error during DOCX export. |
| 30 | +`#I773853` - The `showRevisions` property now works correctly in protected documents. |
| 31 | +`#I763990` - Resolved an issue where footnotes were undefined during serialization. |
| 32 | +`#I781625` - Resolved selection issues with nested bookmarks when using the `navigateToNextEditingRegion` API. |
| 33 | +`#I780167` - Improved responsiveness during text insertion and backspacing. |
| 34 | +`#I776105` - Images no longer clip when “Exactly” line spacing is applied. |
| 35 | +`#I778204` - The cursor is now visible in empty editable regions. |
| 36 | + |
| 37 | +`#I776220` - Fixed an issue where the table fill color was not applied correctly. |
| 38 | +`#I778750` - Resolved loss of alignment, line spacing, and font settings. |
| 39 | +`#I770477` - Corrected cell width after merge operations. |
| 40 | +`#I783704` - Ctrl+F now opens the Find pane as expected. |
| 41 | +`#I775650` - "No Color" highlight option now shows a pointer cursor like other buttons. |
17 | 42 | `#I783047` - Corrected superscript formatting when typing a comma. |
18 | 43 | `#I770706` - Undo now restores the original bullet-point formatting. |
19 | | -`#I774637` - Spell-check suggestions were not displayed properly. |
20 | | -`#I779125` - Resolved script error when exporting the document as DOCX. |
| 44 | +`#I774637` - Spell-check suggestions now display properly. |
| 45 | +`#I779125` - Resolved a script error during DOCX export. |
21 | 46 | `#I773853` - The `showRevisions` property now works correctly in protected documents. |
22 | | -`#I763990` - Footnotes were undefined when serializing a document. |
| 47 | +`#I763990` - Resolved an issue where footnotes were undefined during serialization. |
23 | 48 | `#I781625` - Resolved selection issues with nested bookmarks when using the `navigateToNextEditingRegion` API. |
24 | | -`#I780167` - Reduced lag during text insertion and backspacing. |
25 | | -`#I776105` - Prevented image clipping when "Exactly" line spacing is applied. |
26 | | -`#I778204` - Cursor is now visible in an empty editable region. |
| 49 | +`#I780167` - Improved responsiveness during text insertion and backspacing. |
| 50 | +`#I776105` - Images no longer clip when "Exactly" line spacing is applied. |
| 51 | +`#I778204` - The cursor is now visible in empty editable regions. |
27 | 52 |
|
28 | 53 | ## 31.2.10 (2025-11-13) |
29 | 54 |
|
|
2157 | 2182 |
|
2158 | 2183 | #### Bug Fixes |
2159 | 2184 |
|
| 2185 | +- `#I348089` - Resolved the protected columns, rows, and cells editing issue. |
| 2186 | +- `#I344822` - Word with hyphen characters are now displayed properly. |
| 2187 | +- `#I345558` - Resolved the table layout for the nested table with position. |
| 2188 | +- `#I346408` - Table cell content reversed on undo is now resolved. |
| 2189 | +- `#I346992` - Paragraph with widow/orphan property is now displayed properly. |
| 2190 | +- `#I341119` - Document with image and table with top and bottom wrapping style is now opened properly. |
| 2191 | +- `#I344713`- Resolved table header row rendering issue. |
| 2192 | +- `#I341963`, `#I341840` - Resolved the table rendering issue. |
| 2193 | +- `#I344704` - Resolved issue with tracking changes in empty paragraph. |
| 2194 | +- `#I344351` - Line height is now calculated properly when space character has font size greater than the paragraph mark. |
| 2195 | +- `#I345759`, `#I343106`- Resolved the table border rendering issue. |
| 2196 | +- `#I343645` - Table grid after width defined as percentage type is now properly exported in server-side. |
| 2197 | +- `#I341659` - Resolved the list alignment issue. |
| 2198 | +- `#I347230` - Line spacing value zero is now properly exported in server-side. |
| 2199 | +- `#I346468` - Resolved the document corruption issue due to z-order in server-side exporting. |
| 2200 | +- `#I344830` - Resolved exception in opening and saving the document with calculation type form field. |
| 2201 | +- `#I345582`, `#I341985` - Document with tab width is now displayed properly. |
| 2202 | +- `#I346985` - Line height is now properly updated for tab character when its font size greater than other elements in the line. |
| 2203 | +- `#FB29648` - Table rows/columns in header and footer are now resized properly. |
| 2204 | +- `#I349115` - Resolved the scrolling behaviour issue when using `goToPage` API. |
| 2205 | +- `#I348516` - Table/Cell background color is preserved properly during copy/paste. |
| 2206 | +- `#I341891` - Resolved the hanging issue while editing the footnote content. |
| 2207 | +- `#I344790` - Resolved the footnote overlapping issue when editing a table. |
| 2208 | +- `#I343310` - Resolved the blank page issue in the exported Word document due to footnote. |
| 2209 | +- `#I345594` - Resolved the new style listing problem when Document editor is localized for languages other than English. |
| 2210 | +- `#I344840` - Resolved the height and width for `insertImage` API. |
| 2211 | +- `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled. |
| 2212 | +- `#I342774` - The Word document is now exported properly when the document contains content control. |
| 2213 | +- `#I340276` - Resolved issue with entering custom date time value for form field. |
| 2214 | +- `#I344605` - Resolved the context menu displaying issue when multiple instances of Document Editor are used in same page. |
| 2215 | +- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words. |
| 2216 | +- `#I338302` - Resolved the hanging issue when opening document with table. |
| 2217 | +- `#I339240` - RTL list is now deleted properly. |
| 2218 | +- `#I340758` - The Word document is now exported properly when the document contains table with merged cells. |
| 2219 | +- `#I341140` - Tracked changes is now updated properly for the existing empty line. |
| 2220 | +- `#F167253`, `#F168269` - Track changes pane visibility issue is now resolved. |
| 2221 | +- `#F168463` - The floating element with square wrapping style is now displayed properly. |
| 2222 | +- `#I338947` - Resolved the issue with undo after pasting Hebrew text. |
| 2223 | +- `#I341435` - Optimized the content change event triggering in Document Editor. |
| 2224 | +- `#I340867` - Selection is now working properly after applying character format. |
| 2225 | +- `#I341335` - Text formatting is now preserved properly for merge fields. |
| 2226 | +- `#I339239`, `#I339242`, `#I339021` - RTL text are now arranged properly. |
| 2227 | +- `#I335659` - RTL text are now preserved properly on undo/redo. |
| 2228 | +- `#I340643` - The comment mark is now removed properly when deleting comment. |
| 2229 | +- `#I339335` - Resolved the hanging issue when editing document with Hebrew text. |
| 2230 | +- `#I340121` - Resolved the issue with rendering elbow connector as line connector. |
| 2231 | +- `#I339453` - Resolved the issue with rendering a fixed width table. |
| 2232 | +- `#I341119` - Resolved the overlapping issue for image with top and bottom wrapping inside table. |
| 2233 | +- `#I339602` - Track changes is now updated properly in header and footer. |
| 2234 | +- `#I341964`, `#I342165` - RTL text is now arranged properly when copy/paste. |
| 2235 | +- `#I339714` - Footnote order is now updated properly. |
| 2236 | +- `#I339973` - Table is now preserved properly in the exported Word document. |
| 2237 | +- `#I340795` - Field is now copied properly. |
| 2238 | +- `#I339872` - Page number in footer is now updated properly. |
| 2239 | +- `#I339576`, `#F168072` - Resolved the issue in applying page orientation with the section break. |
| 2240 | +- `#I339027` - Resolved the script error in saving document with tracked changes in header/footer. |
| 2241 | +- `#I340532` - Html elements are now properly disposed. |
| 2242 | +- `#F168319` - Resolved the ViewChange event binding issue in Document Editor component. |
| 2243 | +- `#I341375` - Resolved the undo/redo issue in comment editing operations. |
| 2244 | + |
2160 | 2245 | - `#I348089` - Resolved the protected columns, rows, and cells editing issue. |
2161 | 2246 | - `#I344822` - Word with hyphen characters are now displayed properly. |
2162 | 2247 | - `#I345558` - Resolved the table layout for the nested table with position. |
|
2268 | 2353 |
|
2269 | 2354 | #### Bug Fixes |
2270 | 2355 |
|
| 2356 | +- `#I343310` - Resolved the blank page adding issue in exported word document due to footnote. |
| 2357 | +- `#I345594` - Resolved the new style listing problem during localization. |
| 2358 | +- `#I344840` - Resolved the height and width for `insertImage` API. |
| 2359 | +- `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled. |
| 2360 | +- `#I342774` - Resolved the word export issue for document with content control. |
| 2361 | +- `#I340276` - Resolved issue with entering custom date time value in form field. |
| 2362 | +- `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page. |
| 2363 | +- `#I343106` - Resolved the table border rendering issue. |
| 2364 | +- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words. |
| 2365 | +- `#I338302` - Resolved the hanging issue when opening document with table. |
| 2366 | +- `#I339240` - RTL list is now deleted properly. |
| 2367 | +- `#I340758` - Resolved the word export issue for the table with merged cells. |
| 2368 | +- `#I341140` - Track changes content is now updated properly for the existing empty line. |
| 2369 | +- `#F167253`, `#F168269` - Track changes pane visibility issue is resolved. |
| 2370 | +- `#I341985` - Resolved the tab space rendering issue. |
| 2371 | +- `#F168463` - Resolved the layout issue for the element with square wrapping style. |
| 2372 | +- `#I338947` - Resolved the undo problem after paste of hebrew text. |
| 2373 | +- `#I341435` - Optimized the content change event triggering in Document Editor. |
| 2374 | +- `#I340867` - Selection issue after applying character format is resolved. |
| 2375 | +- `#I341335` - Resolved the text formatting preservation for merge fields. |
| 2376 | +- `#I339239`, `#I339242`, `#I339021` - Resolved the text arrangement issue for RTL documents. |
| 2377 | +- `#I335659` - Resolved the undo/redo some text in RTL mode. |
| 2378 | +- `#I340643` - Resolved the comment mark removal issue in comment delete. |
| 2379 | +- `#I339335` - Resolved the hanging issue in editing document with Hebrew text. |
| 2380 | +- `#I340121` - Resolved the issue with elbow connector rendering as line connector. |
| 2381 | +- `#I339453` - Resolved the rendering issue in fixed table width case. |
| 2382 | +- `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table. |
| 2383 | +- `#I339602` - Track changes is now updated properly in header and footer. |
| 2384 | +- `#I341964`, `#I342165` - Resolved the text rearrange issue in copy/paste of RTL text. |
| 2385 | +- `#I339714` - Footnote order is now updated properly. |
| 2386 | +- `#I339973` - Table serialization issue in word export is resolved. |
| 2387 | +- `#I340795` - Issue with copying field is resolved. |
| 2388 | +- `#I339872` - Page number is footer is now updated properly. |
| 2389 | +- `#I339576`, `#F168072` - Resolved the issue in applying page orientation with the section break. |
| 2390 | +- `#I339027` - Resolved the script error in saving tracked content in header/footer. |
| 2391 | +- `#I340532` - Html elements are nor properly disposed. |
| 2392 | +- `#F168319` - Resolved the ViewChange event binding issue in Document Editor component. |
| 2393 | +- `#I341375` - Resolved the history issue in comment operations. |
| 2394 | +- `#I341840` - Resolved the table rendering issue. |
| 2395 | + |
2271 | 2396 | - `#I343310` - Resolved the blank page adding issue in exported word document due to footnote. |
2272 | 2397 | - `#I345594` - Resolved the new style listing problem during localization. |
2273 | 2398 | - `#I344840` - Resolved the height and width for `insertImage` API. |
|
2380 | 2505 |
|
2381 | 2506 | #### Bug Fixes |
2382 | 2507 |
|
| 2508 | +- `#I339602` - Track changes is now updated properly in header and footer. |
| 2509 | +- `#I341964`, `#I342165` - Resolved the text rearrange issue in copy/paste of RTL text. |
| 2510 | +- `#I339714` - Footnote order is now updated properly. |
| 2511 | +- `#I339973` - Table serialization issue in word export is resolved. |
| 2512 | +- `#I340795` - Issue with copying field is resolved. |
| 2513 | +- `#I339872` - Page number is footer is now updated properly. |
| 2514 | +- `#I339576`, `#F168072` - Resolved the issue in applying page orientation with the section break. |
| 2515 | +- `#I339027` - Resolved the script error in saving tracked content in header/footer. |
| 2516 | +- `#I340532` - Html elements are now properly disposed. |
| 2517 | +- `#F168319` - Resolved the ViewChange event binding issue in Document Editor component |
| 2518 | +- `#I340643`, `#I341375` - Resolved the history issue in comment operations |
| 2519 | +- `#I341840` - Resolved the table rendering issue. |
| 2520 | + |
2383 | 2521 | - `#I339602` – Track changes is now updated properly in header and footer. |
2384 | 2522 | - `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text. |
2385 | 2523 | - `#I339714` – Footnote order is now updated properly. |
|
2468 | 2606 |
|
2469 | 2607 | #### New Features |
2470 | 2608 |
|
| 2609 | +- `#I256210`, `#F150773`, `#I295055`, `#I295551`, `#I324037`, `#I326715` - Added support for Widow/Orphan control, Keep with next and Keep lines together properties. |
| 2610 | +- `#I298019`, `#I307321`, `#F160804`, `#F164217`, `#F164872` - Improved the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents. |
| 2611 | +- `#I243246`, `#I249594`, `#I287633`, `#I295055`, `#I295549`, `#I299657`, `#I308408`, `#I326567` - Added support to preserve tables with position properties. |
| 2612 | +- Added option to directly convert DocIO's WordDocument to SFDT and vice-versa in .NET and Java server-side library. |
| 2613 | +- Added Word-to-SFDT conversion in Java server-side library. |
| 2614 | +- Added new spell checker library for Java. |
| 2615 | + |
2471 | 2616 | - `#I256210`, `#F150773`, `#I295055`, `#I295551`, `#I324037`, `#I326715` - Added support for Widow/Orphan control, Keep with next and Keep lines together properties. |
2472 | 2617 | - `#I298019`, `#I307321`, `#F160804`, `#F164217`, `#F164872` – Improved the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents. |
2473 | 2618 | - `#I243246`, `#I249594`, `#I287633`, `#I295055`, `#I295549`, `#I299657`, `#I308408`, `#I326567` – Added support to preserve tables with position properties. |
|
0 commit comments