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

Changelog History
Page 11

  • v0.19.0 Changes

    November 23, 2016

    ๐Ÿ”จ refactor

    • โœ‚ remove unneed Animate in Bar and Rectangle
    • ๐Ÿ”จ refactor interval of CartesianAxis, support "preserveStart", "preserveEnd", "preserveStartEnd"
    • โž• add payload in the Tooltip and Scatter of ScatterChart, and unify the payload of Components

    feat

    • ๐Ÿ‘ RadialBar support events triggered on the entire bar
    • ๐Ÿ‘Œ support customized lable in RadialBar
    • ๐Ÿ‘Œ support maxHeight in ResponsiveContianer

    ๐Ÿ›  fix

    • ๐Ÿ›  fix multiple y-axes breaks chart when plotting only single datum
    • ๐Ÿ˜Œ Relax propTypes.ticks in CartesianAxis
  • v0.18.0 Changes

    November 15, 2016

    feat

    • ๐Ÿ‘Œ support customized scale function of categorical charts
    • ๐Ÿ‘Œ support customized events in Legend

    ๐Ÿ”จ refactor

    • ๐Ÿ”จ refactor ResponsiveContainer with ReactResizeDetector
    • ๐Ÿ”„ change the default value of isAnimationActive
    • โœ‚ remove some unneed default attributes of Components

    ๐Ÿ›  fix

    • ๐Ÿ›  fix wrong written default props
    • ๐Ÿ›  fix twice triggered event in Bar
    • ๐Ÿ›  fix treemap stroke pollution cause by defaultProps
  • v0.17.0 Changes

    November 08, 2016

    ๐Ÿ›  fix

    • ๐Ÿ›  fix strokeDasharray of Line
    • โž• add payload in Legend payload item
    • ๐Ÿ›  fix position of vertical Legend
    • Recalculate points after width or height change

    ๐Ÿ”จ refactor

    • ๐Ÿ”จ refactor ticks filter algorithm of CartesianAxis
    • ๐Ÿ”„ change order of stacked BarChart and AreaChart
    • ๐Ÿ”จ refactor event handlers of PieChart, RadarChart, Brush, RadialBarChart
    • ๐Ÿ‘Œ support onMouseEnter, onMouseLeave, onMouseMove, onClick in categorical chart
  • v0.16.2 Changes

    November 04, 2016

    ๐Ÿ›  fix

    • ๐Ÿ›  fix dash line animation
    • ๐Ÿ›  fix the bug when the children of categorical chart change

    feat

    • ๐Ÿ‘Œ support shape in ReferenceLine

    ๐Ÿ”จ refactor

    • render Bar, Area, Line according to the order of Bar, Area, Line in ComposedChart
  • v0.16.1 Changes

    November 03, 2016

    ๐Ÿ›  fix

    • ๐Ÿ”จ refactor to treat NaN like undefined or null, fix #303
    • ๐Ÿ›  fix tranform origin of Bar, fix #292

    feat

    • ๐Ÿ‘Œ support customized position of Tooltip, fix #31

    ๐Ÿ“„ docs

    • ๐Ÿ›  fix LodashModuleReplacementPlugin
  • v0.16.0 Changes

    November 03, 2016

    ๐Ÿ”จ refactor

    • ๐ŸŽ Major Performance Change - Re-Use Expensive To Generate Data

    feat

    • ๐Ÿ‘Œ support both x-axis and y-axis are numerical axis, fix #183
    • โž• add animation events in Line, Area, Bar

    ๐Ÿ›  fix

    • ๐Ÿ›  fix angle of PolorRadiusAxis
  • v0.15.3 Changes

    October 28, 2016

    feat

    • โž• Add angle property to PRESENTATION_ATTRIBUTES (#307)

    Dev

    • โšก๏ธ chore: update istanbul plugin and add yarn.lock
  • v0.15.2 Changes

    October 13, 2016

    ๐Ÿ›  Fix

    • ๐Ÿ‘Œ support empty margin in generateCategoricalChart
    • ๐Ÿ›  fix the label of RadialBarChart
    • ๐Ÿ›  fix the bug of <Text>{0}</Text>
    • ๐Ÿ›  fix the bug of ScatterChart when margin lose some attributes

    Feat

    • ๐Ÿ‘Œ support maxBarSize in BarChart and Bar
    • ๐Ÿ‘Œ support fill in CartesianGrid

    ๐Ÿ”จ Refactor

    • simplify the calculation of width and height when specified aspect
  • v0.15.1 Changes

    September 26, 2016

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix label/tick vertical alignment of Text
  • v0.15.0 Changes

    September 23, 2016

    feat

    • ๐Ÿ†• New Component Text

    ๐Ÿ”จ refactor

    • ๐Ÿ›  Fix possible memory leak warning of events

    ๐Ÿ›  fix

    • minPointSize working when value is 0
    • โช Restored support for discrete values in Line and Area charts
    • ๐Ÿ‘ Allowed for strings to be used as axis id in the ScatterChart