|
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. |
17 | 26 | `#I783047` - Corrected superscript formatting when typing a comma. |
18 | 27 | `#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. |
| 28 | +`#I774637` - Spell-check suggestions now display properly. |
| 29 | +`#I779125` - Resolved a script error during DOCX export. |
21 | 30 | `#I773853` - The `showRevisions` property now works correctly in protected documents. |
22 | | -`#I763990` - Footnotes were undefined when serializing a document. |
| 31 | +`#I763990` - Resolved an issue where footnotes were undefined during serialization. |
23 | 32 | `#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. |
| 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. |
27 | 36 |
|
28 | 37 | ## 31.2.10 (2025-11-13) |
29 | 38 |
|
|
2218 | 2227 | - `#I340121` - Resolved the issue with rendering elbow connector as line connector. |
2219 | 2228 | - `#I339453` - Resolved the issue with rendering a fixed width table. |
2220 | 2229 | - `#I341119` - Resolved the overlapping issue for image with top and bottom wrapping inside table. |
2221 | | -- `#I339602` – Track changes is now updated properly in header and footer. |
2222 | | -- `#I341964`, `#I342165` – RTL text is now arranged properly when copy/paste. |
2223 | | -- `#I339714` – Footnote order is now updated properly. |
| 2230 | +- `#I339602` - Track changes is now updated properly in header and footer. |
| 2231 | +- `#I341964`, `#I342165` - RTL text is now arranged properly when copy/paste. |
| 2232 | +- `#I339714` - Footnote order is now updated properly. |
2224 | 2233 | - `#I339973` - Table is now preserved properly in the exported Word document. |
2225 | | -- `#I340795` – Field is now copied properly. |
2226 | | -- `#I339872` – Page number in footer is now updated properly. |
2227 | | -- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break. |
2228 | | -- `#I339027` – Resolved the script error in saving document with tracked changes in header/footer. |
2229 | | -- `#I340532` – Html elements are now properly disposed. |
2230 | | -- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component. |
2231 | | -- `#I341375` – Resolved the undo/redo issue in comment editing operations. |
| 2234 | +- `#I340795` - Field is now copied properly. |
| 2235 | +- `#I339872` - Page number in footer is now updated properly. |
| 2236 | +- `#I339576`, `#F168072` - Resolved the issue in applying page orientation with the section break. |
| 2237 | +- `#I339027` - Resolved the script error in saving document with tracked changes in header/footer. |
| 2238 | +- `#I340532` - Html elements are now properly disposed. |
| 2239 | +- `#F168319` - Resolved the ViewChange event binding issue in Document Editor component. |
| 2240 | +- `#I341375` - Resolved the undo/redo issue in comment editing operations. |
2232 | 2241 |
|
2233 | 2242 | #### New Features |
2234 | 2243 |
|
|
2308 | 2317 | - `#I340121` - Resolved the issue with elbow connector rendering as line connector. |
2309 | 2318 | - `#I339453` - Resolved the rendering issue in fixed table width case. |
2310 | 2319 | - `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table. |
2311 | | -- `#I339602` – Track changes is now updated properly in header and footer. |
2312 | | -- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text. |
2313 | | -- `#I339714` – Footnote order is now updated properly. |
| 2320 | +- `#I339602` - Track changes is now updated properly in header and footer. |
| 2321 | +- `#I341964`, `#I342165` - Resolved the text rearrange issue in copy/paste of RTL text. |
| 2322 | +- `#I339714` - Footnote order is now updated properly. |
2314 | 2323 | - `#I339973` - Table serialization issue in word export is resolved. |
2315 | | -- `#I340795` – Issue with copying field is resolved. |
2316 | | -- `#I339872` – Page number is footer is now updated properly. |
2317 | | -- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break. |
2318 | | -- `#I339027` – Resolved the script error in saving tracked content in header/footer. |
2319 | | -- `#I340532` – Html elements are nor properly disposed. |
2320 | | -- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component. |
2321 | | -- `#I341375` – Resolved the history issue in comment operations. |
2322 | | -- `#I341840` – Resolved the table rendering issue. |
| 2324 | +- `#I340795` - Issue with copying field is resolved. |
| 2325 | +- `#I339872` - Page number is footer is now updated properly. |
| 2326 | +- `#I339576`, `#F168072` - Resolved the issue in applying page orientation with the section break. |
| 2327 | +- `#I339027` - Resolved the script error in saving tracked content in header/footer. |
| 2328 | +- `#I340532` - Html elements are nor properly disposed. |
| 2329 | +- `#F168319` - Resolved the ViewChange event binding issue in Document Editor component. |
| 2330 | +- `#I341375` - Resolved the history issue in comment operations. |
| 2331 | +- `#I341840` - Resolved the table rendering issue. |
2323 | 2332 |
|
2324 | 2333 | #### New Features |
2325 | 2334 |
|
|
2393 | 2402 |
|
2394 | 2403 | #### Bug Fixes |
2395 | 2404 |
|
2396 | | -- `#I339602` – Track changes is now updated properly in header and footer. |
2397 | | -- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text. |
2398 | | -- `#I339714` – Footnote order is now updated properly. |
| 2405 | +- `#I339602` - Track changes is now updated properly in header and footer. |
| 2406 | +- `#I341964`, `#I342165` - Resolved the text rearrange issue in copy/paste of RTL text. |
| 2407 | +- `#I339714` - Footnote order is now updated properly. |
2399 | 2408 | - `#I339973` - Table serialization issue in word export is resolved. |
2400 | | -- `#I340795` – Issue with copying field is resolved. |
2401 | | -- `#I339872` – Page number is footer is now updated properly. |
2402 | | -- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break. |
2403 | | -- `#I339027` – Resolved the script error in saving tracked content in header/footer. |
2404 | | -- `#I340532` – Html elements are now properly disposed. |
2405 | | -- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component |
2406 | | -- `#I340643`, `#I341375` – Resolved the history issue in comment operations |
2407 | | -- `#I341840` – Resolved the table rendering issue. |
| 2409 | +- `#I340795` - Issue with copying field is resolved. |
| 2410 | +- `#I339872` - Page number is footer is now updated properly. |
| 2411 | +- `#I339576`, `#F168072` - Resolved the issue in applying page orientation with the section break. |
| 2412 | +- `#I339027` - Resolved the script error in saving tracked content in header/footer. |
| 2413 | +- `#I340532` - Html elements are now properly disposed. |
| 2414 | +- `#F168319` - Resolved the ViewChange event binding issue in Document Editor component |
| 2415 | +- `#I340643`, `#I341375` - Resolved the history issue in comment operations |
| 2416 | +- `#I341840` - Resolved the table rendering issue. |
2408 | 2417 |
|
2409 | 2418 | #### New Features |
2410 | 2419 |
|
|
2482 | 2491 | #### New Features |
2483 | 2492 |
|
2484 | 2493 | - `#I256210`, `#F150773`, `#I295055`, `#I295551`, `#I324037`, `#I326715` - Added support for Widow/Orphan control, Keep with next and Keep lines together properties. |
2485 | | -- `#I298019`, `#I307321`, `#F160804`, `#F164217`, `#F164872` – Improved the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents. |
2486 | | -- `#I243246`, `#I249594`, `#I287633`, `#I295055`, `#I295549`, `#I299657`, `#I308408`, `#I326567` – Added support to preserve tables with position properties. |
| 2494 | +- `#I298019`, `#I307321`, `#F160804`, `#F164217`, `#F164872` - Improved the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents. |
| 2495 | +- `#I243246`, `#I249594`, `#I287633`, `#I295055`, `#I295549`, `#I299657`, `#I308408`, `#I326567` - Added support to preserve tables with position properties. |
2487 | 2496 | - Added option to directly convert DocIO's WordDocument to SFDT and vice-versa in .NET and Java server-side library. |
2488 | 2497 | - Added Word-to-SFDT conversion in Java server-side library. |
2489 | 2498 | - Added new spell checker library for Java. |
|
0 commit comments