Releases: weizhenye/vue-highcharts
Releases · weizhenye/vue-highcharts
v0.2.0
BREAKING CHANGES
- drop support for Vue v2
Highcharts
object is always required when registering globally
genComponent
is renamed to createHighcharts
New
v0.1.0
BREAKING CHANGES
- don't provide
vm.Highcharts
anymore
- drop support for Vue v1
- remove
<HighchartsRender />
New
- support Gantt chart via
<HighchartsGantt />
- provide
genComponent
method to install local
- will be installed automatically if possible
v0.0.10
Fix
- Fix unmatched content during SSR.
v0.0.9
Fix
- Use render function instead of template for compatibility with runtime-only build of Vue 2. (#5)
v0.0.8
Fix
- Avoid overriding Vue's internal method "_init".
v0.0.6
Fix
- Re-render chart when props updated (#2).
- Destroy renderer instance when called
vm.$destroy
.
v0.0.5
New
- Re-render the whole chart when props updated.
v0.0.4
New
- Add demos.
- Compat with Vue v1.x
Fix
- Fix options with function