Skip to content

Commit 27ab96a

Browse files
author
pipeline
committed
v20.2.50 is released
1 parent 0acd170 commit 27ab96a

File tree

23 files changed

+602
-482
lines changed

23 files changed

+602
-482
lines changed

components/calendars/CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## [Unreleased]
44

5-
## 20.2.49 (2022-09-13)
5+
## 20.2.50 (2022-09-20)
66

7-
### DatePicker
7+
### Calendar
88

99
#### Bug Fixes
1010

11-
- `#I395559` - Issue with "change event triggers multiple times when we use `setState` in react" has been resolved.
11+
- `#I403191` - The issue "change event argument contains duplicate dates while using multiselection" has been resolved
1212

1313
## 19.3.46 (2021-10-19)
1414

@@ -1164,6 +1164,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
11641164
- **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.
11651165

11661166

1167+
## 20.2.46 (2022-08-30)
1168+
1169+
### DatePicker
1170+
1171+
#### Bug Fixes
1172+
1173+
- `#I395559` - Issue with "change event triggers multiple times when we use `setState` in react" has been resolved.
1174+
11671175
## 19.2.46 (2021-07-06)
11681176

11691177
### DatePicker

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.2.45",
3+
"version": "20.2.46",
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/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.2.50 (2022-09-20)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I404375` - Now alignment of the data label is working properly.
12+
- `#F177357` - Now interval for axis is calculating properly for zoomed data.
13+
514
## 20.2.49 (2022-09-13)
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.2.48",
3+
"version": "20.2.49",
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/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.2.45",
3+
"version": "20.2.49",
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/CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## [Unreleased]
44

5+
## 20.2.50 (2022-09-20)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I398138` - Resolved the script error while deleting the content at the end of the document.
12+
- `#I398155` - Resolved the content overlapping issue while inserting section break.
13+
- `#I401956` - Resolved the page number insertion issue in the header/footer.
14+
- `#I398142` - Resolved the script error while switching the properties pane.
15+
- `#I407009` - Resolved the track changes preservation issue while deleting the text.
16+
- `#I403326` - Resolved the script error while deleting the text inside the table.
17+
- `#I402272` - Resolved the text insertion issue inside the textbox shape.
18+
- `#I399011` - Resolved the form field selection issue.
19+
- `#I401957` - Resolved the table layouting issue after modifying the cell width.
20+
- `#I401952` - Resolved the paper format preservation issue in the page setup dialog.
21+
- `#I396264` - Added alert dialog to notify unsupported file type while opening the document.
22+
523
## 20.2.49 (2022-09-13)
624

725
### Document Editor
@@ -117,7 +135,7 @@
117135
- `#I379350` - Resolved layouting issue due to list format.
118136
- `#I383921` - Resolved ok button disabled after selecting bookmark in hyperlink dialog.
119137

120-
#### New Feature
138+
#### New Features
121139

122140
- `#I381313` - Added API to get clipboard content.
123141

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.48",
3+
"version": "20.2.49",
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/gantt/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.2.50 (2022-09-20)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I404007` - Filter Menu not closed when focus is removed issue has been fixed.
12+
- `#I403823` - Custom Column values not updated when editing in tab issue has been fixed.
13+
- `#I403221` - Issue in deleting parent record in resource view has been fixed.
14+
15+
- `#I403221` - Issue in deleting parent record in resource view has been fixed.
16+
- `#I403823` - Custom Column values not updated when editing in tab issue has been fixed.
17+
518
## 20.2.49 (2022-09-13)
619

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

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.48",
3+
"version": "20.2.49",
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

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.49 (2022-09-13)
5+
## 20.2.50 (2022-09-20)
66

77
### Heatmap
88

components/navigations/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.2.50 (2022-09-20)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#F176707` - The issue with "Facing an error while using `allowEditing` property with the React TreeView template support" has been resolved.
12+
513
## 20.2.49 (2022-09-13)
614

715
### ContextMenu

components/navigations/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-navigations",
3-
"version": "20.2.48",
3+
"version": "20.2.49",
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",

0 commit comments

Comments
 (0)