vue-chartjs
Advanced tools
Comparing version 2.6.4 to 2.6.5
# Change Log | ||
## [v2.6.5](https://github.com/apertureless/vue-chartjs/tree/v2.6.5) (2017-06-10) | ||
[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.6.4...v2.6.5) | ||
## [v2.6.4](https://github.com/apertureless/vue-chartjs/tree/v2.6.4) (2017-06-04) | ||
[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.6.3...v2.6.4) | ||
**Closed issues:** | ||
- Transition leave-active-class not working [\#117](https://github.com/apertureless/vue-chartjs/issues/117) | ||
- chartOptions reactivity [\#116](https://github.com/apertureless/vue-chartjs/issues/116) | ||
- Cannot switch off legend [\#114](https://github.com/apertureless/vue-chartjs/issues/114) | ||
- run error on my mac pro [\#113](https://github.com/apertureless/vue-chartjs/issues/113) | ||
- Update install instructions in docs [\#112](https://github.com/apertureless/vue-chartjs/issues/112) | ||
- Typo in docs [\#111](https://github.com/apertureless/vue-chartjs/issues/111) | ||
- Charts are given a fixed width, even when they are set to be responsive [\#108](https://github.com/apertureless/vue-chartjs/issues/108) | ||
- Use Reactive Data with \<script\> version of vue-chartjs [\#107](https://github.com/apertureless/vue-chartjs/issues/107) | ||
**Merged pull requests:** | ||
- Fix typo in docs [\#115](https://github.com/apertureless/vue-chartjs/pull/115) ([euledge](https://github.com/euledge)) | ||
- :memo: Add pt-br readme support [\#110](https://github.com/apertureless/vue-chartjs/pull/110) ([kimuraz](https://github.com/kimuraz)) | ||
- Fix reactive mixins animation re-rendering issue. [\#109](https://github.com/apertureless/vue-chartjs/pull/109) ([MuseofMoose](https://github.com/MuseofMoose)) | ||
## [v2.6.3](https://github.com/apertureless/vue-chartjs/tree/v2.6.3) (2017-05-14) | ||
[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.6.2...v2.6.3) | ||
**Closed issues:** | ||
- Reactivity of Options [\#106](https://github.com/apertureless/vue-chartjs/issues/106) | ||
- Do not use built-in or reserved HTML elements as component id: MenuItem [\#104](https://github.com/apertureless/vue-chartjs/issues/104) | ||
- Is it possible to use with axios? [\#103](https://github.com/apertureless/vue-chartjs/issues/103) | ||
- How to change momentjs locale for time scale? [\#101](https://github.com/apertureless/vue-chartjs/issues/101) | ||
- It seems that the reactiveProp couldn't let the chart update itself [\#99](https://github.com/apertureless/vue-chartjs/issues/99) | ||
- vue-chartjs not working with lodash-webpack-plugin installed [\#97](https://github.com/apertureless/vue-chartjs/issues/97) | ||
- multi lines with same options [\#95](https://github.com/apertureless/vue-chartjs/issues/95) | ||
- Zoom And Pan Options in Vue Charts [\#94](https://github.com/apertureless/vue-chartjs/issues/94) | ||
**Merged pull requests:** | ||
- Update README.md [\#105](https://github.com/apertureless/vue-chartjs/pull/105) ([guilherfp](https://github.com/guilherfp)) | ||
- translated README.md into Japanese [\#102](https://github.com/apertureless/vue-chartjs/pull/102) ([euledge](https://github.com/euledge)) | ||
- add CDNJS version badge in README.md [\#100](https://github.com/apertureless/vue-chartjs/pull/100) ([extend1994](https://github.com/extend1994)) | ||
## [v2.6.2](https://github.com/apertureless/vue-chartjs/tree/v2.6.2) (2017-04-29) | ||
@@ -83,3 +126,3 @@ [Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.6.1...v2.6.2) | ||
- Update dependencies to enable Greenkeeper 🌴 [\#65](https://github.com/apertureless/vue-chartjs/pull/65) ([greenkeeper[bot]](https://github.com/integration/greenkeeper)) | ||
- Update dependencies to enable Greenkeeper 🌴 [\#65](https://github.com/apertureless/vue-chartjs/pull/65) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) | ||
@@ -86,0 +129,0 @@ ## [v2.5.3](https://github.com/apertureless/vue-chartjs/tree/v2.5.3) (2017-03-17) |
{ | ||
"name": "vue-chartjs", | ||
"version": "2.6.4", | ||
"version": "2.6.5", | ||
"description": "vue.js wrapper for chart.js", | ||
@@ -63,8 +63,8 @@ "author": "Jakub Juszczak <jakub@posteo.de>", | ||
"peerDependencies": { | ||
"chart.js": "^2.5.0", | ||
"vue": "^2.3.3" | ||
"chart.js": "^2.6.0", | ||
"vue": "^2.3.4" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-core": "^6.24.1", | ||
"babel-core": "^6.25.0", | ||
"babel-loader": "^7.0.0", | ||
@@ -76,3 +76,3 @@ "babel-plugin-transform-runtime": "^6.23.0", | ||
"chai": "^3.5.0", | ||
"chart.js": "^2.5.0", | ||
"chart.js": "^2.6.0", | ||
"chromedriver": "^2.28.0", | ||
@@ -122,8 +122,8 @@ "connect-history-api-fallback": "^1.1.0", | ||
"url-loader": "^0.5.8", | ||
"vue": "^2.3.3", | ||
"vue": "^2.3.4", | ||
"vue-hot-reload-api": "^2.1.0", | ||
"vue-html-loader": "^1.2.4", | ||
"vue-loader": "^12.0.4", | ||
"vue-loader": "^12.2.1", | ||
"vue-style-loader": "^3.0.1", | ||
"vue-template-compiler": "^2.3.3", | ||
"vue-template-compiler": "^2.3.4", | ||
"webpack": "^1.13.2", | ||
@@ -130,0 +130,0 @@ "webpack-dev-middleware": "^1.10.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
5511188
51780