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

Changelog History
Page 13

  • v0.12.6 Changes

    July 21, 2016

    feat

    • 👌 Support Tooltip of RadarChart

    🛠 fix

    • 🛠 Fix the initial value of state isAnimationFinished in Line and Area
    • 🛠 Fix the spelling error, pressentation => presentation (CartesianAxis)
    • 👉 Tweak text in RadarSpec
  • v0.12.5 Changes

    July 12, 2016

    feat

    • ➕ Add paddingAngle in Pie, fix #142

    deps

    • ⚡️ update version of react, fix #138, fix #103
  • v0.12.4 Changes

    July 08, 2016

    🛠 fix

    • 🛠 Fix the bug of calculation accuracy in IE(Sector)
    • ✂ Remove unneed props "formatter" in Area and Bar
    • 🛠 Fix props which can be supported by html tags and svg tags

    🔨 refactor

    • 👌 Support multiple activeIndex in Pie

    deps

    • ⚡️ Update d3-scale and d3-shape to the latest version
    • ⚡️ Update version of react-smooth and recharts-scale
    • Restrict the version of react to '~15.1.0'
  • v0.12.3 Changes

    June 30, 2016

    🛠 fix

    • 🛠 Fix the bug that no animation when data change, but points of Line are the same

    🔨 refactor

    • ✂ Remove xAxisMap and yAxisMap in ReferenceDot and ReferenceLine
  • v0.12.2 Changes

    June 29, 2016

    feat

    • ➕ Add margin props in Sankey to avoid outer-clip
    • ➕ Add shape props in ReferenceDot

    🛠 fix

    • 🛠 Fix the width and height of wrapper
  • v0.12.1 Changes

    June 24, 2016

    🛠 fix

    • 🛠 Fix the bug with a hack method that global css will affect the width and height of Legend, Tooltip
  • v0.12.0 Changes

    June 23, 2016

    feat

    • ➕ Add padding in XAxis and YAxis
    • 👌 Support minPointSize in Bar
    • 👌 Support "dataMin - 110" and "dataMax + 100" in the domain of numeric axis

    🔨 refactor

    • 🔨 Refactor Treemap, change ratio to aspectRatio

    🛠 fix

    • 🛠 Fix the bug of axisId in BarChart
    • 🛠 Fix the bug of tooltip's position in BarChart
    • 🛠 Fix PropTypes of type in Area
  • v0.11.0 Changes

    June 17, 2016

    feat

    • ➕ Add Sankey

    🛠 fix

    • 🛠 Fix the bug of Area when the data break off in some points
    • 🛠 Fix the bug of ticks when 0 in ticks

    🔨 refactor

    • 🔨 Refactor the payload of tooltip, and the props of activeDot in AreaChart
  • v0.10.10 Changes

    June 13, 2016

    🛠 fix

    • 🛠 Fix the position of labels in Bar
  • v0.10.9 Changes

    June 12, 2016

    🔨 refactor

    • 🔨 Use react-container-dimensions to refactor ResponsiveContainer, close #104, close #105