Skip to content

Commit 30eaf84

Browse files
author
pipeline
committed
v20.3.56 is released
1 parent b1f1a28 commit 30eaf84

38 files changed

+242
-33
lines changed

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": "20.3.50",
3+
"version": "20.3.52",
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/complex-array-base.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,14 @@ export class ComplexBase<T> {
4444
let templateProperties: string[] = Object.keys(this);
4545
for(let i = 0; i < templateProperties.length; i++) {
4646
var tempProp = getValue(templateProperties[i], this);
47-
if (typeof tempProp === 'object' && tempProp && tempProp.elementRef && !getValue(templateProperties[i].indexOf('Ref') !== -1 ? templateProperties[i] : templateProperties[i] + 'Ref', this)){
48-
setValue(templateProperties[i].indexOf('Ref') !== -1 ? templateProperties[i] : templateProperties[i] + 'Ref', tempProp, this);
49-
}
50-
if (getValue("viewContainerRef", this) && !getValue("_viewContainerRef", tempProp.elementRef.nativeElement) && !getValue("propName", tempProp.elementRef.nativeElement)) {
47+
if (typeof tempProp === 'object' && tempProp && tempProp.elementRef) {
48+
if (!getValue(templateProperties[i].indexOf('Ref') !== -1 ? templateProperties[i] : templateProperties[i] + 'Ref', this)) {
49+
setValue(templateProperties[i].indexOf('Ref') !== -1 ? templateProperties[i] : templateProperties[i] + 'Ref', tempProp, this);
50+
}
51+
if (getValue("viewContainerRef", this) && !getValue("_viewContainerRef", tempProp.elementRef.nativeElement) && !getValue("propName", tempProp.elementRef.nativeElement)) {
5152
setValue("_viewContainerRef", getValue("viewContainerRef", this), tempProp.elementRef.nativeElement);
5253
setValue("propName", templateProperties[i].replace("Ref", ''), tempProp.elementRef.nativeElement);
54+
}
5355
}
5456
}
5557
templateProperties = Object.keys(this)

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.52 (2022-10-26)
5+
## 20.3.56 (2022-11-08)
66

77
### Calendar
88

components/charts/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+
## 20.3.56 (2022-11-08)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I388725` - Multilevel label border cut off issue has been fixed.
12+
513
## 20.3.52 (2022-10-26)
614

715
### Chart

components/charts/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-charts",
3-
"version": "20.3.50",
3+
"version": "20.3.52",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 20.3.52 (2022-10-26)
8+
## 20.3.49 (2022-10-11)
99

1010
### Circular Gauge
1111

components/circulargauge/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-circulargauge",
3-
"version": "16.40.11",
3+
"version": "20.3.49",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.56 (2022-11-08)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#FB37929` - Resolved the exception while exporting the document with duplicate character style.
12+
- `#I412146` - Resolved the script error while opening the document.
13+
- `#I408099` - Resolved the list numbering issue.
14+
- `#I412284` - Table border is now rendering properly.
15+
- `#I413316` - Resolved the script error while removing few pages.
16+
- `#I414066` - Resolved the script error while modifying locale key.
17+
- `#I412817` - Formatting is now working properly in track changes protection mode.
18+
- `#I413284` - Strike through is now rendering similar to MS Word.
19+
- `#I412529` - Resolved the script error while opening html document with nested list.
20+
21+
#### New Features
22+
23+
- `#I297837`, `#I336116`, `#I342219`, `#I346980`, `#F164814`, `#F168911` - Improved the display of the RTL text in a bi-directional layout.
24+
525
## 20.3.52 (2022-10-26)
626

727
### Document Editor

components/documenteditor/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-documenteditor",
3-
"version": "20.3.50",
3+
"version": "20.3.52",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.56 (2022-11-08)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#F178523` - Issue with "Script error thrown when we drag and drop the listbox item in angular platform" has been resolved.
12+
13+
### DropDownList
14+
15+
#### Bug fixes
16+
17+
- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
18+
19+
### AutoComplete
20+
21+
#### Bug fixes
22+
23+
- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
24+
25+
`#I414946` - The issue "API documentation broken on autocomplete component" has been resolved.
26+
27+
28+
### ComboBox
29+
30+
#### Bug fixes
31+
32+
- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
33+
34+
### MultiSelect
35+
36+
#### Bug fixes
37+
38+
- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
39+
40+
## 20.3.50 (2022-10-18)
41+
42+
### Dropdown Tree
43+
44+
#### Bug Fixes
45+
46+
- `#I408860` - The issue with "While focus the item using tab key, focus disappeared instead of focus the first popup element in the Angular Dropdown Tree component" has been resolved.
47+
548
## 20.3.49 (2022-10-11)
649

750
### ListBox

0 commit comments

Comments
 (0)