Skip to content

Commit 5a90205

Browse files
author
pipeline
committed
v20.3.48 is released
1 parent c426027 commit 5a90205

File tree

37 files changed

+250
-25
lines changed

37 files changed

+250
-25
lines changed

components/base/CHANGELOG.md

+1-1
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

+1-1
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

+8
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+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I405520` - The issue "forward button in end date calendar is not working in daterangepicker" has been resolved.
12+
513
## 19.3.46 (2021-10-19)
614

715
### TimePicker

components/charts/CHANGELOG.md

+14
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

+1-1
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

+1-1
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

+19
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

+8
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "18.51.0",
3+
"version": "20.3.47",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-filemanager",
3-
"version": "18.11.1",
3+
"version": "20.3.47",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
- `#I408288` - Timeline rendering is incomplete when data is rebinded issue has been fixed.
19+
- `#I405108` - Unable to customize event marker tooltip issue has been fixed.
20+
521
## 20.3.47 (2022-09-29)
622

723
### Gantt

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "20.6.13",
3+
"version": "20.3.47",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+11
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/CHANGELOG.md

+1-1
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

+8
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-image-editor",
3-
"version": "20.2.52",
3+
"version": "20.3.47",
44
"description": "Essential JS 2 ImageEditor for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/CHANGELOG.md

+8
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lineargauge/CHANGELOG.md

+1-1
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

+1-1
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

+14
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/notifications/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

+17
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pdfviewer",
3-
"version": "20.2.51",
3+
"version": "20.3.47",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pivotview",
3-
"version": "20.17.0",
3+
"version": "20.3.47",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-querybuilder",
3-
"version": "18.19.1",
3+
"version": "20.3.47",
44
"description": "Essential JS 2 QueryBuilder for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/richtexteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-richtexteditor",
3-
"version": "19.11.12",
3+
"version": "20.3.47",
44
"description": "Essential JS 2 RichTextEditor component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/CHANGELOG.md

+1-1
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
### Schedule
88

components/splitbuttons/CHANGELOG.md

+1-1
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
### DropDownButton
88

0 commit comments

Comments
 (0)