vue-chartjs
Advanced tools
Comparing version 2.5.2 to 2.5.3
# Change Log | ||
## [v2.5.2](https://github.com/apertureless/vue-chartjs/tree/v2.5.2) (2017-03-14) | ||
[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.5.1...v2.5.2) | ||
**Closed issues:** | ||
- TypeError: child.\_updateFromParent is not a function [\#62](https://github.com/apertureless/vue-chartjs/issues/62) | ||
- child.\_updateFromParent is not a function [\#59](https://github.com/apertureless/vue-chartjs/issues/59) | ||
- dependency was not found [\#58](https://github.com/apertureless/vue-chartjs/issues/58) | ||
**Merged pull requests:** | ||
- Develop [\#63](https://github.com/apertureless/vue-chartjs/pull/63) ([apertureless](https://github.com/apertureless)) | ||
- Fix typo for legacy tag [\#61](https://github.com/apertureless/vue-chartjs/pull/61) ([kylestev](https://github.com/kylestev)) | ||
## [v2.5.1](https://github.com/apertureless/vue-chartjs/tree/v2.5.1) (2017-03-11) | ||
[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.5.0...v2.5.1) | ||
**Closed issues:** | ||
- Lines are looking weird. [\#57](https://github.com/apertureless/vue-chartjs/issues/57) | ||
- Working with objects [\#48](https://github.com/apertureless/vue-chartjs/issues/48) | ||
- Mixins don't seem to trigger a refresh of the chart [\#44](https://github.com/apertureless/vue-chartjs/issues/44) | ||
## [v2.5.0](https://github.com/apertureless/vue-chartjs/tree/v2.5.0) (2017-03-08) | ||
@@ -4,0 +27,0 @@ [Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.4.1...v2.5.0) |
{ | ||
"name": "vue-chartjs", | ||
"version": "2.5.2", | ||
"version": "2.5.3", | ||
"description": "vue.js wrapper for chart.js", | ||
@@ -40,3 +40,4 @@ "author": "Jakub Juszczak <jakub@posteo.de>", | ||
"main": "dist/vue-chartjs.js", | ||
"unpkg": "dist/vue-chartjs.js", | ||
"unpkg": "dist/vue-chartjs.min.js", | ||
"browser": "dist/vue-chartjs.min.js", | ||
"module": "es/index.js", | ||
@@ -57,3 +58,3 @@ "jsnext:main": "es/index.js", | ||
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs", | ||
"release": "webpack --progress --hide-modules --config ./build/webpack.release.js", | ||
"release": "webpack --progress --hide-modules --config ./build/webpack.release.js && NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.min.js", | ||
"prepublish": "yarn run lint && yarn run test && yarn run build" | ||
@@ -60,0 +61,0 @@ }, |
Sorry, the diff of this file is too big to display
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
5111776
54
41626