Skip to content

Releases: SauravKanchan/svelte-chartjs

v2.0.1

20 Jul 11:22
Compare
Choose a tag to compare

Bug Fixes

v2.0.0

20 Jul 10:49
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • svelte files were removed from the package, now you should use named exports
  • add typescript and tree-shaking for chart.js imports

Features

Bug Fixes

  • base: Add chart.destroy() to fix memory leak. Fixes #25 (d49ffa1)