|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## 20.2.39 (2022-07-19) |
| 6 | + |
| 7 | +### Document Editor |
| 8 | + |
| 9 | +#### Bug Fixes |
| 10 | + |
| 11 | +- `#I386312` - Resolved issue in increase/decrease indent using tab key. |
| 12 | +- `#I378136` - Resolved the content hanging issue while opening the document with tab character. |
| 13 | +- `#I390208`, `#I376243` - Resolved script error while loading the attached document. |
| 14 | +- `#I389150` - Locked regions are not synced properly. |
| 15 | +- `#I381259` - Resolved script error while navigating between print and web layout. |
| 16 | +- `#I381509` - Resolved layouting issue due to footnote element. |
| 17 | +- `#I381367` - Resolved script error while adding comment. |
| 18 | +- `#I384633` - Restricted margin value in page setup dialog similar to MS Word. |
| 19 | +- `#I383938` - New table is now adjust properly to the page width. |
| 20 | +- `#F173898` - Resolved issue with copy & pasting text with highlight color. |
| 21 | +- `#I379350` - Resolved layouting issue due to list format. |
| 22 | +- `#I383921` - Resolved ok button disabled after selecting bookmark in hyperlink dialog. |
| 23 | + |
| 24 | +#### New Feature |
| 25 | + |
| 26 | +- `#I381313` - Added API to get clipboard content. |
| 27 | + |
5 | 28 | ## 20.2.38 (2022-07-12)
|
6 | 29 |
|
7 | 30 | ### Document Editor
|
8 | 31 |
|
9 | 32 | #### Bug Fixes
|
10 | 33 |
|
11 |
| -- `#SF-379353`, `#SF-378987` - Resolved floating table overlapping issue. |
| 34 | +- `#I379353`, `#I378987` - Resolved floating table overlapping issue. |
12 | 35 | - `#F174378` - Improved performance while editing in the protected document.
|
13 |
| -- `#SF-375732` - Resolved issue in rendering merged cell. |
14 |
| -- `#SF-376914` - Resolved script error while updating the list. |
15 |
| -- `#SF-378333` - Resolved tab character layouting issue. |
16 |
| -- `#SF-381087` - Resolved issue in `stopProtection` API. |
17 |
| -- `#SF-382546`, `#SF-384249` - Resolved table disappearing issue while applying top margin. |
| 36 | +- `#I375732` - Resolved issue in rendering merged cell. |
| 37 | +- `#I376914` - Resolved script error while updating the list. |
| 38 | +- `#I378333` - Resolved tab character layouting issue. |
| 39 | +- `#I381087` - Resolved issue in `stopProtection` API. |
| 40 | +- `#I382546`, `#I384249` - Resolved table disappearing issue while applying top margin. |
18 | 41 |
|
19 | 42 | ## 20.1.52 (2022-05-04)
|
20 | 43 |
|
21 | 44 | ### Document Editor
|
22 | 45 |
|
23 | 46 | #### Bug Fixes
|
24 | 47 |
|
25 |
| -- `#SF-368653` - Resolved the Document Editor numbering continuity issue. |
26 |
| -- `#SF-376374` - Resolved the exception thrown on exporting a sfdt without a metafile property in server-side. |
27 |
| -- `#SF-373298` - Resolved the extra paragraph added while updating the table of contents. |
28 |
| -- `#SF-373359` - Resolved the multiples instances of table of content creation when track changes is enabled. |
29 |
| -- `#SF-373451` - Resolved exception while open the document with image without relation identifier. |
30 |
| -- `#SF-373159` - Resolved the console error thrown on pasting a content and then changing page orientation. |
31 |
| -- `#SF-373175` - Resolved the script error thrown on deleting the revision text. |
32 |
| -- `#SF-372741` - Resolved inconsistent behaviour of text selection inside an editable table cell within a read only document. |
33 |
| -- `#SF-372794` - Resolved the script error while serializing sfdt document with page break to html format in server-side. |
34 |
| -- `#SF-372636` - Resolved the text inside the shape with wrapping style 'in-front of text'. |
35 |
| -- `#SF-372159` - Default number format for Page field is now displayed properly. |
36 |
| -- `#SF-371816` - List format is now preserved properly on importing. |
37 |
| -- `#SF-371644` - Table formatting is now preserved properly while copy pasting table and resolved the document hanging in copying. |
38 |
| -- `#SF-370909` - Resolved the script error rendering after content delete. |
39 |
| -- `#SF-369585` - Resolved the scrolling becomes quite slow while selecting the text in document with more than 20 pages. |
40 |
| -- `#SF-368794` - Resolved the tab space issue. |
41 |
| -- `#SF-366157`, `#SF-367362` - Resolved the table rendering issue at the bottom of the page. |
42 |
| -- `#SF-293527` - Justify paragraph layout issue in new page first paragraph is now resolved. |
43 |
| -- `#SF-373340` - Resolved the content hanging issue while opening the attached document. |
44 |
| -- `#SF-372431` - Resolved the table misalignment issue if the table has positioning properties. |
| 48 | +- `#I368653` - Resolved the Document Editor numbering continuity issue. |
| 49 | +- `#I376374` - Resolved the exception thrown on exporting a sfdt without a metafile property in server-side. |
| 50 | +- `#I373298` - Resolved the extra paragraph added while updating the table of contents. |
| 51 | +- `#I373359` - Resolved the multiples instances of table of content creation when track changes is enabled. |
| 52 | +- `#I373451` - Resolved exception while open the document with image without relation identifier. |
| 53 | +- `#I373159` - Resolved the console error thrown on pasting a content and then changing page orientation. |
| 54 | +- `#I373175` - Resolved the script error thrown on deleting the revision text. |
| 55 | +- `#I372741` - Resolved inconsistent behaviour of text selection inside an editable table cell within a read only document. |
| 56 | +- `#I372794` - Resolved the script error while serializing sfdt document with page break to html format in server-side. |
| 57 | +- `#I372636` - Resolved the text inside the shape with wrapping style 'in-front of text'. |
| 58 | +- `#I372159` - Default number format for Page field is now displayed properly. |
| 59 | +- `#I371816` - List format is now preserved properly on importing. |
| 60 | +- `#I371644` - Table formatting is now preserved properly while copy pasting table and resolved the document hanging in copying. |
| 61 | +- `#I370909` - Resolved the script error rendering after content delete. |
| 62 | +- `#I369585` - Resolved the scrolling becomes quite slow while selecting the text in document with more than 20 pages. |
| 63 | +- `#I368794` - Resolved the tab space issue. |
| 64 | +- `#I366157`, `#I367362` - Resolved the table rendering issue at the bottom of the page. |
| 65 | +- `#I293527` - Justify paragraph layout issue in new page first paragraph is now resolved. |
| 66 | +- `#I373340` - Resolved the content hanging issue while opening the attached document. |
| 67 | +- `#I372431` - Resolved the table misalignment issue if the table has positioning properties. |
45 | 68 |
|
46 | 69 | ## 20.1.51 (2022-04-26)
|
47 | 70 |
|
|
0 commit comments