Skip to content

Releases: weizhenye/vue-highcharts

v0.2.0

18 Sep 17:44
Compare
Choose a tag to compare

BREAKING CHANGES

  • drop support for Vue v2
  • Highcharts object is always required when registering globally
  • genComponent is renamed to createHighcharts

New

  • support Vue v3

v0.1.0

30 Jan 16:39
Compare
Choose a tag to compare

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.11

10 Dec 15:46
Compare
Choose a tag to compare

New

  • support PascalCase, #61

v0.0.10

01 May 16:56
Compare
Choose a tag to compare

Fix

  • Fix unmatched content during SSR.

v0.0.9

10 Nov 14:15
Compare
Choose a tag to compare

Fix

  • Use render function instead of template for compatibility with runtime-only build of Vue 2. (#5)

v0.0.8

07 Nov 11:48
Compare
Choose a tag to compare

Fix

  • Avoid overriding Vue's internal method "_init".

v0.0.7

29 Oct 19:53
Compare
Choose a tag to compare

Fix

v0.0.6

22 Oct 22:04
Compare
Choose a tag to compare

Fix

  • Re-render chart when props updated (#2).
  • Destroy renderer instance when called vm.$destroy.

v0.0.5

15 Oct 05:25
Compare
Choose a tag to compare

New

  • Re-render the whole chart when props updated.

v0.0.4

14 Oct 13:45
Compare
Choose a tag to compare

New

  • Add demos.
  • Compat with Vue v1.x

Fix

  • Fix options with function