Skip to content

Commit e153826

Browse files
author
pipeline
committed
v19.4.38 is released
1 parent 318c4cf commit e153826

File tree

101 files changed

+589
-285
lines changed

Some content is hidden

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

101 files changed

+589
-285
lines changed

components/base/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-base",
3-
"version": "19.3.55",
3+
"version": "19.7.0",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -15,6 +15,14 @@
1515
"angular",
1616
"ng"
1717
],
18+
"peerDependencies": {
19+
"@angular/common": "4.10.0 - 11.1.1",
20+
"@angular/compiler": "4.10.0 - 11.1.1",
21+
"@angular/core": "4.10.0 - 11.1.1",
22+
"@angular/forms": "4.10.0 - 11.1.1",
23+
"@angular/platform-browser": "4.10.0 - 11.1.1",
24+
"@angular/platform-browser-dynamic": "4.10.0 - 11.1.1"
25+
},
1826
"dependencies": {
1927
"@syncfusion/ej2-base": "*",
2028
"@syncfusion/ej2-icons": "*",

components/base/src/complex-array-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,4 @@ export class ArrayBase<T> {
259259
this.list = [];
260260
}
261261

262-
}
262+
}

components/base/src/template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ export interface AngularElementType {
7878
}
7979

8080
//tslint:disable-next-line
81-
setTemplateEngine({ compile: (compile as any) });
81+
setTemplateEngine({ compile: (compile as any) });

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.44 (2021-10-05)
5+
## 19.4.38 (2021-12-17)
66

77
### Chips
88

9-
#### Bug Fixes
9+
#### New Features
1010

11-
- `F167517` - The issue with "JEST test case failure with Chip component" has been resolved.
11+
- `#I308047` - Provided the `deleted` event support for the Chips component.
1212

1313
## 19.2.47 (2021-07-13)
1414

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": "19.3.53",
3+
"version": "18.29.0",
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/buttons/src/chips/chiplist.component.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ChipList } from '@syncfusion/ej2-buttons';
55
import { ChipsDirective } from './chips.directive';
66

77
export const inputs: string[] = ['avatarIconCss','avatarText','chips','cssClass','enableDelete','enablePersistence','enableRtl','enabled','leadingIconCss','leadingIconUrl','locale','selectedChips','selection','text','trailingIconCss','trailingIconUrl'];
8-
export const outputs: string[] = ['beforeClick','click','created','delete'];
8+
export const outputs: string[] = ['beforeClick','click','created','delete','deleted'];
99
export const twoWays: string[] = [''];
1010

1111
/**
@@ -31,7 +31,8 @@ export class ChipListComponent extends ChipList implements IComponentBase {
3131
beforeClick: any;
3232
click: any;
3333
created: any;
34-
public delete: any;
34+
delete: any;
35+
public deleted: any;
3536
public childChips: QueryList<ChipsDirective>;
3637
public tags: string[] = ['chips'];
3738

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": "19.3.56",
3+
"version": "18.25.3",
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
## [Unreleased]
44

5-
## 19.3.59 (2021-12-14)
5+
## 19.4.38 (2021-12-17)
66

77
### Chart
88

9-
#### Bug Fixes
9+
#### New Features
1010

11-
- `#I346999` - Data labels are now working properly while legend click.
12-
- `#I349146` - Range area and scatter series working fine on canvas mode.
11+
- `#I271263`,`#I344376` - Provided grouping support for the column and bar chart based on categories.
12+
- `#F163374` - Provided color support to the highlighted point.
13+
- `#I342748` - Fixed width support have been provided for chart area.
14+
- `#I280225`, `#I340912` - Provided support to rotate y-axis labels to a given angle.
15+
- `#I345716` - Provided support to reverse the rendering order of the legend items in a chart.
16+
- Right to Left(RTL) feature added for all chart elements like legend, tooltip, data label, title, etc.
1317

1418
## 19.3.55 (2021-11-23)
1519

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": "19.3.55",
3+
"version": "1.158.0",
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/charts/src/accumulation-chart/accumulationchart.component.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { Template } from '@syncfusion/ej2-angular-base';
55
import { AccumulationSeriesCollectionDirective } from './series.directive';
66
import { AccumulationAnnotationsDirective } from './annotations.directive';
77

8-
export const inputs: string[] = ['allowExport','annotations','background','backgroundImage','border','center','currencyCode','dataSource','enableAnimation','enableBorderOnMouseMove','enableExport','enablePersistence','enableRtl','enableSmartLabels','height','highLightMode','highlightPattern','isMultiSelect','legendSettings','locale','margin','selectedDataIndexes','selectionMode','selectionPattern','series','subTitle','subTitleStyle','theme','title','titleStyle','tooltip','useGroupingSeparator','width'];
9-
export const outputs: string[] = ['afterExport','animationComplete','annotationRender','beforePrint','beforeResize','chartMouseClick','chartMouseDown','chartMouseLeave','chartMouseMove','chartMouseUp','legendRender','load','loaded','pointClick','pointMove','pointRender','resized','seriesRender','textRender','tooltipRender','dataSourceChange'];
8+
export const inputs: string[] = ['allowExport','annotations','background','backgroundImage','border','center','currencyCode','dataSource','enableAnimation','enableBorderOnMouseMove','enableExport','enablePersistence','enableRtl','enableSmartLabels','height','highlightMode','highlightPattern','isMultiSelect','legendSettings','locale','margin','selectedDataIndexes','selectionMode','selectionPattern','series','subTitle','subTitleStyle','theme','title','titleStyle','tooltip','useGroupingSeparator','width'];
9+
export const outputs: string[] = ['afterExport','animationComplete','annotationRender','beforePrint','beforeResize','chartDoubleClick','chartMouseClick','chartMouseDown','chartMouseLeave','chartMouseMove','chartMouseUp','legendRender','load','loaded','pointClick','pointMove','pointRender','resized','selectionComplete','seriesRender','textRender','tooltipRender','dataSourceChange'];
1010
export const twoWays: string[] = ['dataSource'];
1111

1212
/**
@@ -35,6 +35,7 @@ export class AccumulationChartComponent extends AccumulationChart implements ICo
3535
annotationRender: any;
3636
beforePrint: any;
3737
beforeResize: any;
38+
chartDoubleClick: any;
3839
chartMouseClick: any;
3940
chartMouseDown: any;
4041
chartMouseLeave: any;
@@ -47,6 +48,7 @@ export class AccumulationChartComponent extends AccumulationChart implements ICo
4748
pointMove: any;
4849
pointRender: any;
4950
resized: any;
51+
selectionComplete: any;
5052
seriesRender: any;
5153
textRender: any;
5254
tooltipRender: any;

0 commit comments

Comments
 (0)