Skip to content

Commit cfb6ac0

Browse files
author
pipeline
committed
v19.1.54 is released
1 parent 00c932a commit cfb6ac0

File tree

137 files changed

+544
-588
lines changed

Some content is hidden

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

137 files changed

+544
-588
lines changed

components/barcodegenerator/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 18.4.49 (2021-03-23)
6-
7-
### Barcode
8-
9-
#### Bug Fixes
10-
11-
- `#316606` - "UPC-A does not render some code value" issue has been fixed.
12-
135
## 18.4.30 (2020-12-17)
146

157
### Barcode

components/barcodegenerator/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![npm](http://ej2.syncfusion.com/github-badges?package=@syncfusion/ej2-angular-barcode-generator)](https://www.npmjs.com/package/@syncfusion/ej2-angular-barcode-generator)
2-
31
# Changelog
42

53
## [Unreleased]

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.4.39",
3+
"version": "18.4.2",
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",

components/base/CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 18.4.49 (2021-03-23)
5+
## 19.1.54 (2021-03-30)
66

77
### Common
88

@@ -19,14 +19,6 @@
1919

2020
- `I312916,I316685` - Resolved script error When resetting form controls to non-null values, if the elements are no longer in the DOM.
2121

22-
## 18.4.46 (2021-03-02)
23-
24-
### Common
25-
26-
#### Bug Fixes
27-
28-
- `I306436` - Resolved `dynamic property` change not working for complex directives.
29-
3022
## 18.4.44 (2021-02-23)
3123

3224
### Common

components/base/ReadMe.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![npm](http://ej2.syncfusion.com/github-badges?package=@syncfusion/ej2-angular-base)](https://www.npmjs.com/package/@syncfusion/ej2-angular-base)
2-
31
# ej2-angular-base
42

53
A common package of Syncfusion Angular UI Components which contains base libraries, methods and class definitions.

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": "18.4.46",
3+
"version": "18.1.42",
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: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,11 @@ export class ComponentBase<T> {
271271
complexTemplates = complexTemplates.filter((val: string): boolean => {
272272
return /Ref$/i.test(val);
273273
});
274-
if (Object.keys(curChild.properties).length !== 0){
275-
for (let complexPropName of complexTemplates) {
276-
complexPropName = complexPropName.replace(/Ref/, '');
277-
curChild.properties[complexPropName] = !curChild.properties[complexPropName] ?
278-
curChild.propCollection[complexPropName] : curChild.properties[complexPropName];
279-
}
274+
for (let complexPropName of complexTemplates) {
275+
complexPropName = complexPropName.replace(/Ref/, '');
276+
curChild.properties[complexPropName] = Object.keys(curChild.properties).length != 0 &&
277+
!curChild.properties[complexPropName] ?
278+
curChild.propCollection[complexPropName] : curChild.properties[complexPropName];
280279
}
281280
if (!isUndefined(curChild) && !isUndefined(curChild.setProperties)) {
282281
if (/diagram|DashboardLayout/.test(tempAfterContentThis.getModuleName())) {

components/base/src/form-base.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export class FormBase<T> implements ControlValueAccessor {
3030
public preventChange: boolean;
3131
public isUpdated: boolean;
3232
public oldValue: any;
33-
public isPreventChange: boolean;
3433

3534
public localChange(e: { value?: T, checked?: T }): void {
3635
//tslint:disable-next-line

components/buttons/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![npm](http://ej2.syncfusion.com/github-badges?package=@syncfusion/ej2-angular-buttons)](https://www.npmjs.com/package/@syncfusion/ej2-angular-buttons)
2-
31
# ej2-angular-buttons
42

53
A package of Syncfusion Angular UI Components (Essential JS 2) Button, CheckBox, RadioButton and Switch.

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": "18.4.44",
3+
"version": "18.2.44",
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",

0 commit comments

Comments
 (0)