Skip to content

Commit

Permalink
v18.2.48 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Aug 4, 2020
1 parent a442175 commit b81ac66
Show file tree
Hide file tree
Showing 208 changed files with 1,465 additions and 692 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 18.2.48 (2020-08-04)

### Accumulation chart

#### Bug Fixes

- `#286597` - Tooltip showing out of the chart area issue fixed.

## 18.2.47 (2020-07-28)

### Chart
Expand Down
8 changes: 8 additions & 0 deletions components/charts/dist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 18.2.48 (2020-08-04)

### Accumulation chart

#### Bug Fixes

- `#286597` - Tooltip showing out of the chart area issue fixed.

## 18.2.47 (2020-07-28)

### Chart
Expand Down
2 changes: 1 addition & 1 deletion components/charts/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-charts",
"version": "18.2.46",
"version": "18.2.47",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
4 changes: 2 additions & 2 deletions components/charts/dist/schematics/utils/lib-details.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-charts';
exports.pkgVer = '^18.2.46';
exports.pkgVer = '^18.2.47';
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
exports.themeVer = '~18.2.46';
exports.themeVer = '~18.2.47';
4 changes: 2 additions & 2 deletions components/charts/dist/schematics/utils/lib-details.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-charts';
export const pkgVer = '^18.2.46';
export const pkgVer = '^18.2.47';
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
export const themeVer = '~18.2.46';
export const themeVer = '~18.2.47';
2 changes: 1 addition & 1 deletion components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-charts",
"version": "18.2.46",
"version": "18.2.47",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
4 changes: 2 additions & 2 deletions components/charts/schematics/utils/lib-details.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-charts';
export const pkgVer = '^18.2.46';
export const pkgVer = '^18.2.47';
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
export const themeVer = '~18.2.46';
export const themeVer = '~18.2.47';
15 changes: 15 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [Unreleased]

## 18.2.48 (2020-08-04)

### Diagram

#### New Features

- `#276871` - support to add symbol description for symbols in palette.

#### Bug Fixes

- `#264082` - The issue of "Sometimes difficult to make the connection to a port when set ConnectToNearByNode constraints" has been fixed.
- `#283092` - The issue of "Exception throws when try to append a new diagram at run time In IE11" has been fixed.
- `#281759` - The issue of "SVG node do not gets visible in diagram" has been fixed.
- `#284823` - The issue of "DataLoaded event do not gets trigger after data loaded" has been fixed.

## 18.2.46 (2020-07-21)

### Diagram
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit b81ac66

Please sign in to comment.