vue-chartjs
Advanced tools
Comparing version 2.3.9-rc1 to 2.3.9
@@ -5,8 +5,27 @@ # Change Log | ||
[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.3.6...HEAD) | ||
[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.3.8...HEAD) | ||
**Closed issues:** | ||
- Add src folder to package.json "files" and make main "src/index.js" [\#49](https://github.com/apertureless/vue-chartjs/issues/49) | ||
- Unable to refresh [\#41](https://github.com/apertureless/vue-chartjs/issues/41) | ||
**Merged pull requests:** | ||
- 🐛 Fix \#49 [\#50](https://github.com/apertureless/vue-chartjs/pull/50) ([apertureless](https://github.com/apertureless)) | ||
## [v2.3.8](https://github.com/apertureless/vue-chartjs/tree/v2.3.8) (2017-03-01) | ||
[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.3.6...v2.3.8) | ||
**Closed issues:** | ||
- Mixins don't seem to trigger a refresh of the chart [\#44](https://github.com/apertureless/vue-chartjs/issues/44) | ||
- Colors of dynamically added bars in bar graph are the default color instead of specified color [\#42](https://github.com/apertureless/vue-chartjs/issues/42) | ||
**Merged pull requests:** | ||
- Feature/documentation [\#47](https://github.com/apertureless/vue-chartjs/pull/47) ([apertureless](https://github.com/apertureless)) | ||
- ⬆️ Update dependencies [\#46](https://github.com/apertureless/vue-chartjs/pull/46) ([apertureless](https://github.com/apertureless)) | ||
- 📝 Update github issue template [\#45](https://github.com/apertureless/vue-chartjs/pull/45) ([apertureless](https://github.com/apertureless)) | ||
## [v2.3.6](https://github.com/apertureless/vue-chartjs/tree/v2.3.6) (2017-02-22) | ||
@@ -13,0 +32,0 @@ [Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.3.5...v2.3.6) |
{ | ||
"name": "vue-chartjs", | ||
"version": "2.3.9-rc1", | ||
"version": "2.3.9", | ||
"description": "vue.js wrapper for chart.js", | ||
@@ -32,3 +32,2 @@ "author": "Jakub Juszczak <jakub@nextindex.de>", | ||
"dependencies": { | ||
"babel-runtime": "^6.23.0", | ||
"chart.js": "^2.5.0", | ||
@@ -38,2 +37,3 @@ "vue": "^2.2.1" | ||
"devDependencies": { | ||
"babel-runtime": "^6.23.0", | ||
"babel-core": "^6.23.1", | ||
@@ -40,0 +40,0 @@ "babel-loader": "^6.3.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4566137
2
1
58
- Removedbabel-runtime@^6.23.0
- Removedbabel-runtime@6.26.0(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedregenerator-runtime@0.11.1(transitive)