Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

18 lines (13 loc) · 1.09 KB

5.0.0 (2022-07-17)

4.0.0 (2021-08-27)

Features and highlights

  • Supports React 17 (for older React versions, use rumble-charts 3.x)
  • Code rewritten as TypeScript (with typings) and functional react components
  • Updated documentation (still in progress):
  • <Chart> supports percents for props width and height and is responsive by default (in this case, props layerWidth and layerHeight should be defined)
  • <Title> has a new prop textAnchor to define an alignment: "start", "middle" or "end".
  • <Animate> has a new prop onCancel to track animation cancellation (on the component unmount or re-render).