Skip to content

Commit

Permalink
v17.4.40 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Dec 24, 2019
1 parent 98d26f6 commit 3618e88
Show file tree
Hide file tree
Showing 285 changed files with 12,053 additions and 6,598 deletions.
8 changes: 8 additions & 0 deletions components/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 17.4.40 (2019-12-24)

### Common

#### Bug Fixes

- Resolved `accordion` control rendering issue while using `Ajax`.

## 17.4.39 (2019-12-17)

### Common
Expand Down
2 changes: 1 addition & 1 deletion components/base/dist/ej2-angular-base.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/base/dist/ej2-angular-base.umd.min.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion components/base/dist/es6/ej2-angular-base.es2015.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/base/dist/es6/ej2-angular-base.es2015.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion components/base/dist/es6/ej2-angular-base.es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/base/dist/es6/ej2-angular-base.es5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/base/dist/global/ej2-angular-base.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/base/dist/global/ej2-angular-base.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-base",
"version": "17.2.48",
"version": "17.4.39",
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
3 changes: 2 additions & 1 deletion components/base/src/complex-array-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ export class ArrayBase<T> {
// tslint:disable-next-line
let keys: any = Object.keys(this.list[i].propCollection);
for (let j: number = 0; j < keys.length; j++) {
if (this.list[i].propCollection[keys[j]].constructor.name === 'TemplateRef_') {
if (this.list[i].propCollection[keys[j]] &&
this.list[i].propCollection[keys[j]].constructor.name === 'TemplateRef_') {
isSourceChanged = true;
break;
}
Expand Down
2 changes: 1 addition & 1 deletion components/buttons/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-buttons",
"version": "17.2.48",
"version": "17.4.39",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
4 changes: 2 additions & 2 deletions components/buttons/dist/schematics/utils/lib-details.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-buttons';
exports.pkgVer = '^17.2.48';
exports.pkgVer = '^17.4.39';
exports.moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
exports.themeVer = '~17.2.48';
exports.themeVer = '~17.4.39';
4 changes: 2 additions & 2 deletions components/buttons/dist/schematics/utils/lib-details.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-buttons';
export const pkgVer = '^17.2.48';
export const pkgVer = '^17.4.39';
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
export const themeVer = '~17.2.48';
export const themeVer = '~17.4.39';
2 changes: 1 addition & 1 deletion components/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-buttons",
"version": "17.2.48",
"version": "17.4.39",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
4 changes: 2 additions & 2 deletions components/buttons/schematics/utils/lib-details.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-buttons';
export const pkgVer = '^17.2.48';
export const pkgVer = '^17.4.39';
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
export const themeVer = '~17.2.48';
export const themeVer = '~17.4.39';
14 changes: 14 additions & 0 deletions components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## 17.4.40 (2019-12-24)

### DateRangePicker

#### Bug Fixes

- Issue with "popup not opened by using alt + down key while enabling JAWS" has been resolved.

### DateTimePicker

#### Bug Fixes

- `#257448` - Issue with "timepicker popup not destroyed while destroy the datetimepicker on close event" has been resolved.

## 17.4.39 (2019-12-17)

### DateRangePicker
Expand Down
14 changes: 14 additions & 0 deletions components/calendars/dist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [Unreleased]

## 17.4.40 (2019-12-24)

### DateRangePicker

#### Bug Fixes

- Issue with "popup not opened by using alt + down key while enabling JAWS" has been resolved.

### DateTimePicker

#### Bug Fixes

- `#257448` - Issue with "timepicker popup not destroyed while destroy the datetimepicker on close event" has been resolved.

## 17.4.39 (2019-12-17)

### DateRangePicker
Expand Down
2 changes: 1 addition & 1 deletion components/calendars/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-calendars",
"version": "17.2.48",
"version": "17.4.39",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
4 changes: 2 additions & 2 deletions components/calendars/dist/schematics/utils/lib-details.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-calendars';
exports.pkgVer = '^17.2.48';
exports.pkgVer = '^17.4.39';
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
exports.themeVer = '~17.2.48';
exports.themeVer = '~17.4.39';
4 changes: 2 additions & 2 deletions components/calendars/dist/schematics/utils/lib-details.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-calendars';
export const pkgVer = '^17.2.48';
export const pkgVer = '^17.4.39';
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
export const themeVer = '~17.2.48';
export const themeVer = '~17.4.39';
2 changes: 1 addition & 1 deletion components/calendars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-calendars",
"version": "17.2.48",
"version": "17.4.39",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
4 changes: 2 additions & 2 deletions components/calendars/schematics/utils/lib-details.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-calendars';
export const pkgVer = '^17.2.48';
export const pkgVer = '^17.4.39';
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
export const themeVer = '~17.2.48';
export const themeVer = '~17.4.39';
8 changes: 8 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 17.4.40 (2019-12-24)

### Chart

#### Bug Fixes

- `#257935` - Axis labels rotated at 90 degree alignment issue now fixed.

## 17.4.39 (2019-12-17)

### RangeNavigator
Expand Down
8 changes: 8 additions & 0 deletions components/charts/dist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 17.4.40 (2019-12-24)

### Chart

#### Bug Fixes

- `#257935` - Axis labels rotated at 90 degree alignment issue now fixed.

## 17.4.39 (2019-12-17)

### RangeNavigator
Expand Down
2 changes: 1 addition & 1 deletion components/charts/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-charts",
"version": "17.4.1",
"version": "17.4.39",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
4 changes: 2 additions & 2 deletions components/charts/dist/schematics/utils/lib-details.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-charts';
exports.pkgVer = '^17.4.1';
exports.pkgVer = '^17.4.39';
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
exports.themeVer = '~17.4.1';
exports.themeVer = '~17.4.39';
4 changes: 2 additions & 2 deletions components/charts/dist/schematics/utils/lib-details.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-charts';
export const pkgVer = '^17.4.1';
export const pkgVer = '^17.4.39';
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
export const themeVer = '~17.4.1';
export const themeVer = '~17.4.39';
2 changes: 1 addition & 1 deletion components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-charts",
"version": "17.4.1",
"version": "17.4.39",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
4 changes: 2 additions & 2 deletions components/charts/schematics/utils/lib-details.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-charts';
export const pkgVer = '^17.4.1';
export const pkgVer = '^17.4.39';
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
export const themeVer = '~17.4.1';
export const themeVer = '~17.4.39';
2 changes: 1 addition & 1 deletion components/circulargauge/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-circulargauge",
"version": "17.2.48",
"version": "17.4.39",
"description": "Essential JS 2 CircularGauge Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
4 changes: 2 additions & 2 deletions components/circulargauge/dist/schematics/utils/lib-details.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-circulargauge';
exports.pkgVer = '^17.2.48';
exports.pkgVer = '^17.4.39';
exports.moduleName = 'CircularGaugeModule';
exports.themeVer = '~17.2.48';
exports.themeVer = '~17.4.39';
4 changes: 2 additions & 2 deletions components/circulargauge/dist/schematics/utils/lib-details.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-circulargauge';
export const pkgVer = '^17.2.48';
export const pkgVer = '^17.4.39';
export const moduleName = 'CircularGaugeModule';
export const themeVer = '~17.2.48';
export const themeVer = '~17.4.39';
2 changes: 1 addition & 1 deletion components/circulargauge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-circulargauge",
"version": "17.2.48",
"version": "17.4.39",
"description": "Essential JS 2 CircularGauge Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
4 changes: 2 additions & 2 deletions components/circulargauge/schematics/utils/lib-details.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-circulargauge';
export const pkgVer = '^17.2.48';
export const pkgVer = '^17.4.39';
export const moduleName = 'CircularGaugeModule';
export const themeVer = '~17.2.48';
export const themeVer = '~17.4.39';
8 changes: 8 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 17.4.40 (2019-12-24)

### Diagram

#### Bug Fixes

- `#258522` - The issue with the connector that is not attached to the node when we draw a connector at the edge of the port has been fixed.

## 17.4.39 (2019-12-17)

### Diagram
Expand Down
Loading

0 comments on commit 3618e88

Please sign in to comment.