Skip to content

Commit 7abad11

Browse files
author
pipeline
committed
v19.3.46 is released
1 parent 06d58a5 commit 7abad11

File tree

41 files changed

+225
-37
lines changed

Some content is hidden

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

41 files changed

+225
-37
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: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,13 @@
22

33
## [Unreleased]
44

5-
## 19.3.45 (2021-10-12)
5+
## 19.3.46 (2021-10-19)
66

7-
### DateTimePicker
8-
9-
#### Bug Fixes
10-
11-
- `#F168372` - Issue with "invalid date time is updated to the input while enabling the masked date time" has been resolved.
12-
13-
### DatePicker
7+
### TimePicker
148

159
#### Bug Fixes
1610

17-
- `#FB27745` - Issue with "day to month segment switching is not worked while typing the day value that starting with zero" has been resolved.
11+
- `#I342551` - Issue with "unable to select the time from the popup when its has selected class" has been resolved.
1812

1913
## 19.2.44 (2021-06-30)
2014

@@ -1223,6 +1217,20 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
12231217
- **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.
12241218

12251219

1220+
## 19.3.44 (2021-10-05)
1221+
1222+
### DateTimePicker
1223+
1224+
#### Bug Fixes
1225+
1226+
- `#F168372` - Issue with "invalid date time is updated to the input while enabling the masked date time" has been resolved.
1227+
1228+
### DatePicker
1229+
1230+
#### Bug Fixes
1231+
1232+
- `#FB27745` - Issue with "day to month segment switching is not worked while typing the day value that starting with zero" has been resolved.
1233+
12261234
## 19.2.62 (2021-09-14)
12271235

12281236
### DateTimePicker

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-angular-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 Angular",
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-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55

66
## [Unreleased]
77

8-
## 19.3.45 (2021-10-12)
8+
## 19.3.46 (2021-10-19)
99

1010
### CircularGauge
1111

1212
#### Bug Fixes
1313

14-
- `#I340382` - The script size in the Circular Gauge has been reduced.
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.
1516

1617
## 19.2.62 (2021-09-14)
1718

@@ -370,6 +371,14 @@ customized.
370371
- **User Interaction** - Supports interactive features like tooltip and pointer drag and drop.
371372

372373

374+
## 19.3.44 (2021-10-05)
375+
376+
### CircularGauge
377+
378+
#### Bug Fixes
379+
380+
- `#I340382` - The script size in the Circular Gauge has been reduced.
381+
373382
## 17.1.32-beta (2019-03-13)
374383

375384
### 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-angular-circulargauge",
3-
"version": "16.36.4",
3+
"version": "19.3.44",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
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-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)