Skip to content

Commit 9bdc0ae

Browse files
author
pipeline
committed
v18.3.52 is released
1 parent 1a1ac0f commit 9bdc0ae

File tree

237 files changed

+2365
-1616
lines changed

Some content is hidden

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

237 files changed

+2365
-1616
lines changed

components/barcodegenerator/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-barcode-generator",
3-
"version": "18.3.35",
3+
"version": "18.3.47",
44
"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",
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-barcode-generator';
4-
exports.pkgVer = '^18.3.35';
4+
exports.pkgVer = '^18.3.47';
55
exports.moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
6-
exports.themeVer = '~18.3.35';
6+
exports.themeVer = '~18.3.47';
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-barcode-generator';
2-
export const pkgVer = '^18.3.35';
2+
export const pkgVer = '^18.3.47';
33
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
4-
export const themeVer = '~18.3.35';
4+
export const themeVer = '~18.3.47';

components/barcodegenerator/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-barcode-generator",
3-
"version": "18.3.35",
3+
"version": "18.3.47",
44
"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",
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-barcode-generator';
2-
export const pkgVer = '^18.3.35';
2+
export const pkgVer = '^18.3.47';
33
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
4-
export const themeVer = '~18.3.35';
4+
export const themeVer = '~18.3.47';

components/base/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+
## 18.3.52 (2020-12-01)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- Resolved `two way binding` not working for input components issue.
12+
513
## 18.3.51 (2020-11-24)
614

715
### Common

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: 4 additions & 7 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: 4 additions & 7 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/blazor/angularbase.js

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ var ArrayBase = /** @class */ (function () {
336336
var ComponentBase = /** @class */ (function () {
337337
function ComponentBase() {
338338
this.isProtectedOnChange = true;
339-
this.isFormInit = true;
340339
}
341340
ComponentBase.prototype.saveChanges = function (key, newValue, oldValue) {
342341
if (this.isProtectedOnChange) {
@@ -360,7 +359,6 @@ var ComponentBase = /** @class */ (function () {
360359
tempOnThis.registeredTemplate = {};
361360
tempOnThis.ngBoundedEvents = {};
362361
tempOnThis.isAngular = true;
363-
tempOnThis.isFormInit = true;
364362
/* istanbul ignore next */
365363
if (isTempRef) {
366364
this.tags = isTempRef.tags;
@@ -709,7 +707,6 @@ var FormBase = /** @class */ (function () {
709707
ele.addEventListener('focus', tempFormAfterViewThis.ngOnFocus.bind(tempFormAfterViewThis));
710708
ele.addEventListener('blur', tempFormAfterViewThis.ngOnBlur.bind(tempFormAfterViewThis));
711709
}
712-
this.isFormInit = false;
713710
// });
714711
};
715712
FormBase.prototype.setDisabledState = function (disabled) {
@@ -738,13 +735,13 @@ var FormBase = /** @class */ (function () {
738735
}
739736
}
740737
this.angularValue = value;
741-
this.isUpdated = true;
742-
// When binding Html textbox value to syncfusion textbox, change event triggered dynamically.
743-
// To prevent change event, trigger change in component side based on `preventChange` value
744-
this.preventChange = this.isFormInit ? false : true;
745738
if (value === null) {
746739
return;
747740
}
741+
this.isUpdated = true;
742+
// When binding Html textbox value to syncfusion textbox, change event triggered dynamically.
743+
// To prevent change event, trigger change in component side based on `preventChange` value
744+
this.preventChange = true;
748745
};
749746
FormBase.prototype.ngOnFocus = function (e) {
750747
/* istanbul ignore else */

0 commit comments

Comments
 (0)