Skip to content

Commit ca64041

Browse files
author
pipeline
committed
v18.1.43 is released
1 parent b6861e6 commit ca64041

File tree

194 files changed

+6260
-234
lines changed

Some content is hidden

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

194 files changed

+6260
-234
lines changed

components/barcodegenerator/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.1.43 (2020-04-07)
6+
7+
### Barcode
8+
9+
#### Bug Fixes
10+
11+
- `#269847` - "Barcode control is not rendering in MVC" issue has been fixed.
12+
513
## 17.4.51 (2020-02-25)
614

715
### Barcode

components/barcodegenerator/dist/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.1.43 (2020-04-07)
6+
7+
### Barcode
8+
9+
#### Bug Fixes
10+
11+
- `#269847` - "Barcode control is not rendering in MVC" issue has been fixed.
12+
513
## 17.4.51 (2020-02-25)
614

715
### Barcode

components/base/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
## [Unreleased]
44

5-
## 18.1.42 (2020-04-01)
5+
## 18.1.43 (2020-04-07)
66

77
### Common
88

99
#### Bug Fixes
1010

1111
- Resolved components not get rendered when we disable IVY in angular 9.
12+
- `I269775,I151936` - Resolved Grid aggregates directive is not rendering properly issue.
1213

1314
## 18.1.36-beta (2020-03-19)
1415

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,13 @@ var ComponentBase = /** @class */ (function () {
470470
var complexPropName = compDirPropList[k];
471471
obj[complexPropName] = tagObject.instance.list[h].propCollection[complexPropName];
472472
}
473+
for (var i = 0; i < tagObject.instance.list[h].tags.length; i++) {
474+
var tag = tagObject.instance.list[h].tags[i];
475+
var childObj = sf.base.getValue('child' + tag.substring(0, 1).toUpperCase() + tag.substring(1), tagObject.instance.list[h]);
476+
if (childObj) {
477+
tagObject.instance.list[h].tagObjects.push({ instance: childObj, name: tag });
478+
}
479+
}
473480
tagObject.instance.list[h].propCollection[tagObject.instance.propertyName].push(obj);
474481
}
475482
}

0 commit comments

Comments
 (0)