|
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 | +- `#I386312` - Resolved issue in increase/decrease indent using tab key. |
| 25 | +- `#I378136` - Resolved the content hanging issue while opening the document with tab character. |
| 26 | +- `#I390208`, `#I376243` - Resolved script error while loading the attached document. |
| 27 | +- `#I389150` - Locked regions are not synced properly. |
| 28 | +- `#I381259` - Resolved script error while navigating between print and web layout. |
| 29 | +- `#I381509` - Resolved layouting issue due to footnote element. |
| 30 | +- `#I381367` - Resolved script error while adding comment. |
| 31 | +- `#I384633` - Restricted margin value in page setup dialog similar to MS Word. |
| 32 | +- `#I383938` - New table is now adjust properly to the page width. |
| 33 | +- `#F173898` - Resolved issue with copy & pasting text with highlight color. |
| 34 | +- `#I379350`- Resolved layouting issue due to list format. |
| 35 | +- `#I383921` - Resolved ok button disabled after selecting bookmark in hyperlink dialog. |
| 36 | + |
| 37 | +#### New Feature |
| 38 | + |
| 39 | +- `#I381313` - Added API to get clipboard content. |
| 40 | + |
5 | 41 | ## 20.2.38 (2022-07-12)
|
6 | 42 |
|
7 | 43 | ### Document Editor
|
8 | 44 |
|
9 | 45 | #### Bug Fixes
|
10 | 46 |
|
11 |
| -- `#SF-379353`, `#SF-378987` - Resolved floating table overlapping issue. |
| 47 | +- `#I379353`, `#I378987` - Resolved floating table overlapping issue. |
12 | 48 | - `#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. |
| 49 | +- `#I375732` - Resolved issue in rendering merged cell. |
| 50 | +- `#I376914` - Resolved script error while updating the list. |
| 51 | +- `#I378333` - Resolved tab character layouting issue. |
| 52 | +- `#I381087` - Resolved issue in `stopProtection` API. |
| 53 | +- `#I382546`, `#I384249` - Resolved table disappearing issue while applying top margin. |
18 | 54 |
|
19 | 55 | ## 20.1.52 (2022-05-04)
|
20 | 56 |
|
21 | 57 | ### Document Editor
|
22 | 58 |
|
23 | 59 | #### Bug Fixes
|
24 | 60 |
|
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. |
| 61 | +- `#I368653` - Resolved the Document Editor numbering continuity issue. |
| 62 | +- `#I376374` - Resolved the exception thrown on exporting a sfdt without a metafile property in server-side. |
| 63 | +- `#I373298` - Resolved the extra paragraph added while updating the table of contents. |
| 64 | +- `#I373359` - Resolved the multiples instances of table of content creation when track changes is enabled. |
| 65 | +- `#I373451` - Resolved exception while open the document with image without relation identifier. |
| 66 | +- `#I373159` - Resolved the console error thrown on pasting a content and then changing page orientation. |
| 67 | +- `#I373175` - Resolved the script error thrown on deleting the revision text. |
| 68 | +- `#I372741` - Resolved inconsistent behaviour of text selection inside an editable table cell within a read only document. |
| 69 | +- `#I372794` - Resolved the script error while serializing sfdt document with page break to html format in server-side. |
| 70 | +- `#I372636` - Resolved the text inside the shape with wrapping style 'in-front of text'. |
| 71 | +- `#I372159` - Default number format for Page field is now displayed properly. |
| 72 | +- `#I371816` - List format is now preserved properly on importing. |
| 73 | +- `#I371644` - Table formatting is now preserved properly while copy pasting table and resolved the document hanging in copying. |
| 74 | +- `#I370909` - Resolved the script error rendering after content delete. |
| 75 | +- `#I369585` - Resolved the scrolling becomes quite slow while selecting the text in document with more than 20 pages. |
| 76 | +- `#I368794` - Resolved the tab space issue. |
| 77 | +- `#I366157`, `#I367362` - Resolved the table rendering issue at the bottom of the page. |
| 78 | +- `#I293527` - Justify paragraph layout issue in new page first paragraph is now resolved. |
| 79 | +- `#I373340` - Resolved the content hanging issue while opening the attached document. |
| 80 | +- `#I372431` - Resolved the table misalignment issue if the table has positioning properties. |
45 | 81 |
|
46 | 82 | ## 20.1.51 (2022-04-26)
|
47 | 83 |
|
|
352 | 388 | - `#I347523` - Resolved the invalid SFDT generation after pasting formatted content.
|
353 | 389 | - `#SF-357703` - Resolved the table row splitting issue.
|
354 | 390 |
|
| 391 | +- `#I347750` - Resolved the hanging issue when pasting large non-formatted content. |
| 392 | +- `#I349289`, `#I349128` - Resolved the endnote shifting and overlapping issue. |
| 393 | +- `#F171307` - Resolved the track changes issue in editing paragraph inside table. |
| 394 | +- `#SF-359156` - Resolved the cropped image issue rendering in header/footer. |
| 395 | +- `#SF-356951`, `#F170963`, `#SF-351886`, #`#I359815`, `#SF-359312` - Resolved the merged cell width rendering issue. |
| 396 | +- `#I347523` - Resolved the invalid SFDT generation after pasting formatted content. |
| 397 | +- `#SF-357703` - Resolved the table row splitting issue. |
| 398 | + |
355 | 399 | ## 19.4.38 (2021-12-17)
|
356 | 400 |
|
357 | 401 | ### Document Editor
|
|
0 commit comments