Skip to content

Commit 59c8302

Browse files
author
pipeline
committed
v20.1.51 is released
1 parent 415090b commit 59c8302

File tree

22 files changed

+132
-11
lines changed

22 files changed

+132
-11
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.1.47",
3+
"version": "20.1.50",
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/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.1.48",
3+
"version": "20.1.50",
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/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.1.51 (2022-04-26)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I375103` - Now, Port visibility will work properly on mouse hover in Canvas mode.
12+
513
## 20.1.48 (2022-04-12)
614

715
### Diagram

components/documenteditor/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.1.51 (2022-04-26)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I361566`, `#I372584` - Resolved the wrapping style issue in header/footer.
12+
- `#I373016` - Resolved the script error in accepting the revision inside the table.
13+
- `#I370714` - Resolved the character format updating issue.
14+
- `#I364803` - Resolved the track changes to empty page.
15+
- `#I356022` - Resolved the wrong comma placing in Hebrew language.
16+
- `#I368816` - Resolved the pie chart rendering and exporting issue.
17+
518
## 20.1.50 (2022-04-19)
619

720
### 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.1.48",
3+
"version": "20.1.50",
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/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.1.51 (2022-04-26)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `I374083` - Issue with "Filtering did not work in the datasource empty list" has been resolved.
12+
513
## 20.1.50 (2022-04-19)
614

715
### ListBox

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

components/gantt/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.1.51 (2022-04-26)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#373529` - Task label is not properly displayed in pdf export issue has been fixed.
12+
- `#373829` - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
13+
- `#374212, #372614` - Timeline is not rendered properly when using hour format in `DST` issue has been fixed.
14+
- `#367794` - Cell editing issue in internet explorer has been fixed.
15+
516
## 20.1.50 (2022-04-19)
617

718
### Gantt

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.1.48",
3+
"version": "20.1.50",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 20.1.51 (2022-04-26)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I367001` - Script error thrown when adding rows with template has been fixed.
12+
- `#I375273` - Grid is not rendering properly with row height and frozen columns properties has been fixed.
13+
- `#FB29914` - `GroupCaptiontemplate` is not shown when applied it to first column has been fixed.
14+
- `#I367596` - Default filter value is not displayed when no records match the filer is fixed.
15+
- `#I370329,#I373234` - Command column not working properly for default action is fixed.
16+
- `#I372528` - The custom component in the filter bar template throws a script error when it is focused is fixed.
17+
518
## 20.1.48 (2022-04-12)
619

720
### Grid

0 commit comments

Comments
 (0)