Skip to content

Commit e54bb35

Browse files
author
pipeline
committed
v20.1.55 is released
1 parent 4f4fc3a commit e54bb35

File tree

32 files changed

+148
-31
lines changed

32 files changed

+148
-31
lines changed

components/base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.1.52 (2022-05-04)
5+
## 20.1.55 (2022-05-12)
66

77
### Common
88

components/buttons/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44

55
## 20.1.50 (2022-04-19)
66

7-
### Radio Button
8-
9-
#### Bug Fixes
10-
11-
- `F171644` - Issue with Name attribute not updated properly in radio button and checkbox for components has been resolved.
12-
137
### Checkbox
148

159
#### Bug Fixes

components/buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-buttons",
3-
"version": "20.1.50",
3+
"version": "20.1.52",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-calendars",
3-
"version": "20.1.47",
3+
"version": "20.1.52",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.1.55 (2022-05-12)
6+
7+
### Chart
8+
9+
#### New Features
10+
11+
- `#I360879` - Provided support to disable the marker explode without tooltip and highlight mode.
12+
513
## 20.1.52 (2022-05-04)
614

715
### Chart

components/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-charts",
3-
"version": "20.1.51",
3+
"version": "20.1.52",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 20.1.55 (2022-05-12)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I373763` - Now, old value of SelectionChange event are updated properly.
12+
- `#I373774` - The sourcePointChange and targetPointChange events are triggered while dragging the node.
13+
- `#I375741` - Now, the performance and Memory leak is resolved in the saveDiagram method.
14+
- `#I372151` - Now, bezier connector annotation get exported properly as an image.
15+
- `#I376498` - Now, the diagram zooming behaviour is changed as an old behaviour.
16+
517
## 20.1.51 (2022-04-26)
618

719
### Diagram

components/documenteditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-documenteditor",
3-
"version": "20.1.51",
3+
"version": "20.1.52",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-dropdowns",
3-
"version": "20.1.51",
3+
"version": "20.1.52",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.1.55 (2022-05-12)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I368832`, `#I374668` - The issue with "Not able to upload an excel file in the File Manager component with SQL file provider" has been resolved.
12+
513
## 20.1.52 (2022-05-04)
614

715
### File Manager

components/filemanager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-filemanager",
3-
"version": "20.1.47",
3+
"version": "20.1.52",
44
"description": "Essential JS 2 FileManager Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,26 @@
22

33
## [Unreleased]
44

5-
## 20.1.52 (2022-05-04)
5+
## 20.1.55 (2022-05-12)
66

77
### Gantt
88

99
#### Bug Fixes
1010

11-
- `#372661` - Data not properly updated in the Gantt Chart when switching between list view issue has been fixed.
11+
- `#376228` - Duration is not updated while updating resource units using `updateRecordByID` method issue has been fixed.
12+
- `#370224` - Filtering issue when rendering Gantt inside the modal has been fixed.
13+
- `#376455` - Tab key navigation not working properly when moving from grid to timeline issue has been fixed.
1214

1315
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
1416

17+
## 20.1.52 (2022-05-04)
18+
19+
### Gantt
20+
21+
#### Bug Fixes
22+
23+
- `#372661` - Data not properly updated in the Gantt Chart when switching between list view issue has been fixed.
24+
1525
## 20.1.51 (2022-04-26)
1626

1727
### Gantt

components/gantt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-gantt",
3-
"version": "20.1.51",
3+
"version": "20.1.52",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-grids",
3-
"version": "20.1.51",
3+
"version": "20.1.52",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lineargauge/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@
1111

1212
## [Unreleased]
1313

14-
## 20.1.52 (2022-05-04)
14+
## 20.1.55 (2022-05-12)
15+
16+
### LinearGauge
17+
18+
#### Bug Fixes
19+
20+
- `#I377447` - When the bar pointer value is set to zero, the start of the pointer curve is properly rendered.
21+
- `#I377616` - The Linear Gauge, which is embedded in its root element, is now rendered in 50% height.
22+
23+
## 20.1.48 (2022-04-12)
1524

1625
### LinearGauge
1726

components/lineargauge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-lineargauge",
3-
"version": "20.1.47",
3+
"version": "20.1.48",
44
"description": "Essential JS 2 LinearGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.1.55 (2022-05-12)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `SF-372732`- A signature in the signature field will be displayed in the downloaded document when the form field properties have been updated using the `updateFormFields` method.
12+
513
## 20.1.52 (2022-05-04)
614

715
### PDF Viewer

components/pdfviewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-pdfviewer",
3-
"version": "20.1.51",
3+
"version": "20.1.52",
44
"description": "Essential JS 2 PDF viewer Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,26 @@
22

