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

Changelog History
Page 10

  • v0.20.8 Changes

    February 15, 2017

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix bug when onBBoxUpdate of Legend is null
  • v0.20.7 Changes

    February 15, 2017

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix stack chart when only have one stacked element
    • ๐Ÿ›  Fix the offset when the boundary box update
    • ๐Ÿ›  Fix position of XAxis in ScatterChart when the orientation is right
    • ๐Ÿ‘‰ Use DataUtils.uniqueId to replace lodash.uniqueId

    feat

    • โž• Add props mirror in XAxis and YAxis, support mirror ticks
    • โž• Add props iconType to the props of Legend which can specify the icon type of legend
  • v0.20.6 Changes

    February 08, 2017

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix dataStartIndex and dataEndIndex of synchronized chart
    • ๐Ÿ‘‰ Use lodash.uniqueId to produce the id of Pie
  • v0.20.5 Changes

    January 17, 2017

    ๐Ÿ›  fix

    • ๐Ÿ›  fix "Maximum call stack size exceeded error" caused by Tooltip update
  • v0.20.4 Changes

    January 17, 2017

    ๐Ÿ›  fix

    • ๐Ÿ’… Animate of Tooltip may crash browser sometimes, use style transition to do the animation of tooltip
  • v0.20.3 Changes

    January 17, 2017

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix Tooltip in ScatterChart
    • ๐Ÿ›  Fix radius of Rectangle when height < 0

    feat

    • โž• Add clip path in Area, Bar and Scatter
    • โž• Add onMouseDown and onMouseUp hooks in generateCategoricalChart

    chore

    • ๐Ÿ— Disable babel transform es2015 modules to commonjs for es6 build
    • ๐Ÿ’… Use cross-env to support windows builds, likewise downgrade linebreak-style to warning
    • ๐Ÿš€ Update release.sh
  • v0.20.2 Changes

    January 05, 2017

    ๐Ÿ›  fix

    • โœ‚ remove opacity in ErrorBar
    • ๐Ÿ›  fix Tooltip when coordinate is null

    feat

    • โž• add props basevalue in AreaChart
    • โž• add clipPath when xAxis or yAxis of Line allow data overflow
    • ๐Ÿ‘ allow dataKey to be a map function
    • ๐Ÿ‘Œ support Tooltip in Sankey and Tooltip
    • ๐Ÿ‘ Allow Brush to set default startIndex and endIndex
  • v0.20.1 Changes

    December 27, 2016

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix bug of isChildrenEqual when component has child null
    • Adjust barGap when bandSize is too small to display bars

    feat

    • โž• Add props payload and value, update props index in activeDot of Line, Area

    ๐Ÿ”จ refactor

    • ๐Ÿšš Move polyfill of Math.sign to polyfill.js
  • v0.20.0 Changes

    December 26, 2016

    feat

    • ๐Ÿ‘Œ Support ErrorBar in Line, Area, Bar, Scatter
    • ๐Ÿ‘Œ Support touch event in LineChart, AreaChart, BarChart
    • โž• Add props throttleDelay in LineChart, AreaChart, BarChart for performance
    • ๐Ÿ‘Œ Support cornerRadius in Sector, RadialBar and Pie
    • ๐Ÿ‘Œ Support events in CartesianAxis, PolarAngleAxis, PolarRadiusAxis
    • ๐Ÿ‘Œ Support touch events in Brush

    ๐Ÿ”จ refactor

    • ๐Ÿ‘‰ Use getStringSize to calculate the width of Text
    • ๐Ÿ”จ Refactor children comparsion in generateCategoricalChart, and add updateId to force Brush update when children update
    • ๐Ÿ”จ Refactor getMouseInfo to remove some duplicated codes in generateCategoricalChart
    • ๐Ÿ”จ Refactor Tooltip and Legend, remove react-dom-server

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix the chartId in handleReceiveSyncEvent of generateCategoricalChart
  • v0.19.1 Changes

    December 15, 2016

    ๐Ÿ›  fix

    • Adding missing event propTypes
    • ๐Ÿ‘Œ support x, y of Text are number or text
    • ๐Ÿ›  fix proptypes of Scatter to allow that the props data can be a array of array
    • ๐Ÿ›  fix server side render check isSsr
    • โœ‚ remove duplicated "square" in legendType
    • ๐Ÿ›  fix getStringSize when server side rendering check fails
    • ๐Ÿ›  fix animation error when update Line which has props stroke-dasharray
    • ๐Ÿ›  fix bug of BarChart when add stackId in only one Bar and update test cases