Skip to content

Commit 46fe748

Browse files
author
pipeline
committed
v18.1.56 is released
1 parent f4100a4 commit 46fe748

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

+233
-26
lines changed

components/base/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.1.56 (2020-06-09)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `I262885` - Resolved the memory leak issue.
12+
513
## 17.4.47 (2020-02-05)
614

715
### Common

components/buttons/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.1.56 (2020-06-09)
6+
7+
### Chips
8+
9+
#### Bug Fixes
10+
11+
- `#278394` - Issue with delete event has been fixed.
12+
513
## 18.1.48 (2020-05-05)
614

715
### Chips

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.56 (2020-06-09)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#278688` - Shared Tooltip not visible while using tooltip render event issue fixed.
12+
- `#278311` - Y axis labels get overlapped when using single negative point issue fixed.
13+
- `#154576` - Range Selector doesn't match chart data range for one day issue fixed.
14+
- `#279008` - Cluster selection with 0 values for logarithmic type issue fixed.
15+
16+
### Accumulation chart
17+
18+
#### Bug Fixes
19+
20+
- `#279297` - Height in percentage not working properly is fixed now.
21+
522
## 18.1.55 (2020-06-02)
623

724
### Chart

components/charts/dist/ej2-vue-charts.umd.min.js

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/dist/ej2-vue-charts.umd.min.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/dist/es6/ej2-vue-charts.es2015.js

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/dist/es6/ej2-vue-charts.es2015.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/dist/es6/ej2-vue-charts.es5.js

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/dist/es6/ej2-vue-charts.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/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-vue-charts",
3-
"version": "18.1.54",
3+
"version": "18.1.55",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)