Skip to content

Commit 5799675

Browse files
author
pipeline
committed
v18.3.50 is released
1 parent eda7cf8 commit 5799675

File tree

145 files changed

+497
-145
lines changed

Some content is hidden

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

145 files changed

+497
-145
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-
## 18.3.48 (2020-11-11)
5+
## 18.3.50 (2020-11-17)
66

77
### Common
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.3.50 (2020-11-17)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#295905` - Corner radius is not proper for value zero issue has been fixed.
12+
- `#296280` - Chart legend is not hidden while visible property is set as false in button click issue has been fixed.
13+
- `#285055` - Lazy load in the Chart is not working properly issue fixed.
14+
- `#157667` - point click is not working for low values in column chart issue has been fixed.
15+
516
## 18.3.48 (2020-11-11)
617

718
### Chart

components/charts/dist/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.3.50 (2020-11-17)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#295905` - Corner radius is not proper for value zero issue has been fixed.
12+
- `#296280` - Chart legend is not hidden while visible property is set as false in button click issue has been fixed.
13+
- `#285055` - Lazy load in the Chart is not working properly issue fixed.
14+
- `#157667` - point click is not working for low values in column chart issue has been fixed.
15+
516
## 18.3.48 (2020-11-11)
617

718
### Chart

components/charts/dist/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": "18.3.47",
3+
"version": "18.3.48",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-charts';
4-
exports.pkgVer = '^18.3.47';
4+
exports.pkgVer = '^18.3.48';
55
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
6-
exports.themeVer = '~18.3.47';
6+
exports.themeVer = '~18.3.48';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-charts';
2-
export const pkgVer = '^18.3.47';
2+
export const pkgVer = '^18.3.48';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
4-
export const themeVer = '~18.3.47';
4+
export const themeVer = '~18.3.48';

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": "18.3.47",
3+
"version": "18.3.48",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-charts';
2-
export const pkgVer = '^18.3.47';
2+
export const pkgVer = '^18.3.48';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
4-
export const themeVer = '~18.3.47';
4+
export const themeVer = '~18.3.48';

components/circulargauge/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
## [Unreleased]
77

8+
## 18.3.50 (2020-11-17)
9+
10+
### CircularGauge
11+
12+
#### Bug Fixes
13+
14+
- The script error will not be thrown now when the circular gauge is resized.
15+
816
## 18.3.44 (2020-10-27)
917

1018
### CircularGauge

components/circulargauge/dist/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
## [Unreleased]
77

8+
## 18.3.50 (2020-11-17)
9+
10+
### CircularGauge
11+
12+
#### Bug Fixes
13+
14+
- The script error will not be thrown now when the circular gauge is resized.
15+
816
## 18.3.44 (2020-10-27)
917

1018
### CircularGauge

0 commit comments

Comments
 (0)