33
## [Unreleased]
44

5-
## 20.1.48 (2022-04-12)
5+
## 20.1.55 (2022-05-12)
66

77
### Pivot Table
88

99
#### Bug fixes
1010

1111
- `#I363090` - The previous cell selection can now be maintained while restricting the current selection in the pivot table's column axis using the cell selecting event.
12+
- `#I373754` - The pivot table can now be exported properly to Excel and CSV formats while using the virtual scrolling feature, with sub-totals hidden.
13+
- `#I374945` - The pivot chart will now refresh properly with the specified height when switching from adaptive to desktop mode.
14+
15+
#### Features
16+
17+
- `#F174296` - Members of a specific field are now sorted based on user-defined order in the Pivot Table's row and column axes.
18+
19+
## 20.1.48 (2022-04-12)
20+
21+
### Pivot Table
22+
23+
#### Bug fixes
24+
1225
- In the OLAP field list UI, calculated fields are now properly displayed.
1326
- The pivot table now exports properly to excel format with string type values when virtual scrolling is enabled.
1427

components/pivotview/src/pivotfieldlist/pivotfieldlist.component.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { PivotFieldList } from '@syncfusion/ej2-pivotview';
55

66

77
export const inputs: string[] = ['aggregateTypes','allowCalculatedField','allowDeferLayoutUpdate','cssClass','currencyCode','dataSourceSettings','enablePersistence','enableRtl','loadOnDemandInMemberEditor','locale','maxNodeLimitInMemberEditor','renderMode','showValuesButton','spinnerTemplate','target'];
8-
export const outputs: string[] = ['actionBegin','actionComplete','actionFailure','aggregateCellInfo','aggregateMenuOpen','beforeServiceInvoke','calculatedFieldCreate','created','dataBound','destroyed','enginePopulated','enginePopulating','fieldDragStart','fieldDrop','fieldRemove','load','memberEditorOpen','memberFiltering','onFieldDropped'];
8+
export const outputs: string[] = ['actionBegin','actionComplete','actionFailure','aggregateCellInfo','aggregateMenuOpen','beforeServiceInvoke','calculatedFieldCreate','created','dataBound','destroyed','enginePopulated','enginePopulating','fieldDragStart','fieldDrop','fieldRemove','load','memberEditorOpen','memberFiltering','onFieldDropped','onHeadersSort'];
99
export const twoWays: string[] = [];
1010

