|
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 |
|
2160 | | -- `#I348089` - Resolved the protected columns, rows, and cells editing issue. |
2161 | | -- `#I344822` - Word with hyphen characters are now displayed properly. |
2162 | | -- `#I345558` - Resolved the table layout for the nested table with position. |
2163 | | -- `#I346408` - Table cell content reversed on undo is now resolved. |
2164 | | -- `#I346992` - Paragraph with widow/orphan property is now displayed properly. |
2165 | | -- `#I341119` - Document with image and table with top and bottom wrapping style is now opened properly. |
2166 | | -- `#I344713`- Resolved table header row rendering issue. |
2167 | | -- `#I341963`, `#I341840` - Resolved the table rendering issue. |
2168 | | -- `#I344704` - Resolved issue with tracking changes in empty paragraph. |
2169 | | -- `#I344351` - Line height is now calculated properly when space character has font size greater than the paragraph mark. |
2170 | | -- `#I345759`, `#I343106`- Resolved the table border rendering issue. |
2171 | | -- `#I343645` - Table grid after width defined as percentage type is now properly exported in server-side. |
2172 | | -- `#I341659` - Resolved the list alignment issue. |
2173 | | -- `#I347230` - Line spacing value zero is now properly exported in server-side. |
2174 | | -- `#I346468` - Resolved the document corruption issue due to z-order in server-side exporting. |
2175 | | -- `#I344830` - Resolved exception in opening and saving the document with calculation type form field. |
2176 | | -- `#I345582`, `#I341985` - Document with tab width is now displayed properly. |
2177 | | -- `#I346985` - Line height is now properly updated for tab character when its font size greater than other elements in the line. |
2178 | | -- `#FB29648` - Table rows/columns in header and footer are now resized properly. |
2179 | | -- `#I349115` - Resolved the scrolling behaviour issue when using `goToPage` API. |
2180 | | -- `#I348516` - Table/Cell background color is preserved properly during copy/paste. |
2181 | | -- `#I341891` - Resolved the hanging issue while editing the footnote content. |
2182 | | -- `#I344790` - Resolved the footnote overlapping issue when editing a table. |
2183 | | -- `#I343310` - Resolved the blank page issue in the exported Word document due to footnote. |
2184 | | -- `#I345594` - Resolved the new style listing problem when Document editor is localized for languages other than English. |
2185 | | -- `#I344840` - Resolved the height and width for `insertImage` API. |
2186 | | -- `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled. |
2187 | | -- `#I342774` - The Word document is now exported properly when the document contains content control. |
2188 | | -- `#I340276` - Resolved issue with entering custom date time value for form field. |
2189 | | -- `#I344605` - Resolved the context menu displaying issue when multiple instances of Document Editor are used in same page. |
2190 | | -- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words. |
2191 | | -- `#I338302` - Resolved the hanging issue when opening document with table. |
2192 | | -- `#I339240` - RTL list is now deleted properly. |
2193 | | -- `#I340758` - The Word document is now exported properly when the document contains table with merged cells. |
2194 | | -- `#I341140` - Tracked changes is now updated properly for the existing empty line. |
2195 | | -- `#F167253`, `#F168269` - Track changes pane visibility issue is now resolved. |
2196 | | -- `#F168463` - The floating element with square wrapping style is now displayed properly. |
2197 | | -- `#I338947` - Resolved the issue with undo after pasting Hebrew text. |
2198 | | -- `#I341435` - Optimized the content change event triggering in Document Editor. |
2199 | | -- `#I340867` - Selection is now working properly after applying character format. |
2200 | | -- `#I341335` - Text formatting is now preserved properly for merge fields. |
2201 | | -- `#I339239`, `#I339242`, `#I339021` - RTL text are now arranged properly. |
2202 | | -- `#I335659` - RTL text are now preserved properly on undo/redo. |
2203 | | -- `#I340643` - The comment mark is now removed properly when deleting comment. |
2204 | | -- `#I339335` - Resolved the hanging issue when editing document with Hebrew text. |
2205 | | -- `#I340121` - Resolved the issue with rendering elbow connector as line connector. |
2206 | | -- `#I339453` - Resolved the issue with rendering a fixed width table. |
2207 | | -- `#I341119` - Resolved the overlapping issue for image with top and bottom wrapping inside table. |
2208 | | -- `#I339602` – Track changes is now updated properly in header and footer. |
2209 | | -- `#I341964`, `#I342165` – RTL text is now arranged properly when copy/paste. |
2210 | | -- `#I339714` – Footnote order is now updated properly. |
2211 | | -- `#I339973` - Table is now preserved properly in the exported Word document. |
2212 | | -- `#I340795` – Field is now copied properly. |
2213 | | -- `#I339872` – Page number in footer is now updated properly. |
2214 | | -- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break. |
2215 | | -- `#I339027` – Resolved the script error in saving document with tracked changes in header/footer. |
2216 | | -- `#I340532` – Html elements are now properly disposed. |
2217 | | -- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component. |
2218 | | -- `#I341375` – Resolved the undo/redo issue in comment editing operations. |
2219 | | - |
2220 | 2185 | - `#I348089` - Resolved the protected columns, rows, and cells editing issue. |
2221 | 2186 | - `#I344822` - Word with hyphen characters are now displayed properly. |
2222 | 2187 | - `#I345558` - Resolved the table layout for the nested table with position. |
|
2328 | 2293 |
|
2329 | 2294 | #### Bug Fixes |
2330 | 2295 |
|
2331 | | -- `#I343310` - Resolved the blank page adding issue in exported word document due to footnote. |
2332 | | -- `#I345594` - Resolved the new style listing problem during localization. |
2333 | | -- `#I344840` - Resolved the height and width for `insertImage` API. |
2334 | | -- `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled. |
2335 | | -- `#I342774` - Resolved the word export issue for document with content control. |
2336 | | -- `#I340276` - Resolved issue with entering custom date time value in form field. |
2337 | | -- `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page. |
2338 | | -- `#I343106` - Resolved the table border rendering issue. |
2339 | | -- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words. |
2340 | | -- `#I338302` - Resolved the hanging issue when opening document with table. |
2341 | | -- `#I339240` - RTL list is now deleted properly. |
2342 | | -- `#I340758` - Resolved the word export issue for the table with merged cells. |
2343 | | -- `#I341140` - Track changes content is now updated properly for the existing empty line. |
2344 | | -- `#F167253`, `#F168269` - Track changes pane visibility issue is resolved. |
2345 | | -- `#I341985` - Resolved the tab space rendering issue. |
2346 | | -- `#F168463` - Resolved the layout issue for the element with square wrapping style. |
2347 | | -- `#I338947` - Resolved the undo problem after paste of hebrew text. |
2348 | | -- `#I341435` - Optimized the content change event triggering in Document Editor. |
2349 | | -- `#I340867` - Selection issue after applying character format is resolved. |
2350 | | -- `#I341335` - Resolved the text formatting preservation for merge fields. |
2351 | | -- `#I339239`, `#I339242`, `#I339021` - Resolved the text arrangement issue for RTL documents. |
2352 | | -- `#I335659` - Resolved the undo/redo some text in RTL mode. |
2353 | | -- `#I340643` - Resolved the comment mark removal issue in comment delete. |
2354 | | -- `#I339335` - Resolved the hanging issue in editing document with Hebrew text. |
2355 | | -- `#I340121` - Resolved the issue with elbow connector rendering as line connector. |
2356 | | -- `#I339453` - Resolved the rendering issue in fixed table width case. |
2357 | | -- `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table. |
2358 | | -- `#I339602` – Track changes is now updated properly in header and footer. |
2359 | | -- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text. |
2360 | | -- `#I339714` – Footnote order is now updated properly. |
2361 | | -- `#I339973` - Table serialization issue in word export is resolved. |
2362 | | -- `#I340795` – Issue with copying field is resolved. |
2363 | | -- `#I339872` – Page number is footer is now updated properly. |
2364 | | -- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break. |
2365 | | -- `#I339027` – Resolved the script error in saving tracked content in header/footer. |
2366 | | -- `#I340532` – Html elements are nor properly disposed. |
2367 | | -- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component. |
2368 | | -- `#I341375` – Resolved the history issue in comment operations. |
2369 | | -- `#I341840` – Resolved the table rendering issue. |
2370 | | - |
2371 | 2296 | - `#I343310` - Resolved the blank page adding issue in exported word document due to footnote. |
2372 | 2297 | - `#I345594` - Resolved the new style listing problem during localization. |
2373 | 2298 | - `#I344840` - Resolved the height and width for `insertImage` API. |
|
2480 | 2405 |
|
2481 | 2406 | #### Bug Fixes |
2482 | 2407 |
|
2483 | | -- `#I339602` – Track changes is now updated properly in header and footer. |
2484 | | -- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text. |
2485 | | -- `#I339714` – Footnote order is now updated properly. |
2486 | | -- `#I339973` - Table serialization issue in word export is resolved. |
2487 | | -- `#I340795` – Issue with copying field is resolved. |
2488 | | -- `#I339872` – Page number is footer is now updated properly. |
2489 | | -- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break. |
2490 | | -- `#I339027` – Resolved the script error in saving tracked content in header/footer. |
2491 | | -- `#I340532` – Html elements are now properly disposed. |
2492 | | -- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component |
2493 | | -- `#I340643`, `#I341375` – Resolved the history issue in comment operations |
2494 | | -- `#I341840` – Resolved the table rendering issue. |
2495 | | - |
2496 | 2408 | - `#I339602` - Track changes is now updated properly in header and footer. |
2497 | 2409 | - `#I341964`, `#I342165` - Resolved the text rearrange issue in copy/paste of RTL text. |
2498 | 2410 | - `#I339714` - Footnote order is now updated properly. |
|
2581 | 2493 |
|
2582 | 2494 | #### New Features |
2583 | 2495 |
|
2584 | | -- `#I256210`, `#F150773`, `#I295055`, `#I295551`, `#I324037`, `#I326715` - Added support for Widow/Orphan control, Keep with next and Keep lines together properties. |
2585 | | -- `#I298019`, `#I307321`, `#F160804`, `#F164217`, `#F164872` – Improved the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents. |
2586 | | -- `#I243246`, `#I249594`, `#I287633`, `#I295055`, `#I295549`, `#I299657`, `#I308408`, `#I326567` – Added support to preserve tables with position properties. |
2587 | | -- Added option to directly convert DocIO's WordDocument to SFDT and vice-versa in .NET and Java server-side library. |
2588 | | -- Added Word-to-SFDT conversion in Java server-side library. |
2589 | | -- Added new spell checker library for Java. |
2590 | | - |
2591 | 2496 | - `#I256210`, `#F150773`, `#I295055`, `#I295551`, `#I324037`, `#I326715` - Added support for Widow/Orphan control, Keep with next and Keep lines together properties. |
2592 | 2497 | - `#I298019`, `#I307321`, `#F160804`, `#F164217`, `#F164872` - Improved the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents. |
2593 | 2498 | - `#I243246`, `#I249594`, `#I287633`, `#I295055`, `#I295549`, `#I299657`, `#I308408`, `#I326567` - Added support to preserve tables with position properties. |
|
0 commit comments