Skip to content

Commit

Permalink
Merge pull request #5 from coreui/fix-tooltip-position-out-of-view-area
Browse files Browse the repository at this point in the history
v1.3.1
  • Loading branch information
xidedix authored May 30, 2019
2 parents e19ced5 + 23b95ba commit 159a217
Show file tree
Hide file tree
Showing 17 changed files with 2,145 additions and 3,966 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
## [CoreUI](https:/coreui.io) Chart.js CustomTooltips plugin

### v1.3.1
- fix: tooltip position out of view area

##### dependencies update
- update `@babel/core` to `^7.4.5`
- update `@babel/plugin-proposal-object-rest-spread` to `^7.4.4`
- update `@babel/cli` to `^7.4.4`
- update `@babel/preset-env` to `^7.4.5`
- update `babel-eslint` to `^10.0.1`
- update `babel-plugin-istanbul` to `^5.1.4`
- update `babel-preset-minify` to `^0.5.0`
- update `eslint` to `^5.16.0`
- update `eslint-plugin-compat` to `^3.1.0`
- update `nodemon` to `^1.19.1`
- update `rollup` to `^1.12.5`
- update `rollup-plugin-babel-minify` to `^8.0.0`
- update `rollup-plugin-commonjs` to `^10.0.0`
- update `rollup-plugin-node-resolve` to `^5.0.0`
- update `rollup-plugin-uglify` to `^6.0.2`
- update `uglify-js` to `^3.5.1`
- chore(rollup.config): update `uglify` plugin call

### v1.3.0
- fix: named exports

##### dependencies update
- update `@babel/cli` to `^7.4.3`
- update `@babel/core` to `^7.4.3`
- update `@babel/plugin-proposal-object-rest-spread` to `^7.4.3`
- update `@babel/preset-env` to `^7.4.3`
- update `babel-eslint` to `^10.0.1`
- update `rollup-plugin-babel` to `^4.3.2`

### v1.2.0
- chore: add `rollup.js` module bundler
- chore: adjust linebreak-style eslint rule
- refactor: extract _setCanvasId function
- refactor: generate and set random _chart.canvas.id if none
- chore: dependencies update
21 changes: 17 additions & 4 deletions dist/cjs/custom-tooltips.js

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

2 changes: 1 addition & 1 deletion dist/cjs/custom-tooltips.js.map

Large diffs are not rendered by default.

21 changes: 17 additions & 4 deletions dist/esm/custom-tooltips.js

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

2 changes: 1 addition & 1 deletion dist/esm/custom-tooltips.js.map

Large diffs are not rendered by default.

21 changes: 17 additions & 4 deletions dist/js/custom-tooltips.js

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

2 changes: 1 addition & 1 deletion dist/js/custom-tooltips.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/custom-tooltips.min.js

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

Loading

0 comments on commit 159a217

Please sign in to comment.