Skip to content

Commit

Permalink
v17.4.39 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Dec 17, 2019
1 parent b1071e4 commit 98d26f6
Show file tree
Hide file tree
Showing 733 changed files with 74,569 additions and 3,475 deletions.
2 changes: 1 addition & 1 deletion components/barcodegenerator/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-barcode-generator",
"version": "17.3.27",
"version": "17.2.48",
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
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-barcode-generator';
exports.pkgVer = '^17.3.27';
exports.pkgVer = '^17.2.48';
exports.moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
exports.themeVer = '~17.3.27';
exports.themeVer = '~17.2.48';
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-barcode-generator';
export const pkgVer = '^17.3.27';
export const pkgVer = '^17.2.48';
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
export const themeVer = '~17.3.27';
export const themeVer = '~17.2.48';
2 changes: 1 addition & 1 deletion components/barcodegenerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-barcode-generator",
"version": "17.3.27",
"version": "17.2.48",
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
4 changes: 2 additions & 2 deletions components/barcodegenerator/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-barcode-generator';
export const pkgVer = '^17.3.27';
export const pkgVer = '^17.2.48';
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
export const themeVer = '~17.3.27';
export const themeVer = '~17.2.48';
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.39 (2019-12-17)

### Common

#### Bug Fixes

- `I257439` - Increased `peerDependencies` version from `8.2.12` to `8.2.14`.

## 17.3.17 (2019-10-15)

### 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.

21 changes: 16 additions & 5 deletions 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.

21 changes: 16 additions & 5 deletions 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.

14 changes: 7 additions & 7 deletions 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.3.19",
"version": "17.2.48",
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand All @@ -16,12 +16,12 @@
"ng"
],
"peerDependencies": {
"@angular/common": "2.2.1 - 8.2.12",
"@angular/compiler": "2.2.1 - 8.2.12",
"@angular/core": "2.2.1 - 8.2.12",
"@angular/forms": "2.2.1 - 8.2.12",
"@angular/platform-browser": "2.2.1 - 8.2.12",
"@angular/platform-browser-dynamic": "2.2.1 - 8.2.12"
"@angular/common": "2.2.1 - 8.2.14",
"@angular/compiler": "2.2.1 - 8.2.14",
"@angular/core": "2.2.1 - 8.2.14",
"@angular/forms": "2.2.1 - 8.2.14",
"@angular/platform-browser": "2.2.1 - 8.2.14",
"@angular/platform-browser-dynamic": "2.2.1 - 8.2.14"
},
"dependencies": {
"@syncfusion/ej2-base": "*",
Expand Down
23 changes: 17 additions & 6 deletions components/base/src/complex-array-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,23 +138,34 @@ export class ArrayBase<T> {
return child;
}
);
/* istanbul ignore next */
/* istanbul ignore start */
if (this.list.length === this.children.length) {
for (let i: number = 0; i < this.list.length; i++) {
isSourceChanged = (JSON.stringify(this.list[i].propCollection.dataSource) !==
JSON.stringify(childrenDataSource[i].propCollection.dataSource));
if (this.list[i].propCollection.dataSource) {
isSourceChanged = (JSON.stringify(this.list[i].propCollection.dataSource) !==
JSON.stringify(childrenDataSource[i].propCollection.dataSource));
} else {
// 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_') {
isSourceChanged = true;
break;
}
}
}
}
}
/* istanbul ignore next */

this.hasNewChildren = (this.list.length !== this.children.length || isSourceChanged) ? true : null;
/* istanbul ignore next */
if (this.hasNewChildren) {
this.list = this.children.map((child: T & ComplexBase<T>) => {
child.index = index++;
child.property = this.propertyName;
return child;
});
}
/* istanbul ignore end */
for (let item of this.list) {
result = result || (<{ hasChanges: boolean }>item).hasChanges;
}
Expand All @@ -180,4 +191,4 @@ export class ArrayBase<T> {
this.isInitChanges = false;
}

}
}
10 changes: 9 additions & 1 deletion components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 17.4.39 (2019-12-17)

### Chips

#### Bug Fixes

- `#250583` - Now, the selected chips values are maintained after selecting and deselecting the chips.

## 17.3.16 (2019-10-09)

### CheckBox
Expand All @@ -20,7 +28,7 @@

#### Bug Fixes

- I239111 - Issue with getting selected chip using `getSelectedChips` method in Edge browser has been fixed.
- `#239111` - Issue with getting selected chip using `getSelectedChips` method in Edge browser has been fixed.

## 17.2.28-beta (2019-06-27)

Expand Down

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

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions components/buttons/dist/@syncfusion/ej2-angular-buttons.js

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

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion components/buttons/dist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 17.4.39 (2019-12-17)

### Chips

#### Bug Fixes

- `#250583` - Now, the selected chips values are maintained after selecting and deselecting the chips.

## 17.3.16 (2019-10-09)

### CheckBox
Expand All @@ -20,7 +28,7 @@

#### Bug Fixes

- I239111 - Issue with getting selected chip using `getSelectedChips` method in Edge browser has been fixed.
- `#239111` - Issue with getting selected chip using `getSelectedChips` method in Edge browser has been fixed.

## 17.2.28-beta (2019-06-27)

Expand Down
7 changes: 4 additions & 3 deletions components/buttons/dist/dist/ej2-angular-buttons.umd.js

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

Large diffs are not rendered by default.

Loading

0 comments on commit 98d26f6

Please sign in to comment.