Skip to content

Commit 3fcd6b1

Browse files
author
pipeline
committed
v20.3.50 is released
1 parent f2ef653 commit 3fcd6b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+211
-29
lines changed

components/base/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.49 (2022-10-11)
5+
## 20.3.50 (2022-10-18)
66

77
### Common
88

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.3.50 (2022-10-18)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I382543` - The issue with "Checkbox value not update properly while using edit template of grid" has been resolved.
12+
513
## 20.3.49 (2022-10-11)
614

715
### Floating Action Button `Preview`

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": "18.44.0",
3+
"version": "20.3.49",
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: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,31 @@
22

33
## [Unreleased]
44

5-
## 20.3.49 (2022-10-11)
5+
## 20.3.50 (2022-10-18)
6+
7+
### Calendar
8+
9+
#### Bug Fixes
10+
11+
- `#I403191` - The issue "selection is not removed properly when we select the already selected date in Calendar multiselection" has been resolved.
12+
13+
### TimePicker
14+
15+
#### Bug Fixes
16+
17+
- `#FB15052` - Issue with "Form Validator wrongly validates while clearing the components value using clear icon" has been resolved.
18+
19+
### DatePicker
20+
21+
#### Bug Fixes
22+
23+
- `#FB15052` - Issue with "Form Validator wrongly validates while clearing the components value using clear icon" has been resolved.
624

725
### DateRangePicker
826

927
#### Bug Fixes
1028

11-
- `#I405520` - The issue "forward button in end date calendar is not working in daterangepicker" has been resolved.
29+
- `#FB15052` - Issue with "Form Validator wrongly validates while clearing the components value using clear icon" has been resolved.
1230

1331
## 19.3.46 (2021-10-19)
1432

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

11661184

1185+
## 20.3.49 (2022-10-11)
1186+
1187+
### DateRangePicker
1188+
1189+
#### Bug Fixes
1190+
1191+
- `#I405520` - The issue "forward button in end date calendar is not working in daterangepicker" has been resolved.
1192+
11671193
## 19.2.46 (2021-07-06)
11681194

11691195
### 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": "18.29.7",
3+
"version": "20.3.49",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 20.3.50 (2022-10-18)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F178096` - Chart axis range is now calculated properly after zooming the chart.
12+
13+
### Bullet Chart
14+
15+
#### Bug Fixes
16+
17+
- `#F177357` - Data label gets cropped in Bullet Chart has been fixed.
18+
519
## 20.3.49 (2022-10-11)
620

721
### 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.5.6",
3+
"version": "20.3.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/circulargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 20.3.49 (2022-10-11)
8+
## 20.3.50 (2022-10-18)
99

1010
### Circular Gauge
1111

components/diagrams/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.50 (2022-10-18)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I409105` - Now, click event gets triggered properly when click at scrollbar position.
12+
- `#I410274` - Now, adding lane to the existing vertical swimlane is working properly.
13+
514
## 20.3.49 (2022-10-11)
615

716
### 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": "19.12.3",
3+
"version": "20.3.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",

0 commit comments

Comments
 (0)