All Versions
169
Latest Version
Avg Release Cycle
30 days
Latest Release
472 days ago

Changelog History
Page 15

  • v0.9.2 Changes

    April 12, 2016

    deps

    • โšก๏ธ Update react to 15.0.0
  • v0.9.1 Changes

    April 08, 2016

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix the bug of bar animation

    deps

    • โšก๏ธ update version of rechats-scale, and babel-eslint
  • v0.9.0 Changes

    April 07, 2016

    ๐Ÿ”จ refactor

    • โœ‚ Remove default event handler in Pie, and add activeIndex to let user control the active sector
    • โœ‚ Remove detectElementResize
    • โž• Add activeDot in Line and Area

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix the bug of updating line when the length of line is zero at first
    • ๐Ÿ›  Fix the base value of AreaChart which was set to be 0 before
  • v0.8.8 Changes

    March 25, 2016

    ๐Ÿ”จ refactor

    • ๐Ÿ‘Œ Support fixed value of width or height in ResponsiveContainer
  • v0.8.7 Changes

    March 21, 2016

    ๐Ÿ”จ refactor

    • ๐Ÿ›ฐ Don't overwrite payload in Legend when customized payload has been setted
  • v0.8.6 Changes

    March 09, 2016

    ๐Ÿ”จ refactor

    • ๐Ÿ”จ Use detectElementResize in react-virtualized to refactor ResponsiveContainer

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix ssr render bug of CartesianAxis
  • v0.8.5 Changes

    March 08, 2016

    feat

    • โž• Add support of function type customized element

    ๐Ÿ›  fix

    • ๐Ÿ›  fix the props labelLine in Pie
    • ๐Ÿ›  fix the bug of PureRender

    โœ… test

    • โž• Add more test cases
  • v0.8.4 Changes

    March 02, 2016

    ๐Ÿ”จ refactor

    • ๐Ÿ”จ Refactor the implementation type of renderPolygon in Radar
    • ๐Ÿ”จ Refactor code in Treemap
    • โœ‚ Remove invariant and add LogUtils

    feat

    • โž• Add animation of Area, Radar, RadialBar, Scatter
    • โž• Add label formatter to default tooltip
    • โž• Add props labelLine in Pie
    • โž• Add Cell of Pie to set different options for each sector
    • โž• Add Cell support in Bar, RadialBar

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix Pie chart Label position, When using custom label It was not rendering as part of the curve group.
    • ๐Ÿ›  Fix isAnimationActive props in Area
  • v0.8.3 Changes

    February 25, 2016

    ๐Ÿ”จ refactor

    • ๐Ÿ”จ refactor CartesianChart to a high order component, move some function to /util/CartesianUtils which can be used in ScatterChart.
    • ๐Ÿšš Simplify ComposedChart, remove duplicated code
    • ๐Ÿ‘‰ use filterEventAttributes to add events props
    • cancel selecting line and area in LineChart, AreaChart, ComposedChart
  • v0.8.2 Changes

    February 24, 2016

    ๐Ÿ›  fix

    • โช rollback last fix of Line animation from value