recharts v1.4.3 Release Notes

Release Date: 2019-02-12 // about 5 years ago
  • ๐Ÿ›  fix

    • ๐Ÿ›  fix bug of when width < 0 && radius is not null, fix #1596
    • ๐Ÿ›  fix paddingAngle of Pie when render only not
    • ๐Ÿ›  fix onMouseEnter and Tooltip for Pie on FireFox

    feat

    • ๐Ÿ”ง Make the timeOut timer for the brush configurable through props
    • ๐Ÿ‘ Allow to format name in Tooltips

    dep

    • โšก๏ธ Update lodash version to 4.17.5 and install [email protected] dev dependency
    • โšก๏ธ Updated package.json to mark effectful modules
    • โšก๏ธ chore: update version of sinon, from 4.x to 7.x