Skip to content

Commit 159a217

Browse files
authored
Merge pull request #5 from coreui/fix-tooltip-position-out-of-view-area
v1.3.1
2 parents e19ced5 + 23b95ba commit 159a217

17 files changed

+2145
-3966
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## [CoreUI](https:/coreui.io) Chart.js CustomTooltips plugin
2+
3+
### v1.3.1
4+
- fix: tooltip position out of view area
5+
6+
##### dependencies update
7+
- update `@babel/core` to `^7.4.5`
8+
- update `@babel/plugin-proposal-object-rest-spread` to `^7.4.4`
9+
- update `@babel/cli` to `^7.4.4`
10+
- update `@babel/preset-env` to `^7.4.5`
11+
- update `babel-eslint` to `^10.0.1`
12+
- update `babel-plugin-istanbul` to `^5.1.4`
13+
- update `babel-preset-minify` to `^0.5.0`
14+
- update `eslint` to `^5.16.0`
15+
- update `eslint-plugin-compat` to `^3.1.0`
16+
- update `nodemon` to `^1.19.1`
17+
- update `rollup` to `^1.12.5`
18+
- update `rollup-plugin-babel-minify` to `^8.0.0`
19+
- update `rollup-plugin-commonjs` to `^10.0.0`
20+
- update `rollup-plugin-node-resolve` to `^5.0.0`
21+
- update `rollup-plugin-uglify` to `^6.0.2`
22+
- update `uglify-js` to `^3.5.1`
23+
- chore(rollup.config): update `uglify` plugin call
24+
25+
### v1.3.0
26+
- fix: named exports
27+
28+
##### dependencies update
29+
- update `@babel/cli` to `^7.4.3`
30+
- update `@babel/core` to `^7.4.3`
31+
- update `@babel/plugin-proposal-object-rest-spread` to `^7.4.3`
32+
- update `@babel/preset-env` to `^7.4.3`
33+
- update `babel-eslint` to `^10.0.1`
34+
- update `rollup-plugin-babel` to `^4.3.2`
35+
36+
### v1.2.0
37+
- chore: add `rollup.js` module bundler
38+
- chore: adjust linebreak-style eslint rule
39+
- refactor: extract _setCanvasId function
40+
- refactor: generate and set random _chart.canvas.id if none
41+
- chore: dependencies update

dist/cjs/custom-tooltips.js

+17-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/custom-tooltips.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/custom-tooltips.js

+17-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/custom-tooltips.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/custom-tooltips.js

+17-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/custom-tooltips.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/custom-tooltips.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)