chart.js-plugin-labels-dv
Advanced tools
Comparing version 5.0.0-beta to 5.0.1-beta
# Change Log | ||
## v5.0.1-beta / 2023-07-03 | ||
- Fix main in package.json | ||
- Update deps | ||
- Add tsc build into build script | ||
- Correct version on JS version | ||
## v5.0.0-beta / 2023-07-03 | ||
@@ -4,0 +10,0 @@ ### Added |
@@ -5,3 +5,3 @@ !function(t){"function"==typeof define&&define.amd?define(t):t()}((function(){"use strict"; | ||
* | ||
* @version 3.1.0 | ||
* @version 5.0.1-beta | ||
* @author Chen, Yi-Cyuan [emn178@gmail.com], Davide Violante, Yousef Altaher | ||
@@ -8,0 +8,0 @@ * @copyright Chen, Yi-Cyuan 2017-2018 |
{ | ||
"name": "chart.js-plugin-labels-dv", | ||
"version": "5.0.0-beta", | ||
"version": "5.0.1-beta", | ||
"description": "Chart.js plugin to display labels on pie, doughnut and polar area chart.", | ||
"main": "dist/esm/chart-label.js", | ||
"main": "dist/esm/index.js", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"build:ts": "tsc", | ||
"build": "tsc && rollup -c", | ||
"lint": "eslint ./" | ||
}, | ||
"peerDependencies": { | ||
"chart.js": "^4.3.0" | ||
"chart.js": "^4.3.3" | ||
}, | ||
@@ -32,9 +31,9 @@ "types": "./dist/types/index.d.ts", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.60.1", | ||
"@typescript-eslint/parser": "^5.60.1", | ||
"eslint": "^8.44.0", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
"@typescript-eslint/parser": "^5.62.0", | ||
"eslint": "^8.47.0", | ||
"rollup": "^2.79.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"typescript": "^4.6.4" | ||
"typescript": "^4.9.5" | ||
} | ||
} |
@@ -163,2 +163,4 @@ [![Maintainability](https://api.codeclimate.com/v1/badges/ded2c349739e4d87130b/maintainability)](https://codeclimate.com/github/DavideViolante/chart.js-plugin-labels-dv/maintainability) ![npm](https://img.shields.io/npm/dm/chart.js-plugin-labels-dv) [![Donate](https://img.shields.io/badge/paypal-donate-179BD7.svg)](https://www.paypal.me/dviolante) | ||
### Angular | ||
[Codesandbox example](https://codesandbox.io/p/sandbox/chart-js-plugin-demo-fmtvxd) | ||
You would need to create your own chart component. | ||
@@ -165,0 +167,0 @@ ```html |
/** | ||
* [chartjs-plugin-labels]{@link https://github.com/DavideViolante/chartjs-plugin-labels} | ||
* | ||
* @version 3.1.0 | ||
* @version 5.0.1-beta | ||
* @author Chen, Yi-Cyuan [emn178@gmail.com], Davide Violante, Yousef Altaher | ||
@@ -6,0 +6,0 @@ * @copyright Chen, Yi-Cyuan 2017-2018 |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
156709
227
0