Releases: SauravKanchan/svelte-chartjs
Releases · SauravKanchan/svelte-chartjs
v3.1.5
Bug Fixes
- exports: update types path to use the correct type def (539e2c7)
v3.1.3
Big thanks to @dysfunc for helping with resolving issues and upgrading dependencies.
Bug Fixes
- deps: update dependency svelte to v4 (c8a12cc)
- size: update size test to use the new build (c850b88)
v3.1.2
Bug Fixes
- upgrade chart.js with fixed types (3bd69dc)
v3.0.0
⚠ BREAKING CHANGES
- now package is
module
type, new exports in package.json
build
v2.1.0
Features
- events forwarding, events utils:
getDatasetAtEvent
, getElementAtEvent
and getElementsAtEvent
(#63) (e84bd77)
- new prop types, expose chart instance (#62) (d59111a)
- update mode prop (#65) (d6e5506)
Bug Fixes
- rename components:
Base
-> Chart
, Polar
-> PolarArea
(#64) (ec905cc)