Skip to content

Commit e1582c1

Browse files
author
pipeline
committed
v19.2.46 is released
1 parent 7db58f1 commit e1582c1

File tree

26 files changed

+307
-139
lines changed

26 files changed

+307
-139
lines changed

components/buttons/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-
## 19.2.44 (2021-06-30)
5+
## 19.2.46 (2021-07-06)
66

77
### Chips
88

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.2.46 (2021-07-06)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I299892` - Issue with "null reference exception throws while changing the value using `useState`" has been resolved.
12+
513
## 19.2.44 (2021-06-30)
614

715
### DatePicker
816

917
#### New Features
1018

11-
- `#245933` , `#F147808` - Now, you can enable the masked input using `enableMask` property
19+
- `#I245933` , `#F147808` - Now, you can enable the masked input using `enableMask` property.
1220

1321
### DateTimePicker
1422

1523
#### New Features
1624

17-
- `#299471` - Now, you can enable the masked input using `enableMask` property
25+
- `#I299471` - Now, you can enable the masked input using `enableMask` property.
1826

1927
### TimePicker
2028

2129
#### New Features
2230

23-
- Now, you can enable the masked input using `enableMask` property
31+
- Now, you can enable the masked input using `enableMask` property.
2432

2533
## 18.4.34 (2021-01-12)
2634

components/charts/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+
## 19.2.46 (2021-07-06)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#332577` - `StepArea` gets truncated while using canvas mode issue has been fixed.
12+
513
## 19.2.44 (2021-06-30)
614

715
### 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": "19.1.65",
3+
"version": "19.2.44",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

66
## [Unreleased]
77

8+
## 19.2.46 (2021-07-06)
9+
10+
### CircularGauge
11+
12+
#### Bug Fixes
13+
14+
- `#I333600` - No script errors are thrown when the same start and end values are set in the range using the `setRangeValue()` method.
15+
- `#I333600` - When the `start` and `end` values of the range are set to the same value, the range's path will be correct now.
16+
817
## 19.1.58 (2021-04-27)
918

1019
### CircularGauge

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.2.46 (2021-07-06)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#F166100, #F166081` - The issue "An exception occurs when resizing the diagram page with an overview" has been fixed.
12+
- `#I333468` - The issue "The connectors cannot be grouped using group API" has been fixed.
13+
- `#I332942` - The issue "The nodes that take place above the lane is not selectable" has been fixed.
14+
515
## 19.2.44 (2021-06-30)
616

717
### Diagram

components/documenteditor/CHANGELOG.md

Lines changed: 162 additions & 118 deletions
Large diffs are not rendered by default.

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

components/filemanager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## 19.2.44 (2021-06-30)
66

7+
### File Manager
8+
9+
#### Bug Fixes
10+
711
- `#F160683` - The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.
812

913
## 19.1.66 (2021-06-01)

0 commit comments

Comments
 (0)