Skip to content

Commit 628e692

Browse files
author
pipeline
committed
v20.3.48 is released
1 parent 8cb7eab commit 628e692

File tree

38 files changed

+281
-27
lines changed

38 files changed

+281
-27
lines changed

components/base/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.47 (2022-09-29)
5+
## 20.3.48 (2022-10-05)
66

77
### Common
88

components/buttons/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.47 (2022-09-29)
5+
## 20.3.48 (2022-10-05)
66

77
### Floating Action Button `Preview`
88

components/calendars/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.48 (2022-10-05)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I405991` - The issue "placeholder is being read by NVDA reader While the DatePicker is not in focus" has been resolved.
12+
513
## 19.3.46 (2021-10-19)
614

715
### TimePicker

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.48 (2022-10-05)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I409365` - Now canvas chart is working proper on legend click.
12+
13+
### Bullet Chart
14+
15+
#### Bug Fixes
16+
17+
- `#I400763` - Now Bulletchart axis labels are aligned properly for all fontsize.
18+
519
## 20.3.47 (2022-09-29)
620

721
### Chart

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.47 (2022-09-29)
8+
## 20.3.48 (2022-10-05)
99

1010
### Circular Gauge
1111

components/diagrams/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.47 (2022-09-29)
5+
## 20.3.48 (2022-10-05)
66

77
### Diagram
88

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.48 (2022-10-05)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I400154` - Handled selecting consecutive special character on double click.
12+
- `#I400506` - Handled selection while navigating the page using page down/ page up.
13+
- `#I403371` - Resolved the inline shape alignment issue.
14+
- `#I404840` - Resolved the browser hanging issue while changing the line spacing.
15+
- `#I401957` - Resolved the script error while inserting the table.
16+
- `#I403238` - Newly added custom style is now updated properly in properties pane.
17+
- `#I401826` - Resolved the pagination issue on the exported word document.
18+
- `#I408407`. `#I403326` - Resolved the script error while deleting the content.
19+
- `#I379655` - Newly added paragraph is now removed properly while rejecting the changes.
20+
- `#I403248` - Resolved script error while deleting the text with comment.
21+
- `#I401520` - Underline format is now preserved properly in exported word document.
22+
- `#F175079` - Resolved search issue in splitted table cell.
23+
524
## 20.3.47 (2022-09-29)
625

726
### Document Editor

components/dropdowns/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.48 (2022-10-05)
6+
7+
### Mention
8+
9+
#### Bug Fixes
10+
11+
- Issue with `Localization` and `Accessibility` has been resolved.
12+
513
## 20.3.47 (2022-09-29)
614

715
### Mention

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

components/filemanager/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-filemanager",
3-
"version": "18.11.1",
3+
"version": "20.3.47",
44
"description": "Essential JS 2 FileManager Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.48 (2022-10-05)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I408288` - Timeline rendering is incomplete when data is rebinded issue has been fixed.
12+
- `#I404228` - Issue in saving data in segment has been fixed.
13+
- `#I406597` - Duplicate record in the data source issue has been fixed.
14+
- `#I405108` - Unable to customize event marker tooltip issue has been fixed.
15+
- `#F176879` - Unable to customize the dependency name issue has been fixed.
16+
- `#I409288` - Exception when the expand change dynamically has been fixed.
17+
18+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
19+
520
## 20.3.47 (2022-09-29)
621

