Sourced from recharts's changelog.
2.0.3 (Jan 13, 2021)
refactor
- use
getDerivedStateFromPropsto replaceUNSAFE_componentWillReceiveProps, support react@17, #23852.0.2 (Jan 12, 2021)
fix
- fix lint error
2.0.1 (Jan 12, 2021)
fix
- Fix typo, createLabeldScales -> createLabeledScales
- Prefer Number.isFinite if available
- fix types error
- fix(package.json): disable side effects explicitly
feat
- Add aria-hidden to measurementSpan
2.0.0 (Dec 29, 2020)
fix
- fix minAngle for 0 in PieChart, fix ##2237
- fix type error of , fix #2335
- fix type error of cursor in , fix #2178
- fix Props of XAxis, fix #2128
- export Props of components, fix #2319, #2156, #2203
- Fix typo, getRectangePath -> getRectanglePath in Rectangle
- allow Duplicated Category for bar charts not using correct entries for custom tool tips
- fixing typescript array coalesce
- fix types error of sankey, fix #2280
- Fixed SVG path for pie charts when corner radius is set to a value other than zero (#2331)
feat
... (truncated)
a7f39d1 Version 2.0.3702163b fix: update test case2b635f4 fix: fix type error of <Text />29b793b refactor: use getDerivedStateFromProps to replace `UNSAFE_componentWillRece...69da3a2 Version 2.0.2aeea67e fix: fix lint errore9e71b0 Version 2.0.1f4d0153 refactor: rewirte demo by ts, fix type error, fix #2372c35db1e refactor: use .tsx to write demo files98294c9 Merge pull request #2362 from juajang/chore