All Versions
169
Latest Version
Avg Release Cycle
30 days
Latest Release
284 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v1.0.0-beta.3 Changes
November 23, 2017feat
- โ Add datakey to proops of customized dot
๐ fix
- โ Removed the use of
Children.only
from the isSingleChildEqual call. Appears to resolve the issue logged at https://github.com/recharts/recharts/issues/935 - ๐ Fix Line Animation with given Magic Number
- Don't break text contents on non-breaking spaces
- ๐ Support for "strokeDasharray" in
- ๐ Fix Bar Animation with the given Magic Number
- ๐ Fix position of
<Label />
- ๐ Fix exception of AreaChart when all the values are null
- ๐ Fix the orders of polar angle ticks in RadarChart
- Replace ** width Math.pow
-
v1.0.0-beta.2 Changes
November 17, 2017๐ fix
- ๐ fix attributes order of
<Label />
- ๐ fix the domain of Axis when specify
ticks
feat
- ๐ allow set x, y, width, height, horizontalPoints, verticalPoints of CartesianGrid
- โ add props to the parameters of callbacks
๐จ refactor
- โ add id prop to Pie Component
- โก๏ธ Update Bar and Line to allow them to recognise multiple ErrorBars
- ๐ fix attributes order of
-
v1.0.0-beta.10 Changes
January 31, 2018๐ fix
- ๐ fix Scatter Chart:lineType 'fitting' does not work
- ๐ Update to allow CSP compliance on setting styles
- โ Remove react-transition-group from peerDependencies
๐จ refactor
- Replace flatmap of reduce to _.flatmap in getDomainOfDataByKey
feat
- โ Add the gap of props for brush
-
v1.0.0-beta.1 Changes
November 06, 2017feat
- โ Add index to line props in Pie
- โก๏ธ Update ReferenceDot.js
chore
- โก๏ธ update react-resize-detector, react-smooth to support react16
-
v1.0.0-beta.0 Changes
October 24, 2017feat
- ๐ Allow ReferenceArea to cover available space
- ๐ Support React 16
๐ fix
- ๐ Fix bug of animation when toggle the value of
isAnimationActive
-
v1.0.0-alpha.6 Changes
October 10, 2017feat
- โ Add props
reverseStackOrder
to reverse the order of stacked items - ๐ Allow an arbirary domain for cartesian X and Y axes
- โ Added className prop for Label
๐ fix
- ๐ Fix confused parameter
startX
in<Brush />
- ๐ Fix ScatterChart when the type of XAxis is "category"
๐ docs
- ๐ Fix typo initilaState -> initialState
- โ Add props
-
v1.0.0-alpha.5 Changes
September 16, 2017๐ fix
- Don't check for animation when it is disabled
- ๐ fix bug of paddingAngle when isAnimationActive is true
feat
- โ add props filterNull to
Tooltip
, null values will not be filtered when filterNull = false
๐จ refactor
- ๐ Allowing length in different unit in ResponsiveContainer By allowing type: String on 'minHeight', 'minWidth', 'maxHeight' property, developers can use length in different units like em, pt etc.
- Render curve with fill first in Area
dep
- โ remove react-transition-group in peer dependencies
- โก๏ธ Updates resize-detector to 0.6, close #705, fix the problem with strange scrollbars appearing over the charts
-
v1.0.0-alpha.4 Changes
August 21, 2017๐ fix
- ๐ Fix error 'Cannot read property 'map' of undefined' in Pie
- ๐ Fix bug of parsing the width of Brush
Don't render any path when width === 0 || height === 0 in Rectangle
๐จ refactor
Avoid calculating ticks if tick is set to false
โก๏ธ Update the order of parsing data in mixed components
feat
- Render unit when the props unit of XAxis, YAxis is specified
- โ Add default nameKey to "name" property in Pie
- โ Add props className and id to ResponsiveContainer
dep
- โก๏ธ Update recharts-scale to fix bug of ticks
-
v1.0.0-alpha.3 Changes
August 12, 2017๐ fix
- ๐ fix bug of isChildrenEqual
- ๐ fix "hide" props of YAxis
-
v1.0.0-alpha.2 Changes
July 10, 2017feat
- โ Add props className to ReferenceLine, ReferenceDot, ReferenceArea
- Specify the contents of LabelList by
dataKey
๐ fix
- ๐ Fix faulty logic check in inRange function
- ๐ onTouchMove event call method that handle tooltip and active dot draw
- ๐ Show tooltip on drag movement on touch devices
- ๐ Fix viewBox of Label when render implicit label
- ๐ Fix label of Pie
- ๐ Fix events of Pie and PieChart
- ๐ Fix bug of interplateNumber
- ๐ Fix the bug of parsing "dataMin - 0.05" like domain