Skip to content

Commit 8f891fc

Browse files
DOCINFRA-2433 Integrated release notes contents from https://github.com/syncfusion-content/releasenotes repository
1 parent e176eba commit 8f891fc

File tree

244 files changed

+27341
-723
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

244 files changed

+27341
-723
lines changed

aspnetmvc/Release-notes/v12.1.0.43.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ documentation: ug
1010
{% include release-info.html date="April 12, 2014" version="v12.1.0.43" %}
1111

1212

13-
{% directory path: _includes/release-notes/v12.1.0.43 %}
1413

15-
{% include {{file.url}} %}
1614

17-
{% enddirectory %}
15+
16+

aspnetmvc/Release-notes/v12.2.0.36.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ documentation: ug
1010
{% include release-info.html date="July 11, 2014" version="v12.2.0.36" %}
1111

1212

13-
{% directory path: _includes/release-notes/v12.2.0.36 %}
1413

15-
{% include {{file.url}} %}
1614

17-
{% enddirectory %}
15+
16+

aspnetmvc/Release-notes/v12.3.0.36.md

Lines changed: 325 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,330 @@ documentation: ug
1010
{% include release-info.html date="October 30, 2014" version="v12.3.0.36" %}
1111

1212

13-
{% directory path: _includes/release-notes/v12.3.0.36 %}
1413

15-
{% include {{file.url}} %}
1614

