recharts v2.0.0 Release Notes

Release Date: 2020-12-29 // over 3 years ago
  • ๐Ÿ›  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

    • โž• add props reversed to <Funnel />
    • โž• add breakAll props to <Text /> to allow break all for chinese
    • ๐Ÿ›  fix width of labelList in Funnel; fix #2056, #1866
    • ๐Ÿ‘Œ support range RadarChart and add props connectNulls to , fix #1890
    • โž• add ability to pass in custom legend icon.

    deps

    • โฌ†๏ธ upgrade react-resize-detector to 5.2.0 and fix ts error, fix #2300
    • โšก๏ธ update react-smooth to 1.0.6 to fix bug after upgrading d3
    • โฌ†๏ธ upgrade d3 packages