Skip to content

Commit d1ea0ad

Browse files
author
pipeline
committed
v20.3.61 is released
1 parent 8801b46 commit d1ea0ad

File tree

28 files changed

+211
-77
lines changed

28 files changed

+211
-77
lines changed

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.60 (2022-12-06)
6-
7-
### DateTimePicker
8-
9-
#### Bug Fixes
10-
11-
- `#F178567` - The issue "Meridian value not converted from lower case into higher case" has been resolved.
12-
135
## 20.3.50 (2022-10-18)
146

157
### Calendar
@@ -1190,6 +1182,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
11901182
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
11911183

11921184

1185+
## 20.3.59 (2022-11-29)
1186+
1187+
### DateTimePicker
1188+
1189+
#### Bug Fixes
1190+
1191+
- `#F178567` - The issue "Meridian value not converted from lower case into higher case" has been resolved.
1192+
11931193
## 20.3.49 (2022-10-11)
11941194

11951195
### DateRangePicker

components/calendars/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-calendars",
3-
"version": "20.3.56",
3+
"version": "20.3.59",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. 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.3.58",
3+
"version": "20.3.60",
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.3.61 (2022-12-13)
6+
7+
### Diagram
8+
9+
#### New Feature
10+
11+
- `#I409589` - Support to override the mouseWheel event has been added.
12+
513
## 20.3.60 (2022-12-06)
614

715
### Diagram

components/diagrams/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-diagrams",
3-
"version": "20.3.58",
3+
"version": "20.3.60",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.3.59",
3+
"version": "20.3.60",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.3.60 (2022-12-06)
5+
## 20.3.61 (2022-12-13)
66

77
### AutoComplete
88

components/gantt/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.3.61 (2022-12-13)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I417035` - Expand Collapse not working properly after cell editing issue has been fixed.
12+
- `#I421663` - The baseline end date has not been properly validated issue has been fixed.
13+
514
## 20.3.60 (2022-12-06)
615

716
### 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.3.59",
3+
"version": "20.3.60",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.3.61 (2022-12-13)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I408271` - The reference link for the `checkBoxChange` event arguments has been updated in the documentation.
12+
- `#I420019` - script error for focusing the content after deleting all the records has been fixed.
13+
514
## 20.3.60 (2022-12-06)
615

716
### Grid

0 commit comments

Comments
 (0)