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

Changelog History
Page 8

  • v1.0.0-beta.3 Changes

    November 23, 2017

    feat

    • โž• 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
  • 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, 2017

    feat

    • โž• 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, 2017

    feat

    • ๐Ÿ‘ 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, 2017

    feat

    • โž• 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
  • 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, 2017

    feat

    • โž• 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