Skip to content

Releases: apertureless/vue-chartjs

v5.3.1

09 Apr 06:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.3.0...v5.3.1

v5.3.0

14 Dec 10:11
Compare
Choose a tag to compare

Features

  • a11y: support ARIA attributes, role and fallback content for canvas (#1061) (c1ee49d)

Bug Fixes

v5.2.0

09 Jan 21:55
Compare
Choose a tag to compare

Features

  • restore compatability with webpack 4 (#996) (0ee705c)

Bug Fixes

v5.1.0

19 Dec 11:53
Compare
Choose a tag to compare

Features

v5.0.1

06 Dec 12:47
Compare
Choose a tag to compare

Bug Fixes

v5.0.0

05 Dec 20:30
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • package now is ESM-only, no CommonJS support
  • default export was removed, please use named exports
  • chart events were removed
  • div wrapper was removed, chartData prop was renamed to data, chartOptions
    prop was renamed to options, generateChart was renamed to createTypedChart
  • Vue.js < 2.7 is no longer supported.

Features

v4.1.2

27 Sep 08:47
Compare
Choose a tag to compare

Bug Fixes

v4.1.1

27 May 10:56
Compare
Choose a tag to compare

Bug Fixes

v4.1.0

10 May 11:31
Compare
Choose a tag to compare

Features

  • add reactivity to options (#840) (6f8fa51)
  • legacy-charts: add typescript definitions for legacy charts (#839) (d937f80), closes #825

v4.0.7

25 Apr 11:40
Compare
Choose a tag to compare

Bug Fixes

  • legacy-charts: tune chartoptions type check (#821) (4409b98)