Vue Chartjs Versions Save

📊 Vue.js wrapper for Chart.js

v5.3.1

3 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/apertureless/vue-chartjs/compare/v5.3.0...v5.3.1

v5.3.0

4 months ago

Features

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

Bug Fixes

v5.2.0

1 year ago

Features

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

Bug Fixes

v5.1.0

1 year ago

Features

v5.0.1

1 year ago

Bug Fixes

v5.0.0

1 year ago

âš  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

1 year ago

Bug Fixes

v4.1.1

1 year ago

Bug Fixes

v4.1.0

1 year ago

Features

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

v4.0.7

2 years ago

Bug Fixes

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