Skip to content

v2.0.0

Compare
Choose a tag to compare
@thabarbados thabarbados released this 20 Jul 10:49
· 89 commits to master since this release

⚠ 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)