Skip to content

Commit f21032a

Browse files
author
pipeline
committed
v20.2.48 is released
1 parent 465edd1 commit f21032a

File tree

25 files changed

+133
-16
lines changed

25 files changed

+133
-16
lines changed

components/buttons/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-react-buttons",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.2.46 (2022-08-30)
5+
## 20.2.48 (2022-09-06)
66

77
### DatePicker
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I400391` - X axis start label is now shifted when y axis is in opposed position.
12+
- `#I400062` - Now the axis lines are displayed properly after the scrollbar.
13+
14+
### Bullet Chart
15+
16+
#### Bug Fixes
17+
18+
- `#I400762` - Bullet Chart target height is now render properly.
19+
- `#I400763` - Bullet chart axis labels are now center aligned, when changing value height.
20+
521
## 20.2.46 (2022-08-30)
622

723
### 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-react-charts",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I401666`, `#I401858` - Resolved the issue with selecting bookmark.
12+
- `#I396827` - Resolved the through wrapping style preservation issue.
13+
- `#I397297` - Resolved the table alignment issue.
14+
- `#I398051` - Resolved the invalid text rendering issue.
15+
- `#I397670` - Resolved the browser hanging issue while changing the line spacing continuously.
16+
- `#I390697` - Shape is now preserved properly on undo/redo.
17+
518
## 20.2.46 (2022-08-30)
619

720
### Document Editor
@@ -14,6 +27,7 @@
1427
- `#I395575` - Resolved the issue with rendering cell right border.
1528
- `#I390700` - Resolved the text overlapping issue with square wrapped image.
1629
- `#I394115` - Resolved the table resizing issue.
30+
- `#I379655` - Resolved the issue with rejecting empty paragraph.
1731

1832
## 20.2.45 (2022-08-23)
1933

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

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

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-react-gantt",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I398466` - Tab key navigation breaks the functionality of Grid while using toolbar template has been fixed.
12+
- `#I396595`, `#I396424` - Group Caption template becomes empty in previous page while doing `infiniteScrolling` has been fixed.
13+
- `#F176349` - Key press in grid with toolbar template throws script errors has been fixed.
14+
- `#I397834` - `queryString` as complex field is not working in Hierarchy Grid has been fixed.
15+
- `#I397934` - Date filter issue with Russian Language has been fixed.
16+
17+
## 20.2.46 (2022-08-30)
18+
19+
### Grid
20+
21+
#### Bug Fixes
22+
23+
- `#I394999` - Autofit columns are now working fine with hierarchy grid.
24+
- `#I372528` - Clear filtering is now working fine with column menu.
25+
- `#I392728` - Persist Selection issue with primary key column as complex field has been fixed.
26+
- `#I396789` - Provided place holder for pagination page size dropdown component.
27+
- `#I394229` - `setRowData` method issue with Frozen Grid has been fixed.
28+
- `#I394623` - `rowReorders` method issue with checkbox selection issue has been fixed.
29+
530
## 20.2.45 (2022-08-23)
631

732
### 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-react-grids",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
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",

0 commit comments

Comments
 (0)