722
### Gantt
@@ -14,6 +29,12 @@
1429
- `#I246769`, `#I316949`, `#I334501`, `#F159768`, `#F167576` - Provided support to define task id as string type for Gantt Chart. Please find the `API` link [here](https://ej2.syncfusion.com/documentation/api/gantt/taskFields/#id).
1530
- `#FB36072` - Provided support for Critical Path with Multi Taskbar enabled.
1631

32+
- `#F145182`, `#I260943`, `#I269630`, `#I273259`, `#I320454`, `#I326471`, `#I336212`, `#I340854`, `#I341129`, `#F171031`, `#I364331` - Provided Predecessor support for parent task in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/editing).
33+
- `#I315577` - Provided Row Drag and Drop support in Virtual Scrolling feature for Gantt Chart.
34+
- `#F165210` - Provided excel filter support in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/filtering).
35+
- `#I246769`, `#I316949`, `#I334501`, `#F159768`, `#F167576` - Provided support to define task id as string type for Gantt Chart. Please find the `API` link [here](https://ej2.syncfusion.com/angular/documentation/api/gantt/taskFields/#id).
36+
- `#FB36072` - Provided support for Critical Path with Multi Taskbar enabled.
37+
1738
#### Bug Fixes
1839

1940
- `#F177237` - The `currentViewData` with dependencies were not exported correctly in `PDFExport` issue has been fixed.
@@ -22,7 +43,7 @@
2243
- `#I403823` - Custom Column values not updated when editing in tab issue has been fixed.
2344
- `#I403221` - Issue in deleting parent record in resource view has been fixed.
2445

25-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
46+
- `#I404007` - Filter Menu not closed when focus is removed issue has been fixed.
2647

2748
## 20.2.49 (2022-09-13)
2849

components/gantt/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-gantt",
3-
"version": "20.6.13",
3+
"version": "20.3.47",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.3.48 (2022-10-05)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I397183` - checkbox issue when enabling the persistence has been fixed.
12+
- `#I399882` - `rowIndexes` in `RowSelectEventArgs` becomes undefined when single row is selected has been fixed.
13+
- `#I402071` - Column chooser with frozen columns and wrap mode as header throws script error has been fixed.
14+
- `#I404733` - `SetRowData` method is not working properly used inside the `childGrid` is fixed.
15+
516
## 20.3.47 (2022-09-29)
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": "1.131.2",
3+
"version": "20.3.47",
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.3.47 (2022-09-29)
5+
## 20.3.48 (2022-10-05)
66

77
### Heatmap
88

components/imageeditor/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.48 (2022-10-05)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- Issue with "Screen Orientation Alignment in mobile mode" has been resolved.
12+
513
## 20.3.47 (2022-09-29)
614

715
### Image Editor

components/imageeditor/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-image-editor",
3-
"version": "20.2.52",
3+
"version": "20.3.47",
44
"description": "Essential JS 2 ImageEditor for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/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-inplace-editor",
3-
"version": "19.8.3",
3+
"version": "20.3.47",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/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.47 (2022-09-29)
5+
## 20.3.48 (2022-10-05)
66

77
### NumericTextBox
88

components/layouts/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.48 (2022-10-05)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- `#I395833` - The issue with the "Facing accessibility testing failure in the Dashboard Layout component" has been resolved.
12+
513
## 20.2.46 (2022-08-30)
614

715
### Dashboard Layout

components/layouts/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-layouts",
3-
"version": "19.8.9",
3+
"version": "20.3.47",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lineargauge/CHANGELOG.md

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

1212
## [Unreleased]
1313

14-
## 20.3.47 (2022-09-29)
14+
## 20.3.48 (2022-10-05)
1515

1616
### Linear Gauge
1717

components/maps/CHANGELOG.md

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

1212
## [Unreleased]
1313

14-
## 20.3.47 (2022-09-29)
14+
## 20.3.48 (2022-10-05)
1515

1616
### Maps
1717

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.48 (2022-10-05)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I318072` - The issue with "Checkbox is not added to dropped node, when drop target TreeView has enabled with checkboxes in the TreeView component" has been resolved.
12+
13+
### Accordion
14+
15+
#### Bug Fixes
16+
17+
- `#F177760` - An issue with adding/removing multiple CSS classes to tab items `cssClass` property has been fixed.
18+
519
## 20.3.47 (2022-09-29)
620

721
### AppBar

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": "19.60.1",
3+
"version": "20.3.47",
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/notifications/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-notifications",
3-
"version": "19.16.0",
3+
"version": "20.3.47",
44
"description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.48 (2022-10-05)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I406164` - Now, the Ink annotations from the import JSON file present on the last page.
12+
- `#I406143` - Now, the Page Index property is present in the form field collections while adding the form fields.
13+
- `#I406883` - Now, the Deleted ink annotations do not exist after scrolling the document.
14+
- `#I408609` - Now, the Keyboard shortcuts are working properly.
15+
- `#I383963` - Now, the Form fields are allowed to rename without affecting any other field.
16+
- `#I406552` - Now, The removal of fields from other pages is prevented while the field is programmatically focused.
17+
- `#I406586` - Now, Ink annotation is not missing in the annotation collection.
18+
- `#I408087` - Now, adequate space in the type signature field.
19+
- `#I404936` - Now, Typed signature is appeared from the downloaded document.
20+
- `#I406793` - Now, two custom stamps can't be selected at the same time.
21+
522
## 20.3.47 (2022-09-29)
623

724
### PDF Viewer

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

components/pivotview/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.47 (2022-09-29)
5+
## 20.3.48 (2022-10-05)
66

77
### Pivot Table
88

components/popups/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-popups",
3-
"version": "19.21.6",
3+
"version": "20.3.47",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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

components/richtexteditor/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-richtexteditor",
3-
"version": "19.11.12",
3+
"version": "20.3.47",
44
"description": "Essential JS 2 RichTextEditor component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)