|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## 18.2.54 (2020-08-18) |
| 6 | + |
| 7 | +### Document Editor |
| 8 | + |
| 9 | +#### New Features |
| 10 | + |
| 11 | +- `#275184` - Added support for retrieving next and previous element context type from current selection range. |
| 12 | +- `#243495` - Added support for automatic text color. |
| 13 | +- `#279355` - Added support to enable properties pane in read only mode. |
| 14 | +- `#260677`, `#277329` - Added support for cropping images in document editor. |
| 15 | +- `#250760` - Added before file open event to restrict document loading based on file size. |
| 16 | +- `#256210`, `#259583`, `#280989`, `#282228` - Added support for all Caps property for character. |
| 17 | +- Added API to delete bookmark. |
| 18 | +- `#267515`- Added API to get searched item hierarchical index. |
| 19 | +- `#284937`- Added API show restrict editing pane. |
| 20 | +- `#280089`, `#283427`, `#250760` - Added event to notify service failure. |
| 21 | + |
| 22 | +#### Bug Fixes |
| 23 | + |
| 24 | +- `#286986` - Table properties are now written properly on html exporting. |
| 25 | +- `#286520` - Inserted text selection now applied properly after applying style. |
| 26 | +- `#287740` - Paper size dropdown in page setup dialog now updated for document with A4 format. |
| 27 | +- `#282515` - Resolved error on exporting a document which contains restart numbering. |
| 28 | +- `#287633` - Table containing alignment is now exporting properly with alignment. |
| 29 | +- `#286469` - Resolved table formatting issue when table splits to multiple pages. |
| 30 | +- `#285747` - Resolved script error on server side export. |
| 31 | +- `#284704` - Resolved script error on changing the footer distance. |
| 32 | +- `#283529` - Resolved table layout issue when table is center aligned. |
| 33 | +- `#283180` - Resolved font family no records found issue. |
| 34 | +- `#282303` - Paste dropdown now hides when creating or opening new document. |
| 35 | +- `#280951` - Table content renders properly now for table with merged cells. |
| 36 | +- `#280973` - Resolved script while getting bookmarks from selection. |
| 37 | +- `#284486` - Comment Tab in pane is removed when enable comment is false. |
| 38 | +- `#283344` - Resolved the initial delay in pasting images. |
| 39 | +- `#282707`,`#284035` - Resolved bullet list exporting issue in MAC devices. |
| 40 | +- `#284412` - Comment mark is now deleted properly when comment is deleted. |
| 41 | +- `#281339` - Resolved RTL issue when editing a list content. |
| 42 | +- `#276616` - Paragraph maintained when inserting text in whole paragraph similar to MS Word. |
| 43 | +- `#284775` - Resolved table resize enabled issue in protected mode. |
| 44 | +- `#282504` - Resolved footer content overlapping issue when inserting image and table in footer. |
| 45 | + |
5 | 46 | ## 18.2.47 (2020-07-28)
|
6 | 47 |
|
7 | 48 | ### Document Editor
|
|
0 commit comments