|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
5 |
| -## 19.3.43 (2021-09-30) |
| 5 | +## 19.3.44 (2021-10-05) |
6 | 6 |
|
7 | 7 | ### Document Editor
|
8 | 8 |
|
| 9 | +#### Bug Fixes |
| 10 | + |
| 11 | +- `#I339602` – Track changes is now updated properly in header and footer. |
| 12 | +- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text. |
| 13 | +- `#I339714` – Footnote order is now updated properly. |
| 14 | +- `#I339973` - Table serialization issue in word export is resolved. |
| 15 | +- `#I340795` – Issue with copying field is resolved. |
| 16 | +- `#I339872` – Page number is footer is now updated properly. |
| 17 | +- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break. |
| 18 | +- `#I339027` – Resolved the script error in saving tracked content in header/footer. |
| 19 | +- `#I340532` – Html elements are nor properly disposed. |
| 20 | +- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component |
| 21 | +- `#I340643`, `#I341375` – Resolved the history issue in comment operations |
| 22 | +- `#I341840` – Resolved the table rendering issue. |
| 23 | + |
9 | 24 | #### New Features
|
10 | 25 |
|
11 |
| -- `#I256210`, `#F150773`, `#I295055`, `#I295551`, `#I324037`, `#I326715` - Added support for Widow/Orphan control, Keep with next and Keep lines together properties. |
12 |
| -- `#I298019`, `#I307321`, `#F160804`, `#F164217`, `#F164872` – Improved the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents. |
13 |
| -- `#I243246`, `#I249594`, `#I287633`, `#I295055`, `#I295549`, `#I299657`, `#I308408`, `#I326567` – Added support to preserve tables with position properties. |
14 |
| -- Added option to directly convert DocIO's WordDocument to SFDT and vice-versa in .NET and Java server-side library. |
15 |
| -- Added Word-to-SFDT conversion in Java server-side library. |
16 |
| -- Added new spell checker library for Java. |
| 26 | +- `#I342110` - Added event to customize the XMLHttpRequest in DocumentEditor and DocumentEditorContainer component. |
| 27 | + |
| 28 | +## 19.3.43 (2021-09-30) |
| 29 | + |
| 30 | +### Document Editor |
| 31 | + |
| 32 | +#### Breaking Changes |
| 33 | + |
| 34 | +- Optimized the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents. This improvement is included as default behaviour along with an optional API `enableOptimizedTextMeasuring` in Document editor settings. To disable this improvement and retain the document pagination behaviour of older versions, kindly set `false` to `enableOptimizedTextMeasuring` property. |
17 | 35 |
|
18 | 36 | #### Bug Fixes
|
19 | 37 |
|
|
76 | 94 | - `#I341016` - Resolved the script error while exporting a document with empty list.
|
77 | 95 | - `#I334046` - Optimized the spell check by page service call in optimized spell check mode.
|
78 | 96 |
|
| 97 | +#### New Features |
| 98 | + |
| 99 | +- `#I256210`, `#F150773`, `#I295055`, `#I295551`, `#I324037`, `#I326715` - Added support for Widow/Orphan control, Keep with next and Keep lines together properties. |
| 100 | +- `#I298019`, `#I307321`, `#F160804`, `#F164217`, `#F164872` – Improved the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents. |
| 101 | +- `#I243246`, `#I249594`, `#I287633`, `#I295055`, `#I295549`, `#I299657`, `#I308408`, `#I326567` – Added support to preserve tables with position properties. |
| 102 | +- Added option to directly convert DocIO's WordDocument to SFDT and vice-versa in .NET and Java server-side library. |
| 103 | +- Added Word-to-SFDT conversion in Java server-side library. |
| 104 | +- Added new spell checker library for Java. |
| 105 | + |
79 | 106 | ## 19.2.62 (2021-09-14)
|
80 | 107 |
|
81 | 108 | ### Document Editor
|
|
0 commit comments