Skip to content

Commit e6f5138

Browse files
author
pipeline
committed
v20.2.49 is released
1 parent f6b66d0 commit e6f5138

File tree

30 files changed

+142
-30
lines changed

30 files changed

+142
-30
lines changed

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+
## 20.2.49 (2022-09-13)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
`I396002` - Resolved `ngFor` not working inside the `ng template`with Array based `directives`.
12+
513
## 20.2.48 (2022-09-06)
614

715
### Common

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.2.46",
3+
"version": "20.2.48",
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export class ArrayBase<T> {
214214
isSourceChanged = (JSON.stringify(this.list[i].propCollection.dataSource) !==
215215
JSON.stringify(childrenDataSource[i].propCollection.dataSource));
216216
}
217+
isSourceChanged = this.list[i].hasChanges !== childrenDataSource[i].hasChanges;
217218
}
218219
}
219220

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.49 (2022-09-13)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I398960` - Now chart axis scrollbar is working properly.
12+
- `#I399859` - Pie chart subtitle is overlapped with datalabel issue has been fixed.
13+
14+
### Stock Chart
15+
16+
#### Bug Fixes
17+
18+
- `#I401042` - Now label stlye is applying properly for stock chart axis labels.
19+
520
## 20.2.48 (2022-09-06)
621

722
### 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.2.46",
3+
"version": "20.2.48",
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/diagrams/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.2.49 (2022-09-13)
6+
7+
### Diagram
8+
9+
#### Bug fixes
10+
11+
- `#I399417` - Now, fit to page is working properly when we call it multiple times.
12+
513
## 20.2.45 (2022-08-23)
614

715
### Diagram

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.49 (2022-09-13)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#FB37084` - Header/Footer is now preserved properly.
12+
- `#I398135`,`#I398144` - Resolved the text color changing issue while copying the text.
13+
- `#I398152` - Resolved the count mismatch issue in track changes pane.
14+
- `#FB36978` - Resolved the scrolling issue while copying text on Firefox browser.
15+
- `#I404428` - Resolved the script error on find and replace.
16+
517
## 20.2.48 (2022-09-06)
618

719
### 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.2.46",
3+
"version": "20.2.48",
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
## [Unreleased]
44

5-
## 20.2.48 (2022-09-06)
6-
7-
### DropDownList
8-
9-
#### Bug fixes
10-
11-
- `#I398924` - The issue "console error occurred While using cssClass and floatLabelType property" has been resolved.
12-
135
## 20.2.44 (2022-08-16)
146

157
### MultiSelect
@@ -2140,6 +2132,14 @@ DropDownList component contains a list of predefined values from which a single
21402132
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
21412133

21422134

2135+
## 20.2.48 (2022-09-06)
2136+
2137+
### DropDownList
2138+
2139+
#### Bug fixes
2140+
2141+
- `#I398924` - The issue "console error occurred While using cssClass and floatLabelType property" has been resolved.
2142+
21432143
## 20.2.46 (2022-08-30)
21442144

21452145
### ComboBox

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

0 commit comments

Comments
 (0)