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",

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.2.48 (2022-09-06)
5+
## 20.2.49 (2022-09-13)
66

77
### Gantt
88

99
#### Bug Fixes
1010

11+
- `#I403222` - Console error occurs in resource view with enabled persistence issue has been fixed.
12+
1113
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
1214

1315
## 20.2.46 (2022-08-30)

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.49 (2022-09-13)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#F176791` - Excel filter template in Complex field column throws script error has been resolved.
12+
- `#I401116` - Grid Toolbar is not scrollable when updating the items dynamically has been fixed.
13+
- `#I400345` - Script error while batch adding if the primary key column is hidden and other columns are templates has been fixed.
14+
- `#I400351` - No validation when confirming new grid row has been fixed.
15+
516
## 20.2.48 (2022-09-06)
617

718
### Grid

components/grids/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-grids",
3-
"version": "20.2.46",
3+
"version": "20.2.48",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/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.2.48 (2022-09-06)
5+
## 20.2.49 (2022-09-13)
66

77
### Heatmap
88

components/inputs/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-inputs",
3-
"version": "20.2.45",
3+
"version": "20.2.48",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## [Unreleased]
44

5-
## 20.2.48 (2022-09-06)
5+
## 20.2.46 (2022-08-30)
66

77
### ListView
88

99
#### Bug Fixes
1010

11-
- `#I395385` - The issue with "Unable to interact with HTML elements within the template of ListView component" has been resolved.
11+
- `#I395385` - The issue with "Space key is not working inside input element within ListView Template" has been resolved.
1212

1313
## 20.2.39 (2022-07-19)
1414

@@ -480,6 +480,14 @@ ListView component represent data in interactive hierarchical structure interfac
480480
- **Accessibility** - Provides built-in accessibility support which helps to access all the ListView component features through the keyboard, on-screen readers, or other assistive technology devices.
481481

482482

483+
## 20.2.43 (2022-08-08)
484+
485+
### ListView
486+
487+
#### Bug Fixes
488+
489+
- `#I395385` - The issue with "Unable to interact with HTML elements within the template of ListView component" has been resolved.
490+
483491
## 17.4.39 (2019-12-17)
484492

485493
### ListView

components/lists/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-lists",
3-
"version": "20.2.39",
3+
"version": "20.2.46",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/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+
### ContextMenu
8+
9+
#### Bug Fixes
10+
11+
- `#I400719` - Script error thrown when we provided remove item is not available in the menu items has been fixed.
12+
513
## 20.2.48 (2022-09-06)
614

715
### Menu

components/navigations/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-navigations",
3-
"version": "20.2.46",
3+
"version": "20.2.48",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.49 (2022-09-13)
6+
7+
- `#F176922` - Now, comments are not duplicated if a shape annotation is added inside an annotation.
8+
- `#SF-390997`,`#SF-392717`,`#SF-394607` - The signature is now displayed and properly positioned in change the width and height the document that was downloaded.
9+
- `#SF-398911` - Provided support for suppressing of the Digital signature without affecting download of the same.
10+
- `#SF-400958` - Now, Adding signature field programmatically and from UI level does not have same signature field name.
11+
512
## 20.2.48 (2022-09-06)
613

714
- `#SF-398958` - Now, Script error does not occurs while adding signature and initial fields when enable form field is false.

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

components/popups/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+
### Dialog
8+
9+
#### Bug Fixes
10+
11+
- `#I400881` - Now, When you set a secondary font color in the bootstrap 5 theme using the theme studio, the changes will be reflected for the Dialog Cancel button.
12+
513
## 20.2.45 (2022-08-23)
614

715
### Tooltip

components/querybuilder/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#### Bug Fixes
1010

11+
- `#I399576` - Issue with Custom operator not set properly when we set one field is a prefix of other field as number in query builder has been fixed.
1112
- `#I375472` - Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed.
1213

1314
## 20.2.46 (2022-08-30)

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

components/richtexteditor/CHANGELOG.md

Lines changed: 9 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+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I396942` - Now, the Rich Text Editor unique Id is generated automatically when we do not set the Id property
12+
513
## 20.2.46 (2022-08-30)
614

715
### RichTextEditor
@@ -18,6 +26,7 @@
1826

1927
- `#I390850` - Now, the first list item will be removed properly when placing the cursor at the start of the first list item and pressing the backspace key.
2028
- `#I386938` - Now, resizing the image works properly even after resizing the Rich Text Editor using the browser window.
29+
- `#I90850` - Now the issue with ‘When selecting a list in the Rich Text Editor and pressing the shift key, the strike through and underlining styles are deleted’ has been resolved.
2130
- `#I396553` - Now, pressing the enter key after pressing backspace when the cursor is at the start of the first list item works properly in the `Firefox` browser.
2231
- `#I396244` - Now, inserting emoticons using the `executeCommand` public method after entering the `&` symbol in the editor inserts the emoticons at the correct cursor position.
2332

components/splitbuttons/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.2.48 (2022-09-06)
5+
## 20.2.49 (2022-09-13)
66

77
### DropDownButton
88

components/spreadsheet/CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22

33
## [Unreleased]
44

5-
## 20.2.48 (2022-09-06)
5+
## 20.2.49 (2022-09-13)
66

77
### Spreadsheet
88

99
#### Bug Fixes
1010

11-
- `#I398993` - Issue with "data with trailing zero is not filtered properly in the filter popup" has been resolved.
12-
- `#I399452` - Issue with "console error throws while deleting or inserting rows" has been resolved.
13-
- `#I399629`, `#I399317` - Issue with "previously applied conditional formatting is removed when user applies a second conditional formatting to the same range of data" has been resolved.
11+
- `#I399409` - Issue with "formula value is not calculated properly when formula has two operators continuously" has been resolved.
12+
- `#I399404` - Issue with "formula reference is not updated properly while pasting the formula with multiple cells" has been resolved.
13+
- `#I399744` - Issue with "formula selector is not working properly when colon ":" is present before the cursor position" has been resolved.
14+
- `#I401876` - Issue with "freeze pane is not applied properly when selection range before the viewport" has been resolved.
15+
- `#I402213` - Issue with "exception throws on the horizontal scrolling when sheet contains freeze pane and multiple columns selection" has been resolved.
16+
- `#FB37470` - Issue with "string concatenation formula is not working properly when formula contains string values and space" has been resolved.
17+
- `#I403235` - Issue with "filter state is not maintained properly while loading JSON using the `openFromJson` method" has been resolved.
1418

1519
## 20.2.46 (2022-08-30)
1620

@@ -1216,6 +1220,16 @@ The Spreadsheet is an user interactive component to organize and analyze data in
12161220
- **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices.
12171221

12181222

1223+
## 20.2.48 (2022-09-06)
1224+
1225+
### Spreadsheet
1226+
1227+
#### Bug Fixes
1228+
1229+
- `#I398993` - Issue with "data with trailing zero is not filtered properly in the filter popup" has been resolved.
1230+
- `#I399452` - Issue with "console error throws while deleting or inserting rows" has been resolved.
1231+
- `#I399629`, `#I399317` - Issue with "previously applied conditional formatting is removed when user applies a second conditional formatting to the same range of data" has been resolved.
1232+
12191233
## 17.4.40 (2019-12-24)
12201234

12211235
### Spreadsheet

components/spreadsheet/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-spreadsheet",
3-
"version": "20.2.46",
3+
"version": "20.2.48",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)