Skip to content

Commit 62c7931

Browse files
author
pipeline
committed
v18.2.46 is released
1 parent 41c2d26 commit 62c7931

File tree

179 files changed

+887
-360
lines changed

Some content is hidden

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

179 files changed

+887
-360
lines changed

components/charts/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+
## 18.2.46 (2020-07-21)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#285003` - Chart DataSource is not updating when the page has more number of chart issue fixed.
12+
- `#155963` - Added new API showZero to show data labels for value zero.
13+
- `#283698` - point click event is not working in some random cases.
14+
515
## 18.2.45 (2020-07-14)
616

717
- `#278688` - Added sharedTooltipRender event for shared tooltip in blazor.

components/charts/dist/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+
## 18.2.46 (2020-07-21)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#285003` - Chart DataSource is not updating when the page has more number of chart issue fixed.
12+
- `#155963` - Added new API showZero to show data labels for value zero.
13+
- `#283698` - point click event is not working in some random cases.
14+
515
## 18.2.45 (2020-07-14)
616

717
- `#278688` - Added sharedTooltipRender event for shared tooltip in blazor.

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.2.44",
3+
"version": "18.2.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",
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.2.44';
4+
exports.pkgVer = '^18.2.45';
55
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
6-
exports.themeVer = '~18.2.44';
6+
exports.themeVer = '~18.2.45';
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.2.44';
2+
export const pkgVer = '^18.2.45';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
4-
export const themeVer = '~18.2.44';
4+
export const themeVer = '~18.2.45';

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.2.44",
3+
"version": "18.2.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",
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.2.44';
2+
export const pkgVer = '^18.2.45';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
4-
export const themeVer = '~18.2.44';
4+
export const themeVer = '~18.2.45';

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+
## 18.2.46 (2020-07-21)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#283962` - The issue of "Content of a text node is being duplicated when nowrap option is set" has been fixed.
12+
- `#282404` - The issue of "Phase header style changes to default style after save and load diagram" has been fixed.
13+
514
## 18.2.45 (2020-07-14)
615

716
### Diagram

components/diagrams/dist/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+
## 18.2.46 (2020-07-21)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#283962` - The issue of "Content of a text node is being duplicated when nowrap option is set" has been fixed.
12+
- `#282404` - The issue of "Phase header style changes to default style after save and load diagram" has been fixed.
13+
514
## 18.2.45 (2020-07-14)
615

716
### Diagram

components/diagrams/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-diagrams",
3-
"version": "18.2.44",
3+
"version": "18.2.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)