Skip to content

Commit 593fa86

Browse files
author
pipeline
committed
v20.4.44 is released
1 parent c171ea2 commit 593fa86

File tree

26 files changed

+142
-27
lines changed

26 files changed

+142
-27
lines changed

components/buttons/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.4.44 (2023-01-18)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#I427994` - Provided the `htmlAttributes` support to the switch component.
12+
513
## 20.4.42 (2023-01-04)
614

715
### Checkbox

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.44 (2023-01-18)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I426511` - Chart cut off when the parent container width is less than the chart width has been fixed.
12+
- `#I427185` - The DateTimeCategory axis now correctly sorts data.
13+
514
## 20.4.43 (2023-01-10)
615

716
### 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.4.42",
3+
"version": "20.4.43",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 20.4.44 (2023-01-18)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#425697` - Resolved the positioning and line spacing issue in shape document
12+
13+
#### New Features
14+
15+
- `#419514` - Added API to modify form field name
16+
517
## 20.4.43 (2023-01-10)
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-react-documenteditor",
3-
"version": "20.4.42",
3+
"version": "20.4.43",
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.4.42",
3+
"version": "20.4.43",
44
"description": "Essential JS 2 DropDown Components for React",
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-react-filemanager",
3-
"version": "20.4.42",
3+
"version": "20.4.43",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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.4.43 (2023-01-10)
5+
## 20.4.44 (2023-01-18)
66

77
### Gantt
88

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.44 (2023-01-18)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I427528` - First column missing highlight when tabbing into grid issue has been fixed.
12+
- `#I427309` - API document has wrong information issue has been fixed.
13+
- `#I423348` - Autofit on the columns is not work as expected in the frozen grid has been fixed.
14+
- `#I419759` - Column Reordering is not working fine with Frozen column and hidden columns has been fixed.
15+
- `#I416705` - Alignment issue with row drag and drop and frozen columns in stacked headers has been fixed.
16+
- `#I424387` - Misalignment has been fixed when applying auto-fit for frozen columns with `allowtextwrap`.
17+
518
## 20.4.43 (2023-01-10)
619

720
### 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.4.42",
3+
"version": "20.4.43",
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)