|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/apertureless/vue-chartjs/tree/HEAD)
|
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.3.3...HEAD) |
| 5 | +[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.3.5...HEAD) |
6 | 6 |
|
7 |
| -**Fixed bugs:** |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- barchart 如何横向显示条形图 [\#37](https://github.com/apertureless/vue-chartjs/issues/37) |
| 10 | + |
| 11 | +## [v2.3.5](https://github.com/apertureless/vue-chartjs/tree/v2.3.5) (2017-02-14) |
| 12 | +[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.3.4...v2.3.5) |
| 13 | + |
| 14 | +**Closed issues:** |
| 15 | + |
| 16 | +- Destory chart instance in reactiveMixins on render [\#35](https://github.com/apertureless/vue-chartjs/issues/35) |
| 17 | +- Rerendering doughtnut chart not working [\#33](https://github.com/apertureless/vue-chartjs/issues/33) |
| 18 | + |
| 19 | +**Merged pull requests:** |
8 | 20 |
|
| 21 | +- 🔨 Change reactiveMixins to fix \#35 [\#36](https://github.com/apertureless/vue-chartjs/pull/36) ([apertureless](https://github.com/apertureless)) |
| 22 | + |
| 23 | +## [v2.3.4](https://github.com/apertureless/vue-chartjs/tree/v2.3.4) (2017-02-11) |
| 24 | +[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.3.3...v2.3.4) |
| 25 | + |
| 26 | +**Closed issues:** |
| 27 | + |
| 28 | +- Update Chart.js docs to include link to vue-chartjs [\#32](https://github.com/apertureless/vue-chartjs/issues/32) |
9 | 29 | - Compatibility with Vue 2.1.10 [\#30](https://github.com/apertureless/vue-chartjs/issues/30)
|
10 | 30 |
|
11 | 31 | ## [v2.3.3](https://github.com/apertureless/vue-chartjs/tree/v2.3.3) (2017-01-19)
|
|
24 | 44 | ## [v2.3.2](https://github.com/apertureless/vue-chartjs/tree/v2.3.2) (2016-12-23)
|
25 | 45 | [Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.3.1...v2.3.2)
|
26 | 46 |
|
27 |
| -**Implemented enhancements:** |
| 47 | +**Closed issues:** |
28 | 48 |
|
29 | 49 | - Content Security Policy [\#22](https://github.com/apertureless/vue-chartjs/issues/22)
|
30 | 50 |
|
|
36 | 56 | ## [v2.3.1](https://github.com/apertureless/vue-chartjs/tree/v2.3.1) (2016-12-20)
|
37 | 57 | [Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.3.0...v2.3.1)
|
38 | 58 |
|
39 |
| -**Fixed bugs:** |
40 |
| - |
41 |
| -- Issues after using gulp-- production [\#19](https://github.com/apertureless/vue-chartjs/issues/19) |
42 |
| - |
43 | 59 | **Closed issues:**
|
44 | 60 |
|
45 | 61 | - Error in rendering [\#21](https://github.com/apertureless/vue-chartjs/issues/21)
|
| 62 | +- Issues after using gulp-- production [\#19](https://github.com/apertureless/vue-chartjs/issues/19) |
46 | 63 |
|
47 | 64 | **Merged pull requests:**
|
48 | 65 |
|
|
59 | 76 | ## [v2.2.1](https://github.com/apertureless/vue-chartjs/tree/v2.2.1) (2016-12-07)
|
60 | 77 | [Full Changelog](https://github.com/apertureless/vue-chartjs/compare/v2.2.0...v2.2.1)
|
61 | 78 |
|
62 |
| -**Fixed bugs:** |
| 79 | +**Closed issues:** |
63 | 80 |
|
| 81 | +- Chart height definition inside the component [\#18](https://github.com/apertureless/vue-chartjs/issues/18) |
64 | 82 | - Uncaught TypeError: Cannot read property 'draw' of null [\#15](https://github.com/apertureless/vue-chartjs/issues/15)
|
65 | 83 |
|
66 | 84 | **Merged pull requests:**
|
|
72 | 90 |
|
73 | 91 | **Closed issues:**
|
74 | 92 |
|
| 93 | +- The page is blank? [\#13](https://github.com/apertureless/vue-chartjs/issues/13) |
75 | 94 | - question:syntax with vue-loader [\#12](https://github.com/apertureless/vue-chartjs/issues/12)
|
76 | 95 | - Rerender when data has changed [\#10](https://github.com/apertureless/vue-chartjs/issues/10)
|
77 | 96 |
|
|
89 | 108 | ## [v1.1.3](https://github.com/apertureless/vue-chartjs/tree/v1.1.3) (2016-09-08)
|
90 | 109 | [Full Changelog](https://github.com/apertureless/vue-chartjs/compare/1.1.2...v1.1.3)
|
91 | 110 |
|
92 |
| -**Implemented enhancements:** |
93 |
| - |
94 |
| -- Add test [\#1](https://github.com/apertureless/vue-chartjs/issues/1) |
95 |
| - |
96 |
| -**Fixed bugs:** |
| 111 | +**Closed issues:** |
97 | 112 |
|
98 | 113 | - Passing chart size \(width / height\) as prop doesnt resize the chart [\#8](https://github.com/apertureless/vue-chartjs/issues/8)
|
| 114 | +- Add test [\#1](https://github.com/apertureless/vue-chartjs/issues/1) |
99 | 115 |
|
100 | 116 | **Merged pull requests:**
|
101 | 117 |
|
|
104 | 120 | ## [1.1.2](https://github.com/apertureless/vue-chartjs/tree/1.1.2) (2016-09-07)
|
105 | 121 | [Full Changelog](https://github.com/apertureless/vue-chartjs/compare/1.1.1...1.1.2)
|
106 | 122 |
|
107 |
| -**Implemented enhancements:** |
| 123 | +**Closed issues:** |
108 | 124 |
|
109 | 125 | - Change name of the render method to ensure compatiblity with Vue 2.0 [\#4](https://github.com/apertureless/vue-chartjs/issues/4)
|
110 | 126 |
|
|
114 | 130 | ## [1.1.0](https://github.com/apertureless/vue-chartjs/tree/1.1.0) (2016-08-21)
|
115 | 131 | [Full Changelog](https://github.com/apertureless/vue-chartjs/compare/1.0.3...1.1.0)
|
116 | 132 |
|
117 |
| -**Implemented enhancements:** |
| 133 | +**Closed issues:** |
118 | 134 |
|
119 | 135 | - Use Vue.util.mergeOptions to merge default options with user's options [\#5](https://github.com/apertureless/vue-chartjs/issues/5)
|
120 | 136 |
|
|
125 | 141 | ## [1.0.3](https://github.com/apertureless/vue-chartjs/tree/1.0.3) (2016-08-20)
|
126 | 142 | [Full Changelog](https://github.com/apertureless/vue-chartjs/compare/1.0.2...1.0.3)
|
127 | 143 |
|
128 |
| -**Implemented enhancements:** |
| 144 | +**Closed issues:** |
129 | 145 |
|
130 | 146 | - Publish on NPM [\#2](https://github.com/apertureless/vue-chartjs/issues/2)
|
| 147 | + |
| 148 | +**Merged pull requests:** |
| 149 | + |
131 | 150 | - Properly destroy chartjs objects [\#3](https://github.com/apertureless/vue-chartjs/pull/3) ([LinusBorg](https://github.com/LinusBorg))
|
132 | 151 |
|
133 | 152 | ## [1.0.2](https://github.com/apertureless/vue-chartjs/tree/1.0.2) (2016-07-27)
|
|
0 commit comments