Skip to content

Commit b81ac66

Browse files
author
pipeline
committed
v18.2.48 is released
1 parent a442175 commit b81ac66

File tree

208 files changed

+1465
-692
lines changed

Some content is hidden

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

208 files changed

+1465
-692
lines changed

components/barcodegenerator/dist/@syncfusion/ej2-angular-barcode-generator.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/barcodegenerator/dist/@syncfusion/ej2-angular-barcode-generator.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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+
## 18.2.48 (2020-08-04)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- `#286597` - Tooltip showing out of the chart area issue fixed.
12+
513
## 18.2.47 (2020-07-28)
614

715
### Chart

components/charts/dist/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+
## 18.2.48 (2020-08-04)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- `#286597` - Tooltip showing out of the chart area issue fixed.
12+
513
## 18.2.47 (2020-07-28)
614

715
### 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.2.46",
3+
"version": "18.2.47",
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.46';
4+
exports.pkgVer = '^18.2.47';
55
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
6-
exports.themeVer = '~18.2.46';
6+
exports.themeVer = '~18.2.47';
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.46';
2+
export const pkgVer = '^18.2.47';
33
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
4-
export const themeVer = '~18.2.46';
4+
export const themeVer = '~18.2.47';

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

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.48 (2020-08-04)
6+
7+
### Diagram
8+
9+
#### New Features
10+
11+
- `#276871` - support to add symbol description for symbols in palette.
12+
13+
#### Bug Fixes
14+
15+
- `#264082` - The issue of "Sometimes difficult to make the connection to a port when set ConnectToNearByNode constraints" has been fixed.
16+
- `#283092` - The issue of "Exception throws when try to append a new diagram at run time In IE11" has been fixed.
17+
- `#281759` - The issue of "SVG node do not gets visible in diagram" has been fixed.
18+
- `#284823` - The issue of "DataLoaded event do not gets trigger after data loaded" has been fixed.
19+
520
## 18.2.46 (2020-07-21)
621

722
### Diagram

0 commit comments

Comments
 (0)