All Versions
169
Latest Version
Avg Release Cycle
30 days
Latest Release
833 days ago
Changelog History
Page 10
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
anddataEndIndex
of synchronized chart - ๐ Use lodash.uniqueId to produce the id of Pie
- ๐ Fix
-
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
whencoordinate
is null
feat
- โ add props
basevalue
inAreaChart
- โ 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 childnull
- Adjust
barGap
whenbandSize
is too small to display bars
feat
- โ Add props
payload
andvalue
, update propsindex
inactiveDot
ofLine
,Area
๐จ refactor
- ๐ Move polyfill of
Math.sign
to polyfill.js
- ๐ Fix bug of
-
v0.20.0 Changes
December 26, 2016feat
- ๐ Support
ErrorBar
inLine
,Area
,Bar
,Scatter
- ๐ Support touch event in
LineChart
,AreaChart
,BarChart
- โ Add props
throttleDelay
inLineChart
,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 ofText
- ๐จ Refactor children comparsion in
generateCategoricalChart
, and add updateId to force Brush update when children update - ๐จ Refactor
getMouseInfo
to remove some duplicated codes ingenerateCategoricalChart
- ๐จ Refactor Tooltip and Legend, remove react-dom-server
๐ fix
- ๐ Fix the
chartId
inhandleReceiveSyncEvent
ofgenerateCategoricalChart
- ๐ Support
-
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