Skip to content

Latest commit

 

History

History
91 lines (49 loc) · 5.77 KB

CHANGELOG.md

File metadata and controls

91 lines (49 loc) · 5.77 KB

Changelog

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

4.1.0 (2022-04-07)

Features

4.0.1 (2022-01-19)

Bug Fixes

  • compatability with react 16 typings (#987) (4a01054), closes #870
  • deps: update dependency @svgr/webpack to v6 (#999) (7611ebd)
  • deps: update dependency react-scripts to v5 (#1001) (3936227)
  • deps: update docusaurus monorepo to v2.0.0-beta.14 (#994) (2a24ee9)

4.0.0 (2021-11-22)

⚠ BREAKING CHANGES

  • getDatasetAtEvent, getElementAtEvent and getElementsAtEvent props are removed, utils with the same names can used instead
  • New target browsers: ie 11 dropped for regular bundle, modern bundle builds for browsers with es6 modules support.
  • Functional data prop is removed
  • Added support of tree-shaking of Chart.js. Now you should register Chart.js components by yourself.
  • default export is renamed to Chart
  • Chart.js re-exports are removed

Features

3.3.0 (2021-10-26)

Features

Bug Fixes

3.2.0 (2021-10-21)

Features

Bug Fixes

3.1.1 (2021-10-19)

Bug Fixes

3.1.0 (2021-10-17)

Features

  • Reduced package size

Bug Fixes