1111
/**
@@ -46,7 +46,8 @@ export class PivotFieldListComponent extends PivotFieldList implements IComponen
4646
load: any;
4747
memberEditorOpen: any;
4848
memberFiltering: any;
49-
public onFieldDropped: any;
49+
onFieldDropped: any;
50+
public onHeadersSort: any;
5051

5152

5253

components/pivotview/src/pivotview/pivotview.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Template } from '@syncfusion/ej2-angular-base';
55

66

77
export const inputs: string[] = ['aggregateTypes','allowCalculatedField','allowConditionalFormatting','allowDataCompression','allowDeferLayoutUpdate','allowDrillThrough','allowExcelExport','allowGrouping','allowNumberFormatting','allowPdfExport','cellTemplate','chartSettings','chartTypes','currencyCode','dataSourceSettings','displayOption','editSettings','enableHtmlSanitizer','enablePersistence','enableRtl','enableValueSorting','enableVirtualization','exportAllPages','gridSettings','groupingBarSettings','height','hyperlinkSettings','loadOnDemandInMemberEditor','locale','maxNodeLimitInMemberEditor','maxRowsInDrillThrough','pivotValues','showFieldList','showGroupingBar','showToolbar','showTooltip','showValuesButton','spinnerTemplate','toolbar','toolbarTemplate','tooltipTemplate','width'];
8-
export const outputs: string[] = ['actionBegin','actionComplete','actionFailure','aggregateCellInfo','aggregateMenuOpen','beforeExport','beforeServiceInvoke','beginDrillThrough','calculatedFieldCreate','cellClick','cellSelected','cellSelecting','chartSeriesCreated','conditionalFormatting','created','dataBound','destroyed','drill','drillThrough','editCompleted','enginePopulated','enginePopulating','fetchReport','fieldDragStart','fieldDrop','fieldListRefreshed','fieldRemove','hyperlinkCellClick','load','loadReport','memberEditorOpen','memberFiltering','newReport','numberFormatting','onFieldDropped','onPdfCellRender','removeReport','renameReport','saveReport','toolbarClick','toolbarRender'];
8+
export const outputs: string[] = ['actionBegin','actionComplete','actionFailure','aggregateCellInfo','aggregateMenuOpen','beforeExport','beforeServiceInvoke','beginDrillThrough','calculatedFieldCreate','cellClick','cellSelected','cellSelecting','chartSeriesCreated','conditionalFormatting','created','dataBound','destroyed','drill','drillThrough','editCompleted','enginePopulated','enginePopulating','fetchReport','fieldDragStart','fieldDrop','fieldListRefreshed','fieldRemove','hyperlinkCellClick','load','loadReport','memberEditorOpen','memberFiltering','newReport','numberFormatting','onFieldDropped','onHeadersSort','onPdfCellRender','removeReport','renameReport','saveReport','toolbarClick','toolbarRender'];
99
export const twoWays: string[] = [];
1010

1111
/**
@@ -63,6 +63,7 @@ export class PivotViewComponent extends PivotView implements IComponentBase {
6363
newReport: any;
6464
numberFormatting: any;
6565
onFieldDropped: any;
66+
onHeadersSort: any;
6667
onPdfCellRender: any;
6768
removeReport: any;
6869
renameReport: any;

components/progressbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-progressbar",
3-
"version": "20.1.47",
3+
"version": "20.1.52",
44
"description": "Essential JS 2 ProgressBar Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.1.55 (2022-05-12)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `I375944` - Issue with Null value is not available in IN operator of query builder has been fixed.
12+
513
## 20.1.51 (2022-04-26)
614

715
### QueryBuilder

components/richtexteditor/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.1.55 (2022-05-12)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I374234` - Now, the Rich Text Editor table resize works properly when width is configured for the parent element.
12+
513
## 20.1.52 (2022-05-04)
614

715
### RichTextEditor
@@ -11,7 +19,7 @@
1119
- `#I375434` - Now, pressing the enter key multiple times when the content is empty in the Rich Text Editor on the `Firefox` browser works properly.
1220
- `#I349917` - Now, the floating toolbar in the Rich Text Editor is displayed properly when rendered inside the modal dialog.
1321
- `#I376141` - Now, pressing enter key before the image with caption doesn't remove the image.
14-
- `#I373983, #I374234` - Now, the Rich Text Editor table resize works properly when placed inside the `Grid` component.
22+
- `#I373983` - Now, the Rich Text Editor table resize works properly when placed inside the `Grid` component.
1523

1624
## 20.1.51 (2022-04-26)
1725

components/richtexteditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-richtexteditor",
3-
"version": "20.1.51",
3+
"version": "20.1.52",
44
"description": "Essential JS 2 RichTextEditor component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22

33
## [Unreleased]
44

5+
## 20.1.52 (2022-05-04)
6+
7+
### Schedule
8+
9+
#### Bug Fixes
10+
11+
- `#I374675` - The appointment border maintained after deselection on multiple appointment selections has been fixed.
12+
- `#I373707` - An issue with appointments rendered in the min-max date range in vertical views has been fixed.
13+
514
## 20.1.50 (2022-04-19)
615

716
### Schedule
817

918
#### Bug Fixes
1019

1120
- `#I373678` - An issue with the recurrence appointment time change in the DST time zone has been fixed.
12-
- `#I374675` - The appointment border maintained after deselection on multiple appointment selections has been fixed.
1321
- `#I372043` - An issue with the appointment rendering performance of the month view has been fixed.
1422
- `#I373179` - The Schedule `exportToICalendar` method throws a script error on exporting events issue has been fixed.
1523
- `#I373707` - An issue with the appointments in the min-max date range not rendered in the month view has been fixed.

components/schedule/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-schedule",
3-
"version": "20.1.50",
3+
"version": "20.1.52",
44
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/splitbuttons/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.1.55 (2022-05-12)
6+
7+
### DropDownButton
8+
9+
#### Bug Fixes
10+
11+
- `#I375771` - Text content contains html tag elements considered as HTML Element in DropDownButton issue has been resolved.
12+
513
## 19.4.40 (2021-12-28)
614

715
### DropDownButton

components/spreadsheet/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 20.1.55 (2022-05-12)
6+
7+
### Spreadsheet
8+
9+
#### New Features
10+
11+
- `#I362282` - Provided support for date column filter popup UI like parent-child combination of checkboxes functionality.
12+
13+
#### Bug Fixes
14+
15+
- `#F174225` - Background color not exported properly when the conditional formatting contains "null" format issue resolved.
16+
- `#I377104` - Clear options not working properly for localized text issue is resolved.
17+
518
## 20.1.52 (2022-05-04)
619

720
### Spreadsheet

0 commit comments

Comments
 (0)