Skip to content

Releases: zingchart/zingchart-vue

v2.0.3

18 Sep 06:28
Compare
Choose a tag to compare

Bug Fixes

  • Fixes the id property
  • Adds the forceRender property to force ZingChart to complete a full re-render of the chart when the config object changes.

v2.0.2

16 Sep 23:00
Compare
Choose a tag to compare

Bug Fixes

adds props modules - An option to add the name of modules being loaded, into ZingChart's render object. Necessary for certain modules including the 'scalableYAxis'.

v2.0.1

08 Jun 22:12
b635814
Compare
Choose a tag to compare

2.0.1 (2020-06-08)

Bug Fixes

  • fix commitizen dependency in preinstall script (843b808), closes #12

v2.0.0

04 Jun 22:12
1fdd3da
Compare
Choose a tag to compare

2.0.0 (2020-06-04)

Features

  • update the component to not import the zingchart library directly (b4f3d1c)

Size reduction:

This is useful for chunking because the vue component when registered is just the vue code. Not the whole ZingChart library.

BREAKING CHANGES

  • Users must now use import 'zingchart/es6' before importing this component

v1.1.0

03 Jun 23:28
0f8cac9
Compare
Choose a tag to compare

1.1.0 (2020-06-03)

Features

  • export ZC and zingchart objects (7ac9798)

v1.0.3

03 Jun 21:50
Compare
Choose a tag to compare

1.0.3 (2020-06-03)

Features

  • update ZingChart version to v2.9.0 and to use the ES6 module version of the library (a227ef1)

CI

  • Add CI for testing, building and deploying