|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## 19.3.53 (2021-11-12) |
| 6 | + |
| 7 | +### Document Editor |
| 8 | + |
| 9 | +#### Bug Fixes |
| 10 | + |
| 11 | +- `#I343310` - Resolved the blank page adding issue in exported word document due to footnote. |
| 12 | +- `#I345594` - Resolved the new style listing problem during localization. |
| 13 | +- `#I344840` - Resolved the height and width for `insertImage` API. |
| 14 | +- `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled. |
| 15 | +- `#I342774` - Resolved the word export issue for document with content control. |
| 16 | +- `#I340276` - Resolved issue with entering custom date time value in form field. |
| 17 | +- `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page. |
| 18 | +- `#I343106` - Resolved the table border rendering issue. |
| 19 | +- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words. |
| 20 | +- `#I338302` - Resolved the hanging issue when opening document with table. |
| 21 | +- `#I339240` - RTL list is now deleted properly. |
| 22 | +- `#I340758` - Resolved the word export issue for the table with merged cells. |
| 23 | +- `#I341140` - Track changes content is now updated properly for the existing empty line. |
| 24 | +- `#F167253`, `#F168269` - Track changes pane visibility issue is resolved. |
| 25 | +- `#I341985` - Resolved the tab space rendering issue. |
| 26 | +- `#F168463` - Resolved the layout issue for the element with square wrapping style. |
| 27 | +- `#I338947` - Resolved the undo problem after paste of hebrew text. |
| 28 | +- `#I341435` - Optimized the content change event triggering in Document Editor. |
| 29 | +- `#I340867` - Selection issue after applying character format is resolved. |
| 30 | +- `#I341335` - Resolved the text formatting preservation for merge fields. |
| 31 | +- `#I339239`, `#I339242`, `#I339021` - Resolved the text arrangement issue for RTL documents. |
| 32 | +- `#I335659` - Resolved the undo/redo some text in RTL mode. |
| 33 | +- `#I340643` - Resolved the comment mark removal issue in comment delete. |
| 34 | +- `#I339335` - Resolved the hanging issue in editing document with Hebrew text. |
| 35 | +- `#I340121` - Resolved the issue with elbow connector rendering as line connector. |
| 36 | +- `#I339453` - Resolved the rendering issue in fixed table width case. |
| 37 | +- `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table. |
| 38 | +- `#I339602` – Track changes is now updated properly in header and footer. |
| 39 | +- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text. |
| 40 | +- `#I339714` – Footnote order is now updated properly. |
| 41 | +- `#I339973` - Table serialization issue in word export is resolved. |
| 42 | +- `#I340795` – Issue with copying field is resolved. |
| 43 | +- `#I339872` – Page number is footer is now updated properly. |
| 44 | +- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break. |
| 45 | +- `#I339027` – Resolved the script error in saving tracked content in header/footer. |
| 46 | +- `#I340532` – Html elements are nor properly disposed. |
| 47 | +- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component. |
| 48 | +- `#I341375` – Resolved the history issue in comment operations. |
| 49 | +- `#I341840` – Resolved the table rendering issue. |
| 50 | + |
| 51 | +#### New Features |
| 52 | + |
| 53 | +- `#I345565` - Added support for Word 2013 justification. |
| 54 | +- `#I343497` - Added support to render the texture style for table cell shading. |
| 55 | +- `#I343751` - Added alert window for row and column specified more than 63 and 32767 respectively in insert table dialog. |
| 56 | +- `#I342110` - Added event to customize the XMLHttpRequest in DocumentEditor and DocumentEditorContainer component. |
| 57 | + |
5 | 58 | ## 19.3.48 (2021-11-02)
|
6 | 59 |
|
7 | 60 | ### Document Editor
|
|
0 commit comments