Skip to content

Commit f20f534

Browse files
committed
chore: update project files
1 parent 1a30ed6 commit f20f534

8 files changed

+4
-335
lines changed

.babelrc.js

-21
This file was deleted.

.editorconfig

-14
This file was deleted.

.eslintignore

-2
This file was deleted.

.eslintrc.json

-235
This file was deleted.

.gitattributes

-2
This file was deleted.

CHANGELOG.md

+1-39
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,3 @@
1-
## [CoreUI](https:/coreui.io) Chart.js CustomTooltips plugin
1+
## [CoreUI](https:/coreui.io) Chart.js utities
22

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

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

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## [CoreUI](https:/coreui.io) Chart.js utities
2+
3+

custom-tooltips/LICENSE

-22
This file was deleted.

0 commit comments

Comments
 (0)