Skip to content

Latest commit

 

History

History
154 lines (79 loc) · 9.53 KB

CHANGELOG.md

File metadata and controls

154 lines (79 loc) · 9.53 KB

Changelog

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

5.2.0 (2023-01-09)

Features

5.1.0 (2022-12-19)

Features

5.0.1 (2022-11-17)

Bug Fixes

  • remove chart.js v3 from peer dependencies (7ae5702)

5.0.0 (2022-11-17)

⚠ BREAKING CHANGES

  • no commonjs support

Features

Bug Fixes

  • deps: update dependency chart.js to v4 (#1104) (6192408)
  • deps: update dependency react-scripts to v5.0.1 (#1049) (38a9796)
  • deps: update react monorepo to v18 (#1031) (ad73425)
  • deps: update react monorepo to v18.2.0 (#1082) (72e7352)
  • site: #1076 expand the docusaurus container content to give the sandboxes more space (#1077) (b512e8d)

4.3.1 (2022-07-13)

Bug Fixes

4.3.0 (2022-07-12)

Features

4.2.0 (2022-06-07)

Features

  • implement passing updateMode property to chart's update method (#1043) (96d2714)

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