From 41736c840dd220bb1206d89b38123ee04ad0bfd6 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Fri, 8 Sep 2017 10:17:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea4c8e2..4542c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [v2.8.4](https://github.com/apertureless/vue-chartjs/tree/v2.8.4) (2017-09-08) +[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.8.3...v2.8.4) + +**Closed issues:** + +- Regression in 2.8.3 [\#190](https://github.com/apertureless/vue-chartjs/issues/190) +- Why default Chart.js styles are overridden? [\#189](https://github.com/apertureless/vue-chartjs/issues/189) +- Legend or other options not working in reactiveProps [\#188](https://github.com/apertureless/vue-chartjs/issues/188) +- Changes to yAxisID property does not re-render chart [\#177](https://github.com/apertureless/vue-chartjs/issues/177) + +**Merged pull requests:** + +- Replace Object.assign with deepmerge [\#191](https://github.com/apertureless/vue-chartjs/pull/191) ([apertureless](https://github.com/apertureless)) + ## [v2.8.3](https://github.com/apertureless/vue-chartjs/tree/v2.8.3) (2017-09-06) [Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.8.2...v2.8.3)