Releases: SauravKanchan/svelte-chartjs
Releases · SauravKanchan/svelte-chartjs
v2.0.0
⚠ 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)