|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## 17.2.34 (2019-07-11) |
| 6 | + |
| 7 | +### Document Editor |
| 8 | + |
| 9 | +#### Breaking Changes |
| 10 | + |
| 11 | +- The `pasteLocal` method in `Editor` module is changed to `paste`, which accepts the sfdt string as argument. If sfdt string does not present, paste the local clipboard data. |
| 12 | + |
| 13 | +#### Bug Fixes |
| 14 | + |
| 15 | +- `#240558` - Page numbers are now updated properly. |
| 16 | +- `#228049` - Table left border and shadings are now rendered properly. |
| 17 | +- `#228049` - Paragraph left indent will never add extra space in table cell. |
| 18 | +- `#239144` - Font Type and size value gets highlight when focused on corresponding dropdown list. |
| 19 | + |
5 | 20 | ## 17.2.28-beta (2019-06-27)
|
6 | 21 |
|
7 | 22 | ### Document Editor
|
|
12 | 27 |
|
13 | 28 | #### New Features
|
14 | 29 |
|
15 |
| -- #229069 - Added contextual spacing support. |
16 |
| -- #158324, #226019, #226018, #227644, #238417 - Added support for chart preservation. |
17 |
| -- #94889 ,#87537, #223333 ,#222513, #224521 ,#227620 ,#227052 ,#227362, #236997 - Added spell check support. |
18 |
| -- #226631 ,#227594, #231373, #233073 - Added clipboard paste with formatted content. |
19 |
| -- #140903 ,#227192, #227641 ,#227640 - Added restrict editing support. |
20 |
| -- #237725 - Added API to customize gap between each page. |
| 30 | +- `#229069` - Added contextual spacing support. |
| 31 | +- `#158324`, `#226019`, `#226018`, `#227644`, `#238417` - Added support for chart preservation. |
| 32 | +- `#94889` ,`#87537`, `#223333` ,`#222513`, `#224521` ,`#227620` ,`#227052` ,`#227362`, `#236997` - Added spell check support. |
| 33 | +- `#226631` ,`#227594`, `#231373`, `#233073` - Added clipboard paste with formatted content. |
| 34 | +- `#140903` ,`#227192`, `#227641` ,`#227640` - Added restrict editing support. |
| 35 | +- `#237725` - Added API to customize gap between each page. |
21 | 36 |
|
22 | 37 | #### Bug Fixes
|
23 | 38 |
|
24 |
| -- #237415, #238902 - Document exported properly when document contains hyphen character. |
25 |
| -- #228049 - Tab character width is now calculated properly. |
26 |
| -- #228049 - Table with repeat header is now layout properly. |
27 |
| -- #234073 - Table is now pasted properly. |
28 |
| -- #236808 - Document exported properly when document contains text form field. |
29 |
| -- #144848 - Table shading is now exported properly. |
| 39 | +- `#237415`, `#238902` - Document exported properly when document contains hyphen character. |
| 40 | +- `#228049` - Tab character width is now calculated properly. |
| 41 | +- `#228049` - Table with repeat header is now layout properly. |
| 42 | +- `#234073` - Table is now pasted properly. |
| 43 | +- `#236808` - Document exported properly when document contains text form field. |
| 44 | +- `#144848` - Table shading is now exported properly. |
30 | 45 |
|
31 | 46 | ## 17.1.50 (2019-06-04)
|
32 | 47 |
|
33 | 48 | ### Document Editor
|
34 | 49 |
|
35 | 50 | #### Bug Fixes
|
36 | 51 |
|
37 |
| -- #236930 - Table exported properly when document contains continuous table. |
38 |
| -- #236502 - Table last column resizing is now working properly. |
| 52 | +- `#236930` - Table exported properly when document contains continuous table. |
| 53 | +- `#236502` - Table last column resizing is now working properly. |
39 | 54 |
|
40 | 55 | ## 17.1.49 (2019-05-29)
|
41 | 56 |
|
42 | 57 | ### Document Editor
|
43 | 58 |
|
44 | 59 | #### Bug Fixes
|
45 | 60 |
|
46 |
| -- #226399 - Header and Footer is now layout properly if document contains section break |
| 61 | +- `#226399` - Header and Footer is now layout properly if document contains section break |
47 | 62 |
|
48 | 63 | ## 17.1.48 (2019-05-21)
|
49 | 64 |
|
50 | 65 | ### Document Editor
|
51 | 66 |
|
52 | 67 | #### Bug Fixes
|
53 | 68 |
|
54 |
| -- #234799 - Bold button is now aligned properly in modify style dialog. |
55 |
| -- #236061, #236039 - Document editor container component is now destroyed properly. |
56 |
| -- #234146 - Section formats are now applied properly. |
57 |
| -- #233556, #234406 - Table of Contents are now inserted properly. |
58 |
| -- #234249 - Multilevel lists are now exported properly. |
59 |
| -- #234084 - Selection is now updated properly after clear formatting. |
60 |
| -- #234073 - Copy is now working properly for nested table. |
61 |
| -- #234799 - Renaming the existing style in modify style dialog is now updated properly. |
62 |
| -- #234799 - Text alignment is now updating properly while modify style using style dialog. |
| 69 | +- `#234799` - Bold button is now aligned properly in modify style dialog. |
| 70 | +- `#236061`, `#236039` - Document editor container component is now destroyed properly. |
| 71 | +- `#234146` - Section formats are now applied properly. |
| 72 | +- `#233556`, `#234406` - Table of Contents are now inserted properly. |
| 73 | +- `#234249` - Multilevel lists are now exported properly. |
| 74 | +- `#234084` - Selection is now updated properly after clear formatting. |
| 75 | +- `#234073` - Copy is now working properly for nested table. |
| 76 | +- `#234799` - Renaming the existing style in modify style dialog is now updated properly. |
| 77 | +- `#234799` - Text alignment is now updating properly while modify style using style dialog. |
63 | 78 |
|
64 | 79 | ## 17.1.47 (2019-05-14)
|
65 | 80 |
|
66 | 81 | ### Document Editor
|
67 | 82 |
|
68 | 83 | #### New Features
|
69 | 84 |
|
70 |
| -- #142821 - Added API to insert bookmark and fetch all bookmarks in document. |
71 |
| -- #142820 - Added API to insert hyperlink. |
| 85 | +- `#142821` - Added API to insert bookmark and fetch all bookmarks in document. |
| 86 | +- `#142820` - Added API to insert hyperlink. |
72 | 87 |
|
73 | 88 | #### Bug Fixes
|
74 | 89 |
|
75 |
| -- #230628 - Updated dialog animation. |
| 90 | +- `#230628` - Updated dialog animation. |
76 | 91 |
|
77 | 92 | ## 17.1.44 (2019-05-07)
|
78 | 93 |
|
79 | 94 | ### Document Editor
|
80 | 95 |
|
81 | 96 | #### Bug Fixes
|
82 | 97 |
|
83 |
| -- #233280 - Improvised performance while updating page field. |
| 98 | +- `#233280` - Improvised performance while updating page field. |
84 | 99 |
|
85 | 100 | ## 17.1.43 (2019-04-30)
|
86 | 101 |
|
87 | 102 | ### Document Editor
|
88 | 103 |
|
89 | 104 | #### Bug Fixes
|
90 | 105 |
|
91 |
| -- #233908 - Height for merged cell is now updated properly. |
| 106 | +- `#233908` - Height for merged cell is now updated properly. |
92 | 107 |
|
93 | 108 | ## 17.1.42 (2019-04-23)
|
94 | 109 |
|
95 | 110 | ### Document Editor
|
96 | 111 |
|
97 | 112 | #### Bug Fixes
|
98 | 113 |
|
99 |
| -- #231353 - Text search results are now navigated properly. |
| 114 | +- `#231353` - Text search results are now navigated properly. |
100 | 115 |
|
101 | 116 | ## 17.1.41 (2019-04-16)
|
102 | 117 |
|
103 | 118 | ### Document Editor
|
104 | 119 |
|
105 | 120 | #### Bug Fixes
|
106 | 121 |
|
107 |
| -- #232616 - Document contents are now exported properly. |
108 |
| -- #232616 - Page hang on editing the document is fixed. |
109 |
| -- #232327 - Tables are now removed properly. |
| 122 | +- `#232616` - Document contents are now exported properly. |
| 123 | +- `#232616` - Page hang on editing the document is fixed. |
| 124 | +- `#232327` - Tables are now removed properly. |
110 | 125 |
|
111 | 126 | ## 17.1.40 (2019-04-09)
|
112 | 127 |
|
|
0 commit comments