All Versions
135
Latest Version
Avg Release Cycle
18 days
Latest Release
11 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.0.0-beta.9
January 09, 2018🛠 fix
- 🛠 Fix
verticalFill
andhorizontalFill
in<CartesianGrid />
when points are unordered
- 🛠 Fix
-
v1.0.0-beta.8
January 09, 2018feat
- ➕ Add props
useTranslate3d
to control whether use translate3d or translate in - ➕ Add props
verticalFill
andhorizontalFill
in<CartesianGrid />
to show grid background - ➕ Add
visibleTicksCount
in props of customized tick of<CartesianAxis />
🛠 fix
- Replace lodash _.get with simple Array.prototype.find
- Prevent texts from being selected when dragging the brush
- ➕ Add try...catch... when getTotalLength is called by a svg path to fix IE bug
- ➕ Add props
-
v1.0.0-beta.7
December 21, 2017feat
- ➕ Add props
allowDuplicatedCategory
to XAxis, YAxis, PolarAngleAxis, PolarRadiusAxis, to remove duplicated category when type="category" - ➕ Add props id in
<Area />
,<Bar />
,<Line />
,<Scatter />
,<Label />
,<LabelList />
for SSR - 👌 Support specify domain of category type axis when allowDuplicatedCategory is false, add cooresponding "xAis", "yAxis", "zAxis" to the props or customized shape of Scatter
🛠 fix
- ⚡️ Fx sanketartAngle and endAngle of RadarChart diagram not re-rendering when updating data prop
- 🛠 Fix animation of AreaChart when baseLine is NaN / undefined
- 🛠 Fix default startAngle and endAngle of RadarChart
- 👯 Use cloneElement to create Legend
- ➕ Add props
-
v1.0.0-beta.6
December 02, 2017feat
- ➕ Add props
background
to support background rectange in<Bar />
- ➕ add props
tickMargin
which set the space between text and tick line
🛠 fix
- ⚡️ update PRESENTATION_ATTRIBUTES to allow set the radius of each
<Rectangle />
of BarChart - render Legend when all values of Pie is 0
- 🛠 fix animation of intial
<Bar />
- ➕ Add props
-
v1.0.0-beta.5
November 24, 2017🛠 fix
- 🛠 fix
isChildrenEqual
when chart has a single child in an array - 👌 support LabelList in ScatterChart
- 🛠 fix
-
v1.0.0-beta.4
November 24, 2017🛠 fix
- 🛠 fix Label when content is a function and return simple string
- ➕ add name to propTypes of Scatter
- 🛠 fix ** error of lib/
-
v1.0.0-beta.3
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
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
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
November 06, 2017feat
- ➕ Add index to line props in Pie
- ⚡️ Update ReferenceDot.js
chore
- ⚡️ update react-resize-detector, react-smooth to support react16