All Versions
169
Latest Version
Avg Release Cycle
30 days
Latest Release
108 days ago
Changelog History
Page 13
Changelog History
Page 13
-
v0.12.6 Changes
July 21, 2016feat
- ๐ 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, 2016feat
- โ 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, 2016feat
- โ 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, 2016feat
- โ 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
inArea
-
v0.11.0 Changes
June 17, 2016feat
- โ 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