Skip to content

Latest commit

 

History

History
81 lines (37 loc) · 3.89 KB

CHANGELOG.md

File metadata and controls

81 lines (37 loc) · 3.89 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.0 (2022-11-17)

Features

Bug Fixes

  • deps: update dependency chart.js to v4 (#84) (112b2fa)

3.0.1 (2022-09-20)

Bug Fixes

3.0.0 (2022-09-19)

⚠ BREAKING CHANGES

  • now package is module type, new exports in package.json

build

2.1.1 (2022-08-29)

Bug Fixes

2.1.0 (2022-08-17)

Features

  • events forwarding, getDatasetAtEvent getElementAtEvent getElementsAtEvent events utils (#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)

2.0.1 (2022-07-20)

Bug Fixes

2.0.0 (2022-07-20)

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

  • remove svelte files from package (#54) (82b871b)