17-
{% enddirectory %}
15+
16+
17+
## Chart
18+
19+
### Features
20+
{:#chart-features}
21+
22+
* Now Chart supports the following 10 Technical Indicators.
23+
* Triangular Average Indicator.
24+
* Stochastic Indicator.
25+
* Simple Average Indicator.
26+
* MACD Indicator.
27+
* RSI Indicator.
28+
* Exponential Average Indicator.
29+
* Momentum Technical Indicator.
30+
* Average True Range Indicator.
31+
* Bollinger Band Indicator.
32+
* Accumulation Distribution indicator.
33+
34+
35+
36+
### Bug fixes
37+
{:#chart-bug-fixes}
38+
39+
* \#132770-Bubble chart now gets rendered properly even when both X and Y values are 0 and it is passed through data source.
40+
* \#132394-Cleared the misbehavior of RangePadding additional value.
41+
* \#132394-Now Data label fill color is applying properly in chart.
42+
* \#132394-Now Data labels and markers are fully visible even specifying the plotOffset.
43+
* \#131936 - Fixed rendering issue with X axis labels when passing values as string.
44+
* \#129156 - Chart now gets rendered in canvas when width is set to 100%.
45+
* \#132165 - Browser no longer hangs when point value is less than 1 in log axis.
46+
47+
48+
49+
## DatePicker
50+
51+
### Bug fixes
52+
{:#datepicker-bug-fixes}
53+
54+
* \#132624 - Issue with Web Date Picker control's style gets overridden while using both Web and Mobile libraries in same application has been fixed.
55+
## Diagram
56+
57+
### Features
58+
{:#diagram-features}
59+
60+
* Option to customize the space between nodes and connector (when connected) has been provided.
61+
* Built-in support for JSRender for HTML and Native node has been provided
62+
* Grouping Implementation changes for Layout has been provided.
63+
* \#130274 - Bridge direction support for line bridging has been provided.
64+
65+
66+
67+
### Bug fixes
68+
{:#diagram-bug-fixes}
69+
70+
* \#131601 - Fixed the issue with port to port connection.
71+
* \#132358 - Fixed the issue occurred while exporting bezier connector to image format.
72+
* \#132596 - Fixed the issue in rendering custom context menu.
73+
74+
75+
### Breaking changes
76+
{:#diagram-breaking-changes}
77+
78+
* Shape's ContentId and Html properties are depreciated. Instead of this, use Shape's TemplateId property.
79+
80+
81+
## DocIO
82+
83+
### Features
84+
{:#docio-features}
85+
86+
* \#130995 - Support to execute mail merge for nested groups using relational data objects have been added.
87+
* \#128856 - Support to insert and update bookmark cross reference field have been added.
88+
89+
90+
### Bug fixes
91+
{:#docio-bug-fixes}
92+
93+
* \#131572 - Fixed the issue with MappedFields property during mail merge.
94+
* \#131305 - CharacterFormat property of WFieldMark class has now been exposed as public.
95+
* \#131457,#131456 - Fixed the tab and table content preservation issues in HTML to Word document conversion.
96+
* \#131272 - Null reference exception is no longer thrown while opening the Word document.
97+
* \#131309 - Fixed the shadow preservation issue in DOTX to DOCX conversion.
98+
* \#131266 - Fixed the content preservation issue while converting Word document to PDF.
99+
* \#130616 - Null reference exception is no longer thrown in Doc to Pdf conversion.
100+
* \#131175 - Index out of range exception is no longer thrown while updating the TableOfContents.
101+
* \#131175 - Fixed the image position preservation issue in doc to pdf conversion.
102+
* \#131092 - Fixed the superscript text preservation issue in doc to pdf conversion.
103+
* \#131157,#133062 - Fixed the image position preservation issue in doc to pdf conversion.
104+
* \#131041 - Fixed background color preservation issue with Frames.
105+
* \#130949 - Fixed the symbol and horizontal merge preservation issue while saving the document as RTF.
106+
* \#130989 - Fixed the issue with picture preservation while resaving the Word document through DocIO.
107+
* \#130941 - Fixed the image original size preservation issue for the inserted EMF image.
108+
* \#130863 - Fixed the text position preservation issue while resaving the DOCX document.
109+
* \#130008 - Null reference exception is no longer thrown while resaving the Doc format document.
110+
* \#130743 - Fixed the heading preservation issue while converting word document to HTML.
111+
* \#130743 - Fixed the footnote reference marker navigation issue in Word to HTML conversion.
112+
* \#130615 - Fixed the image preservation issue in Word document to PDF conversion.
113+
* \#130485 - Argument out of range exception is no longer thrown in Word document to PDF conversion.
114+
* \#132346 - Argument out of range exception is no longer thrown while adding new rows to the existing table in the Doc format document.
115+
* \#130469 - Fixed the TOC corruption issue while updating the TableOfContents.
116+
* \#130305 - Unicode characters in item name of compressed file are preserved properly.
117+
* \#129842 - Fixed the shape size preservation issue in DOCX to DOCX conversion.
118+
* \#129765 - Fixed the table border preservation issue in Doc to PDF conversion.
119+
* \#131911 - Fixed the content overlapping and content preservation issues in Doc to Pdf conversion.
120+
* \#131586 - "You cannot add no cloned entity from other document" exception is no longer thrown while inserting the paragraph from one document to another.
121+
* \#130401 - Fixed the content preservation issues in Doc to Pdf conversion.
122+
* \#131356 - ArgumentOutOfRangeException is no longer thrown while parsing the attached RTF document.
123+
* \#131839 - Added API to access local reference of Hyperlink in Word document using DocIO.
124+
* \#118634 - Fixed the issue with content alignment in word to pdf conversion.
125+
* \#128020 - Fixed the text watermark preservation issue in Word to EMF conversion.
126+
* \#126021 -Extra page is no longer added in DocToPDF conversion using DocIO in French culture.
127+
128+
## Grid
129+
130+
### Bug fixes
131+
{:#grid-bug-fixes}
132+
133+
* \#140066 - Script error is no longer thrown while refreshing dataSource of a grid with foreignKey column.
134+
* \#129579 - No longer throws exception when using Properties Model Grid.
135+
* \#139349 - columnIndex is now correctly calculated while rendering more than one grid when enabling the grouping for the first grid.
136+
* \#139582 - Script error is no more thrown while adding data in the empty Grid with summary row.
137+
* \#140053, \#140608 - Script error is no more thrown by excel filter when null value is present in Grid.
138+
* \#139443 - Issue with Grid showing no record to display after filtering date column with enable persistence has been fixed.
139+
* \#139822 - Details Template row index now calculates properly while selecting the row after expanding details row.
140+
* \#139233 - Added record displayed the first record value when identity the field enabled issue is now fixed.
141+
* \#134694 - Note the Tick mark next to Greater Than in Excel.
142+
* \#138988 - DetailsTemplate is not working properly when using scrolling.
143+
* \#139052 - Need to provide Excel filtering support while exporting.
144+
* \#139242 - After sorting context menu does not open for last row when allowScrolling is enabled.
145+
146+
## Maps
147+
148+
### Features
149+
{:#maps-features}
150+
151+
* SelectedItems - API name is added for to get the collection of selected maps data
152+
153+
154+
### Bug fixes
155+
{:#maps-bug-fixes}
156+
157+
* \#140139 - Custom item template tooltip issues has been fixed
158+
* \#140054 - DockPosition bottom for legend issues has been fixed
159+
* \#140054 - Text of some legend elements wrap into few lines issues has been fixed
160+
161+
## MaskEditTextbox
162+
163+
### Bug fixes
164+
{:#maskedittextbox-fix}
165+
166+
* \#139681- "InputMode" property works properly in MaskEditTextBoxFor control.
167+
## OLAP Chart
168+
169+
### Features
170+
{:#olapchart-features}
171+
172+
* \#120027, \#124881, \#127612, \#132818, \#136626, \#138105, \#138480 - Exporting OlapChart to Word,Excel,PDF and image formats has been implemented.
173+
## OLAP Client
174+
175+
### Features
176+
{:#olapclient-features}
177+
178+
* \#120027, \#124881, \#127612, \#132818, \#136626, \#138105, \#138480 - Exporting OlapChart and PivotGrid to Word and PDF documents has been implemented.
179+
## Essential PDF
180+
181+
### Bug fixes
182+
{:#essential-pdf-fix}
183+
184+
* \#143150 - HTML to PDF conversion takes more time and never finishes issue is now resolved.
185+
186+
187+
* \#138951-Text will not overlap while drawing empty string in PdfTextElement.
188+
* \#135741-Object null reference exception will not occur when creating the document in multithreading environment
189+
* \#139050-Access Violation Exception will not throw when we tried to open the attached PDF File
190+
* \#139089 - Getting wrong temp path issue in webkit converter is now resolved.
191+
* \#137593 - Getting empty string issue while applying OCR to the image with intersected region is now resolved.
192+
* \#139386 - Pdf document is now transparent when overlaid into pdf template.
193+
* \#138640 - Getting white spaces issue in right side of the pdf document while converting Html to Pdf has been resolved.
194+
* \#137894 - Exception no more occurs while merging password protected document.
195+
* \#137889 - Getting blur image issue while drawing the png image in pdf document has been resolved.
196+
* \#137554 - Exception no more occurs when extracting the font from PDF.
197+
* \#136525 - Document containing wrong offset values are now corrected.
198+
* \#137138 - Unsupported security dictionary exception no more occurs while loading a secured pdf file.
199+
* \#135741 - Object null reference exception no more occurs while creating the document in multithreading environment.
200+
* \#135736 - Key not found exception no more occurs while creating the document in multithreading environment.
201+
* \#135734 - Collection was modified and enumeration operation may not execute exception no more occurs while saving the document.
202+
* \#135733 - Dead lock no more occurs while saving the Watermarked PDF document in multi threading environment.
203+
* \#138951 - Text overlapping issue while setting empty string in PdfTextElement has been resolved.
204+
* \#138337 - Legacy Drawing now updates the Registry properly.
205+
* \#138368 - Getting checkbox properties are changed issue while highlighting the fields has been resolved.
206+
* \#107371,#112562,#115995 - Repeated contents appearing in HTML to PDF conversion issue is now fixed.
207+
* \#135853 - Text preservation issue while enabling cache is false has been resolved.
208+
* \#136332 - Exception no more occurs while converting XPS to Pdf.
209+
* \#137724, #139566 - While converting Doc to Pdf, Pdf file size is large issue is now fixed.
210+
* \#137271 - Font preservation issue in PdfLoadedTextBox fields text has been resolved.
211+
212+
213+
214+
### Features
215+
{:#essential-pdf-features}
216+
217+
* Loading annotations from existing documents has been improved.
218+
* EMF to PDF conversion has been improved.
219+
* PDF creator has been enhanced for multi threaded environments.
220+
221+
## PivotGrid
222+
223+
### Features
224+
{:#pivotgrid-features}
225+
226+
* \#107127, \#112524, \#114329 - Expand and collapse support has been provided for PivotGrid containing Relational datasource.
227+
* \#120027, \#124881, \#127612, \#132818, \#136626, \#138105, \#138480 - Exporting PivotGrid to Word and PDF documents has been implemented.
228+
* \#119715 - Provided support for conditional formatting.
229+
* Grouping bar support has been provided for PivotGrid containing Relational datasource.
230+
* Cell selection support has been implemented.
231+
232+
## Presentation
233+
234+
### Features
235+
{:#presentation-features}
236+
237+
238+
* \#140163 , \#139903- Support for cloning and merging slides in Presentation files has been added.
239+
* Support for encrypting and decrypting Presentation files has been added.
240+
241+
242+
243+
### Bug fixes
244+
{:#presentation-bug-fixes}
245+
246+
* \#138896 - Indent spacing and text spacing issue while converting PPTX file to PDF has been resolved.
247+
* \#138896 - Slide Background shape issue in provided sample has been resolved.
248+
* \#139125 - Argument exception is no more thrown while converting presentation file to pdf.
249+
* \#139125 - Argument out of range exception is no more thrown while converting a presentation file to pdf.
250+
* \#139125 - Null Reference exception is no more thrown while converting a presentation file to pdf.
251+
* \#139125 - Color blend object no more throws exception while converting PPTX to PDF conversion.
252+
253+
## ReportViewer
254+
255+
### Bug fixes
256+
{:#reportviewer-bug-fixes}
257+
258+
* \#139991 - Render Area is now displayed in ReportViewer mobile mode.
259+
* \#138585 - Default value now applies when you get default value from stored procedure.
260+
* \#139820 - Tablix disappear when you specify the conditional color code for textbox issue is now fixed.
261+
* \#140641 - No more exceptions will be thrown in header style json models.
262+
* \#139480 - Text can now be vertically aligned in TextBox.
263+
* \#138180 - Tablix report item height does not exceed the body page height.
264+
* \#137458 - Query based expression works fine now.
265+
266+
## Ribbon
267+
268+
### Breaking changes
269+
{:#ribbon-breaking-changes}
270+
271+
* Provided Backstage Page support for Ribbon
272+
273+
## Schedule
274+
275+
### Features
276+
{:#schedule-features}
277+
278+
279+
* The priority feature allows you to prioritize the appointments with default values and individual icons/images. You can also customize the priority values and icons by using the template or from a data source.
280+
* The Inline delete feature is provided to the appointments. When you hover, a button appears and by clicking the "X" button on the appointment deletes it.
281+
* Customizing the time scale option is provided by which you can enable or disable the time scale by using the "showTimeScale" property.
282+
* The header bar can be enable/disable by using the "showHeaderBar" property.
283+
* Daylight Saving Time (DST) feature is added to the schedule appointments that can be enabled by setting the "DaylightSavingTime" property to true.
284+
285+
286+
### Bug fixes
287+
{:#schedule-bug-fixes}
288+
289+
290+
* \#139835, \#139834 - Date navigation and alignment issue in custom view of horizontal multiple resource has been resolved.
291+
* \#139705 - Script error is no more thrown when you create the appointment without binding any data.
292+
* \#139983 - AppointmentClick and AppointmentHover argument returns undefined appointment issue is now fixed.
293+
294+
295+
## TreeGrid
296+
297+
### Features
298+
{:#treegrid-features}
299+
300+
301+
* \#130466,\#130535 - Provided support for summary rows in TreeGrid.
302+
* \#136365 - Provided support for details row template in TreeGrid.
303+
* \#137447,\#138371 - Provided support for dropdown filtering.
304+
* Now an additional argument columnIndex is included in contextMenuOpen event arguments for fetching column details.
305+
306+
307+
### Breaking changes
308+
{:#treegrid-breaking-changes}
309+
310+
* requestType value in rowDragStop event arguments is changed from rowDragStop to insert position(insertAbove/insertBelow/insertAsChild).
311+
## Uploadbox
312+
313+
### Bug fixes
314+
{:#uploadbox-bug-fixes}
315+
316+
* \#139243 - UploadBox now raises error event properly in IE8 and IE9.
317+
318+
## XlsIO
319+
320+
### Features
321+
{:#xlsio-features}
322+
323+
* #129279- Multi level category axis support is added.
324+
325+
### Bug fixes
326+
{:#xlsio-bug-fixes}
327+
328+
* \#139896- Stack overflow exception is no more thrown while accessing GetInnerRowHeightInPixel().
329+
* \#139580- Deadlock error is no more thrown while opening a file with absoluteAnchor element.
330+
* \#138750 - Need to preserve dialog sheets issue in XlsIO is now resolved.
331+
* \#138680 - Applying wrap text for more cells causes delay in performance issue is now fixed.
332+
* \#138147 - Low performance issue in XlsIO formatting is now fixed.
333+
* \#137396 - Performance delay issue while creating a data validation for an entire column is now resolved.
334+
* \#139680,\#140305 - Rich-text missing in certain cells issue is now resolved.
335+
* \#137256 - AutoFitColumn now works fine in Auto filtered columns.
336+
* \#137258 - AutoShape size now works fine during AutoFitColumns.
337+
* \#137284 - Not supported exception is no more thrown while parsing the Min and Max value of a chart.
338+
* \#139866 - Text crosses border in excel to pdf conversion due to incorrect display text issue is now fixed.
339+

0 commit comments

Comments
 (0)