Skip to content

Commit 4cb7405

Browse files
author
pipeline
committed
v19.3.46 is released
1 parent d0657b3 commit 4cb7405

File tree

40 files changed

+200
-24
lines changed

40 files changed

+200
-24
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-
## 19.3.45 (2021-10-12)
5+
## 19.3.46 (2021-10-19)
66

77
### Common
88

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.3.45 (2021-10-12)
5+
## 19.3.46 (2021-10-19)
66

77
### Chips
88

components/calendars/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.3.46 (2021-10-19)
6+
7+
### TimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I342551` - Issue with "unable to select the time from the popup when its has selected class" has been resolved.
12+
513
## 19.2.44 (2021-06-30)
614

715
### 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.22.0",
3+
"version": "19.3.44",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,29 @@
22

33
## [Unreleased]
44

5+
## 19.3.46 (2021-10-19)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I345054` - Chart with shared tooltip and huge data throws console error issue is fixed.
12+
513
## 19.3.45 (2021-10-12)
614

715
### Chart
816

917
#### Bug Fixes
1018

19+
- `#I339050` - Resolved CSP issues in the chart while using inline styles.
20+
- Data point highlight is now properly working while enabling the tooltip.
21+
22+
## 19.3.44 (2021-10-05)
23+
24+
### Chart
25+
26+
#### Bug Fixes
27+
1128
- `#I342789` - Tooltip fade out duration works properly on mobile device.
1229
- `#F168868` - `OnZooming` event is now triggering properly.
1330
- `#I339227` - Logarithmic axis range is working fine even value "0" is given.

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": "1.152.13",
3+
"version": "19.3.45",
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.3.46 (2021-10-19)
9+
10+
### CircularGauge
11+
12+
#### Bug Fixes
13+
14+
- `I345167`, `I345348` - The range bar pointer with rounded corner radius will now render properly when the pointer value is set below 7.
15+
- `I340597` - When the overflow elements are around the Circular Gauge control, the tooltip will now render properly within the control.
16+
817
## 19.2.62 (2021-09-14)
918

1019
### CircularGauge

components/circulargauge/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-circulargauge",
3-
"version": "16.36.4",
3+
"version": "19.3.44",
44
"description": "Essential JS 2 CircularGauge Components 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+
## 19.3.46 (2021-10-19)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I342979` - The issue "While loading the JSON data with line routing causes exception in Angular" has been fixed.
12+
513
## 19.3.45 (2021-10-12)
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": "19.3.44",
3+
"version": "19.3.45",
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)