You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Default encoding is modified from UTF-8 with BOM to UTF-8 without BOM while saving text file using the method `Save(string fileName, FormatType.Txt)` of `WordDocument` class and it can be modified using existing public method `SaveTxt(string fileName, Encoding encoding)` of `WordDocument` class.
21
+
* Default encoding is modified from Windows Default (ANSI) without BOM to UTF-8 without BOM while saving text file using the method `Save(Stream stream, FormatType.Txt)` of `WordDocument` class and it can be modified using new public method `SaveTxt(Stream stream, Encoding encoding)` of `WordDocument` class.
22
+
23
+
### Bug Fixes
24
+
{:#DocIO-bug-fixes}
25
+
26
+
*\#161326 - WMF images are now preserved properly while import/export the DOC format document.
27
+
*\#162311 - Checkbox is now preserved properly while resaving a particular DOCX format document.
28
+
*\#163760 - ArgumentOutOfRangeException will no longer thrown while opening a particular RTF format document.
29
+
*\#165424 - Unicode characters are now preserved properly while resaving a particular RTF format document.
30
+
*\#163530 - EncoderFallbackException will no longer thrown while resaving a particular Word document as Text file.
31
+
*\#162545 - Track changes are now accepted properly for the particular DOCX format document.
32
+
*\#164220 - Empty paragraph is now preserved properly while resaving a particular Word document as HTML.
33
+
*\#164220 - Line spacing is now preserved properly while resaving a particular Word document as HTML.
34
+
## Presentation
35
+
36
+
### Bug Fixes
37
+
{:#presentation-bug-fixes}
38
+
*\#164372 - The "Null Reference Exception" will be no longer thrown while resaving the PowerPoint presentation with a cloned SmartArt diagram.
39
+
*\#162341 - Text formatting will be now preserved properly while merging two PowerPoint presentations.
40
+
*\#164372 - The merged PowerPoint presentation will be no longer corrupted while cloning the slides using "KeepSourceFormatting" option.
41
+
## XlsIO
42
+
43
+
### Bug fixes
44
+
{:#xlsio-bug-fixes}
45
+
46
+
*\#163654 - Argument out of range exception is no longer thrown when opening Excel document with shapes.
47
+
*\#163633 - Data validation and conditional formatting are properly updated in .xls format.
48
+
*\#163489 - File corruption issue while creating a document with single column sorting is resolved.
49
+
*\#163056 - Issue with improper relative hyperlink address is fixed.
50
+
*\#163490 - Issue with percent values for Top10 auto filters is fixed.
51
+
*\#165013 - Issues with cell merge and its text data while copying ranges are fixed.
52
+
*\#163802 - Issue with comment shapes while moving ranges is fixed.
53
+
*\#163473, \#165498 - File is no longer corrupted while setting `ShowDataFieldInRow` property to true.
54
+
*\#164435 - Circular reference exception thrown while moving a cell range is resolved.
55
+
*\#163341, \#163474 - Issue with pivot filter types is fixed.
56
+
*\#161896 - Incorrect row height while merging the row with wrapped cells is fixed.
57
+
*\#154681 - Issues with text formatting in OfficeChart are fixed.
58
+
*\#163882 - Issues with conditional formatting of `CFType` cell formula are fixed.
59
+
*\#165559 - Exception is no longer thrown on accessing formula values from conditional formats.
* Essential ASP.NET Core seamlessly compatible with VS2017
21
+
22
+
*\#162203 - Now Theme studio have the option to switch to the previous version, to customize the corresponding version`s themes.
23
+
24
+
### Bug Fixes
25
+
{:#common-bug-fixes}
26
+
27
+
*\#166449 - Data Annotation now working properly in ASP.NET Core platform.
28
+
29
+
*\#165738 - Downloaded LESS and CSS files are from theme studio which was not generated properly henceforth, issue has been fixed.
30
+
31
+
## Signature `preview`
32
+
33
+
We have launched new control for capturing the digital signature with mouse and touch compatibility. The Signature control is used to capture or drawing the smooth signatures.
34
+
35
+
36
+
### Features
37
+
{:#signature-features}
38
+
39
+
* Signature captures signature as vector outlines of the strokes
40
+
* Using Signature we can customize the background, stroke width and stroke color.
41
+
* Provided Undo, Redo & Clear options.
42
+
* Converts the captured signature into image format.
43
+
## Chart
44
+
45
+
### Bug Fixes
46
+
{:#chart-bug-fixes}
47
+
48
+
*\#166594 - Animation for line type series is now working properly for jQuery 3 and above version.
49
+
*\#165051 - Marker is now removed properly while the points in series are emptied.
50
+
*\#165243 - Radar chart is now rendering properly while enabling the marker.
51
+
*\#166453 - Zoom toolbar is now rendering properly in canvas mode.
52
+
*\#164589 - Zoom toolbar will not hide while enabling the `DataLabel`[`Template`](https://help.syncfusion.com/api/js/ejchart#members:series-marker-datalabel-template).
53
+
54
+
55
+
### Features
56
+
{:#chart-features}
57
+
58
+
* Provided support for drag and drop of points in chart.
59
+
*\#160843 - Provided support for datetime category axis.
60
+
*\#162320 - Provided an option to force the range for vertical axis of column type series to start from zero. By default the range will start from zero.
61
+
62
+
63
+
64
+
65
+
66
+
67
+
## Checkbox
68
+
69
+
### Bug Fixes
70
+
{:#checkbox-bug-fixes}
71
+
72
+
*\#162485 - Enhanced data binding (Strongly typed tag helper support) has been provided for Checkbox control.
73
+
## CircularGauge
74
+
75
+
### Bug Fixes
76
+
{:#circular-bug-fixes}
77
+
78
+
*\#165319 - Background color for half-circular gauge is now applied properly.
79
+
80
+
81
+
82
+
## DocIO
83
+
84
+
### Breaking Changes
85
+
{:#DocIO-breaking-changes}
86
+
87
+
* Default encoding is modified from UTF-8 with BOM to UTF-8 without BOM while saving text file using the method `Save(string fileName, FormatType.Txt)` of `WordDocument` class and it can be modified using existing public method `SaveTxt(string fileName, Encoding encoding)` of `WordDocument` class.
88
+
* Default encoding is modified from Windows Default (ANSI) without BOM to UTF-8 without BOM while saving text file using the method `Save(Stream stream, FormatType.Txt)` of `WordDocument` class and it can be modified using new public method `SaveTxt(Stream stream, Encoding encoding)` of `WordDocument` class.
89
+
90
+
### Bug Fixes
91
+
{:#DocIO-bug-fixes}
92
+
93
+
*\#161326 - WMF images are now preserved properly while import/export the DOC format document.
94
+
*\#162311 - Checkbox is now preserved properly while resaving a particular DOCX format document.
95
+
*\#163760 - ArgumentOutOfRangeException will no longer thrown while opening a particular RTF format document.
96
+
*\#165424 - Unicode characters are now preserved properly while resaving a particular RTF format document.
97
+
*\#163530 - EncoderFallbackException will no longer thrown while resaving a particular Word document as Text file.
98
+
*\#162545 - Track changes are now accepted properly for the particular DOCX format document.
99
+
*\#164220 - Empty paragraph is now preserved properly while resaving a particular Word document as HTML.
100
+
*\#164220 - Line spacing is now preserved properly while resaving a particular Word document as HTML.
101
+
*\#164782 - IndexOutOfRangeException will no longer thrown while disposing a particular Word document.
102
+
*\#165645 - Character spacing of text is now preserved properly while import/export a RTF document.
103
+
*\#165843 - List number is now preserved properly while clone and merge a particular Word document.
104
+
*\#164561 - `Page` and `NumPages` fields are now preserved properly while resaving a particular Word document.
105
+
*\#165820 - FormatException will no longer thrown while opening a particular RTF format document.
106
+
*\#165387, \#166451 - NullReferenceException will no longer thrown while executing Mail merge using `ExecuteNestedGroup()` method.
107
+
## Gantt
108
+
109
+
### Features
110
+
{:#gantt-features}
111
+
112
+
*\#164555 - Now support has been provided to render tasks with incorrect/empty parent IDs to the root level.
113
+
*\#164024 - Now `TaskbarClick` event will be triggered while clicking the taskbars.
114
+
*\#166671 - Now it is possible to export the Gantt control to excel sheet.
115
+
*\#166335 - Provided support to update the resource data dynamically using setModel
116
+
117
+
## Kanban
118
+
119
+
### Features
120
+
{:#kanban-features}
121
+
122
+
* Support provided to change the unassigned swim lane key values with user defined keys.
123
+
124
+
## ListBox
125
+
126
+
### Features
127
+
{:#listbox-features}
128
+
129
+
* We have provided template support for ListBox with virtual scrolling using the newly added API `ItemHeight` to customize the items.
130
+
## ListView
131
+
132
+
### Features
133
+
{:#listview-features}
134
+
135
+
* We have provided localization support for ListView header text.
136
+
## Map
137
+
138
+
### Bug Fixes
139
+
{:#map-bug-fixes}
140
+
141
+
*\#163272 - Updating old markers with new markers are working properly while refreshing map.
142
+
143
+
144
+
## PDF
145
+
146
+
### Bug Fixes
147
+
{:#pdf-bug-fixes}
148
+
149
+
*\#158424 - Index was outside the bounds of the array exception is no longer thrown, while loading a PDF document.
150
+
*\#163906 - Adobe reader exception is no longer thrown, while drawing image in the PDF document.
151
+
*\#164832 - Can not find catalog information exception is no longer thrown while loading a PDF document.
152
+
*\#154150 - `PdfGrid` cells are now properly resized based on the row span.
153
+
*\#164859 - Application will never get hang while generating the PDF document in multi thread environment using `PdfTrueTypeFont`.
154
+
*\#165358 - NullReferenceException is no longer thrown while accessing file name in `PdfLoadedFileLinkAnnotation`.
155
+
*\#163307 - Layer value is now preserved properly while retrieving from the PDF loaded document.
156
+
*\#163309 - Font value is now preserved properly in the PDF loaded document.
157
+
*\#161409 - Form fields value are now preserved properly in extended feature enabled document.
158
+
*\#165258 - Size of the PDF document pages now preserving correctly when loading the PDF documents.
159
+
*\#165326 - ArgumentException is no longer thrown while saving `PdfLoadedDocument`.
160
+
*\#164884 - No more empty layers are added while getting PDF page layers.
161
+
*\#161409 - Form fields value has been preserved properly in extended feature enabled document.
162
+
*\#165345 - Form fields value has been preserved properly while appending the text in the PDF document.
163
+
164
+
165
+
166
+
167
+
168
+
## Predictive Analytics
169
+
170
+
### Bug Fixes
171
+
{:#predictive-analytics-bug-fixes}
172
+
173
+
*\#167087 - Resolved the PMML 4.2 version compatibility issues with Naive Bayes model evaluator.
174
+
## Presentation
175
+
176
+
### Features
177
+
{:#presentation-features}
178
+
*\#166430 - Added support to access and modify the rotation angle of a shape in PowerPoint slides.
179
+
180
+
### Breaking Changes
181
+
{:#presentation-breaking-changes}
182
+
* The property `Rotation` is now added into `IShape` interface.
183
+
184
+
### Bug Fixes
185
+
{:#presentation-bug-fixes}
186
+
*\#166067 - The generated PowerPoint presentation will be no longer corrupted while adding or removing the Notes pages.
187
+
*\#160129 - Issues with adding multiple instances of OLE objects in a PowerPoint slide is now resolved.
188
+
*\#165072 - Issues in Clone and Merge functionalities are now resolved.
189
+
*\#164372 - Null reference exception will be no longer thrown while resaving the PowerPoint presentation with a cloned SmartArt diagram.
190
+
*\#162341 - Text formatting will be now preserved properly while merging two PowerPoint presentations.
191
+
*\#164372 - The merged PowerPoint presentation will be no longer corrupted while cloning the slides using `KeepSourceFormatting` option.
192
+
193
+
## RadioButton
194
+
195
+
### Bug Fixes
196
+
{:#radiobutton-bug-fixes}
197
+
198
+
*\#162485 - Enhanced data binding (Strongly typed tag helper support) has been provided for RadioButton control.
199
+
## Ribbon
200
+
201
+
### Features
202
+
{:#ribbon-features}
203
+
204
+
* On-demand rendering support provided for ribbon tabs and backstage.
205
+
206
+
## Schedule
207
+
208
+
### Features
209
+
{:#schedule-features}
210
+
211
+
* Month name(in short format) is displayed on the Schedule date header, when more than one month is rendered in the horizontal custom view.
212
+
213
+
### Breaking changes
214
+
{:#schedule-breaking-changes}
215
+
216
+
*\#166818 - Day column in the Agenda view is localized correctly now, while switching to different cultures.
217
+
218
+
## Splitter
219
+
220
+
### Bug fixes
221
+
{:#splitter-bug-fixes}
222
+
223
+
*\#F126314 - The issue on setting SplitPane properties from its tag helper has been fixed.
224
+
225
+
## Spreadsheet `preview`
226
+
227
+
### Features
228
+
{:#spreadsheet-features}
229
+
230
+
* Provided support for Excel-Like Pivot Table.
231
+
232
+
### Bug fixes
233
+
{:#spreadsheet-bug-fixes}
234
+
235
+
*\#163548 - Provided event for formula cells recalculation when updating its dependent cell value.
236
+
*\#165134 - Provided support for disable or enable resizing option in shape element(chart, picture).
237
+
## TimePicker
238
+
239
+
### Features
240
+
{:#timepicker-features}
241
+
242
+
*\#165411 - Now validation can be achieved in TimePicker using `ValidationRules` and `ValidationMessages` API.
243
+
244
+
## TreeGrid
245
+
246
+
### Features
247
+
{:#treegrid-features}
248
+
249
+
*\#161305 - Provided support for filtering data using filter menus.
250
+
*\#161198 - Provided support for rearranging the visible columns in TreeGrid.
251
+
252
+
### Bug Fixes
253
+
{:#treegrid-bug-fixes}
254
+
255
+
*\#166579 - Issue with `RowDragStop` event while canceling the event has been fixed.
256
+
*\#166690 - Toolbar renders with add and edit icons even when the toolbarItems array is empty has been fixed.
257
+
*\#165100 - It is now possible to change column resize mode using `ColumnResizeSettings` property.
258
+
*\#166765 - Issue while changing self-referential data source via setModel has been fixed.
259
+
260
+
## TreeView
261
+
262
+
### Features
263
+
{:#treeview-features}
264
+
265
+
*\#157634 – Provided the option to highlight the full row of TreeView node in TreeView control.
266
+
## XlsIO
267
+
268
+
### Features
269
+
{:#xlsio-features}
270
+
271
+
* Support for advanced filter is provided.
272
+
* Support for comment in ODS export is provided.
273
+
274
+
### Breaking changes
275
+
{:#xlsio-breaking-changes}
276
+
277
+
* The method `AdvancedFilters` is now added in `IWorksheet` interface.
278
+
* The methods `SetPreviousBaseItem` and `SetNextBaseItem` are now added in `IPivotField` interface.
279
+
280
+
### Bug fixes
281
+
{:#xlsio-bug-fixes}
282
+
283
+
*\#163654 - Argument out of range exception is no longer thrown when opening Excel document with shapes.
284
+
*\#163633 - Data validation and conditional formatting are properly updated in XLS format.
285
+
*\#163489 - File corruption issue while creating a document with single column sorting is resolved.
286
+
*\#163056 - Issue with improper relative hyperlink address is fixed.
287
+
*\#163490 - Issue with percent values for Top10 auto filters is fixed.
288
+
*\#165013 - Issues with cell merge and its text data while copying ranges are fixed.
289
+
*\#163802 - Issue with comment shapes while moving ranges is fixed.
290
+
*\#163473, \#165498 - File is no longer corrupted while setting `ShowDataFieldInRow` property to true.
291
+
*\#164435 - Circular reference exception thrown while moving a cell range is resolved.
292
+
*\#164782, \#159383 - Not a legal OleAut date exception thrown while converting Excel document to PDF in Greek culture is fixed.
293
+
*\#163341, \#163474 - Issue with pivot filter types is fixed.
294
+
*\#161896 - Incorrect row height while merging the row with wrapped cells is fixed.
295
+
*\#154681 - Text formatting issues in chart elements like data label, title, legend and axis title are fixed.
296
+
*\#163882 - Issues with conditional formatting of `CFType` cell formula are fixed.
297
+
*\#165559 - Exception is no longer thrown on accessing formula values from conditional formats.
298
+
*\#163337 - Application hangs while opening Excel file with pivot table has been fixed.
299
+
*\#163560, \#166624 - Formulas updation issue after inserting rows has been fixed.
300
+
*\#157952 - Issue with removal of comments while moving a range has been fixed.
301
+
*\#164858 - Exception while saving a document by deleting a row with filter, is no longer thrown.
302
+
*\#164758 - File corruption issue while re-saving in German culture has been fixed.
303
+
*\#165805 - Looping issue while opening an Excel document with absolute anchored shapes has been fixed.
304
+
*\#166878 - Null reference exception is no longer thrown while copying empty cells to new workbook.
0 commit comments