Skip to content

Commit a011d06

Browse files
author
pipeline
committed
v18.1.36-beta is released
1 parent f5dd8d7 commit a011d06

File tree

805 files changed

+42684
-4682
lines changed

Some content is hidden

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

805 files changed

+42684
-4682
lines changed

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 17.4.51 (2020-02-25)
5+
## 18.1.36-beta (2020-03-19)
66

77
### Common
88

99
#### Bug Fixes
1010

11-
- `I261475` - Provided Angular 9 compatibility support.
12-
- Updated `peerDependencies` versions.
13-
14-
## 17.4.43 (2020-01-14)
15-
16-
### Common
17-
18-
#### Bug Fixes
19-
20-
- `I259559` - Resolve `boolean` type `formControl` value is not working for radio button control.
21-
22-
## 17.4.41 (2020-01-07)
23-
24-
### Common
25-
26-
#### Bug Fixes
27-
28-
- `I258967` - Increased `core-js` version from `2.4.1` to `3.4.8` since `[email protected]` version is deprecated.
29-
30-
## 17.4.40 (2019-12-24)
31-
32-
### Common
33-
34-
#### Bug Fixes
35-
36-
- Resolved `accordion` control rendering issue while using `Ajax`.
37-
38-
## 17.4.39 (2019-12-17)
11+
- `I261475` - Angular 9 compatibility support.
3912

4013
### Common
4114

components/base/dist/ej2-angular-base.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/dist/ej2-angular-base.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/dist/es6/ej2-angular-base.es2015.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/dist/es6/ej2-angular-base.es2015.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/dist/es6/ej2-angular-base.es5.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/dist/es6/ej2-angular-base.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/dist/global/ej2-angular-base.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/dist/global/ej2-angular-base.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/base/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-base",
3-
"version": "17.4.51",
3+
"version": "17.4.39",
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",

components/base/src/component-base.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ export class ComponentBase<T> {
211211
tempAfterContentThis.setProperties(propObj, tagObject.instance.isInitChanges);
212212
} else {
213213
/* istanbul ignore next */
214+
let oldProbLength = tempAfterContentThis[tagObject.name].length;
215+
let newPropLendgth = tagObject.instance.list.length;
216+
if (oldProbLength !== newPropLendgth && tagObject.instance.list[0].hasChanges) {
217+
tempAfterContentThis[tagObject.name] = tagObject.instance.list;
218+
}
214219
for (let list of tagObject.instance.list) {
215220
if (list.hasChanges) {
216221
let curIndex: number = tagObject.instance.list.indexOf(list);
@@ -297,4 +302,4 @@ export class ComponentBase<T> {
297302

298303
}
299304

300-
}
305+
}

components/buttons/dist/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": "17.4.49",
3+
"version": "17.2.48",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-buttons';
4-
exports.pkgVer = '^17.4.49';
4+
exports.pkgVer = '^17.2.48';
55
exports.moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
6-
exports.themeVer = '~17.4.49';
6+
exports.themeVer = '~17.2.48';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-buttons';
2-
export const pkgVer = '^17.4.49';
2+
export const pkgVer = '^17.2.48';
33
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
4-
export const themeVer = '~17.4.49';
4+
export const themeVer = '~17.2.48';

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": "17.4.49",
3+
"version": "17.2.48",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-buttons';
2-
export const pkgVer = '^17.4.49';
2+
export const pkgVer = '^17.2.48';
33
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
4-
export const themeVer = '~17.4.49';
4+
export const themeVer = '~17.2.48';

components/calendars/dist/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": "17.4.50",
3+
"version": "17.2.48",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-calendars';
4-
exports.pkgVer = '^17.4.50';
4+
exports.pkgVer = '^17.2.48';
55
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6-
exports.themeVer = '~17.4.50';
6+
exports.themeVer = '~17.2.48';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-calendars';
2-
export const pkgVer = '^17.4.50';
2+
export const pkgVer = '^17.2.48';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~17.4.50';
4+
export const themeVer = '~17.2.48';

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": "17.4.50",
3+
"version": "17.2.48",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-calendars';
2-
export const pkgVer = '^17.4.50';
2+
export const pkgVer = '^17.2.48';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~17.4.50';
4+
export const themeVer = '~17.2.48';

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.36-beta (2020-03-19)
6+
7+
### Chart
8+
9+
#### New Features
10+
11+
- Provided support to highlight the data points in chart.
12+
- Provided support for patterns to the selected and highlighted data.
13+
14+
### Bullet Chart
15+
16+
#### New Features
17+
18+
- Provided support to legend for targets, actual value and ranges in bullet chart.
19+
520
## 17.4.51 (2020-02-25)
621

722
### Chart

0 commit comments

Comments
 (0)