Skip to content

Commit 867fc24

Browse files
author
pipeline
committed
v18.2.54 is released
1 parent 109f9d9 commit 867fc24

File tree

104 files changed

+337
-61
lines changed

Some content is hidden

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

104 files changed

+337
-61
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.2.48 (2020-08-04)
5+
## 18.2.54 (2020-08-18)
66

77
### Common
88

components/buttons/dist/global/ej2-vue-buttons.min.js

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

components/buttons/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
"@types/jasmine-ajax": "^3.1.27",
5959
"@types/requirejs": "^2.1.26",
6060
"vue": "2.5.2 - 2.5.21",
61+
"rollup": "^0.51.3",
62+
"rollup-plugin-commonjs": "^8.2.6",
63+
"rollup-plugin-node-resolve": "^3.0.0",
64+
"rollup-plugin-sourcemaps": "^0.4.2",
65+
"rollup-plugin-typescript": "^0.8.1",
66+
"rollup-plugin-uglify": "^2.0.1",
6167
"es6-promise": "^3.2.1",
6268
"gulp": "^3.9.1",
6369
"gulp-sass": "^3.1.0",

components/calendars/dist/global/ej2-vue-calendars.min.js

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

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.54 (2020-08-18)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#287569` - Shared tooltip does not render for multiple line series when there is a single point issue fixed.
12+
- `#285313` - Cancel property in arguments is not working properly on chart Load event issue fixed.
13+
- `#287632` - Point Render event customization not applied for column chart markers issue fixed.
14+
515
## 18.2.48 (2020-08-04)
616

717
### Accumulation chart
818

919
#### Bug Fixes
1020

1121
- `#286597` - Tooltip showing out of the chart area issue fixed.
22+
- `#286177` - Pie chart data labels are overlapped when smart labels are enabled issue fixed.
1223

1324
## 18.2.47 (2020-07-28)
1425

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.

0 commit comments

Comments
 (0)