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

Changelog History
Page 3

  • v2.0.6 Changes

    February 08, 2021

    ๐Ÿ›  fix

    • ๐Ÿ›  fix types error in npm pkg, fix #2398
  • v2.0.5 Changes

    February 08, 2021

    feat

    • ๐Ÿ”€ defer when syncing to other charts

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix Customized component types
    • ๐Ÿ›  fix child event not dispatched, fix #2414
  • v2.0.4 Changes

    January 27, 2021

    feat

    • โž• add maxLines prop to Text component

    ๐Ÿ›  fix

    • โž• Add payload to Payload interface
    • ๐Ÿ“ฑ prevent rerender errors in ResponsiveContainer
    • โž• Add PieLabel, PieLabelRenderProps types

    deps

    • โฌ†๏ธ Upgrade react-resize-detector(4.x => 5.x) types to match the library
  • v2.0.3 Changes

    January 13, 2021

    ๐Ÿ”จ refactor

    • ๐Ÿ‘‰ use getDerivedStateFromProps to replace UNSAFE_componentWillReceiveProps, support react@17, #2385
  • v2.0.2 Changes

    January 12, 2021

    ๐Ÿ›  fix

    • ๐Ÿ›  fix lint error
  • v2.0.1 Changes

    January 12, 2021

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix typo, createLabeldScales -> createLabeledScales
    • Prefer Number.isFinite if available
    • ๐Ÿ›  fix types error
    • ๐Ÿ›  fix(package.json): disable side effects explicitly

    feat

    • โž• Add aria-hidden to measurementSpan
  • v2.0.0 Changes

    December 29, 2020

    ๐Ÿ›  fix

    • ๐Ÿ›  fix minAngle for 0 in PieChart, fix ##2237
    • ๐Ÿ›  fix type error of , fix #2335
    • ๐Ÿ›  fix type error of cursor in , fix #2178
    • ๐Ÿ›  fix Props of XAxis, fix #2128
    • export Props of components, fix #2319, #2156, #2203
    • ๐Ÿ›  Fix typo, getRectangePath -> getRectanglePath in Rectangle
    • ๐Ÿ‘ allow Duplicated Category for bar charts not using correct entries for custom tool tips
    • ๐Ÿ›  fixing typescript array coalesce
    • ๐Ÿ›  fix types error of sankey, fix #2280
    • ๐Ÿ›  Fixed SVG path for pie charts when corner radius is set to a value other than zero (#2331)

    feat

    • โž• add props reversed to <Funnel />
    • โž• add breakAll props to <Text /> to allow break all for chinese
    • ๐Ÿ›  fix width of labelList in Funnel; fix #2056, #1866
    • ๐Ÿ‘Œ support range RadarChart and add props connectNulls to , fix #1890
    • โž• add ability to pass in custom legend icon.

    deps

    • โฌ†๏ธ upgrade react-resize-detector to 5.2.0 and fix ts error, fix #2300
    • โšก๏ธ update react-smooth to 1.0.6 to fix bug after upgrading d3
    • โฌ†๏ธ upgrade d3 packages
  • v2.0.0-beta.8 Changes

    November 16, 2020

    ๐Ÿ›  fix

    • Add color change for inactive legend label
    • ๐Ÿ›  fix stackOffset="sign" in #2292, and add props stackOffset="positive" to fix #1667

    ๐Ÿ”จ refactor

    • โšก๏ธ update filterSvgElements and renderByOrder
    • ๐Ÿšš Replace core-js polyfill and remove babel-polyfill
  • v2.0.0-beta.7 Changes

    September 08, 2020

    ๐Ÿ›  fix

    • ๐Ÿ›  Fix flickering tooltip by keeping the isTooltipActive flag from the previous state
    • ๐Ÿ›  fix(AreaDot Type): add option to use a function that returns a react element
    • ๐Ÿ›  Fix typescript error in polar radar
    • ๐Ÿ›  Fix typos in Label.renderCallByParent
    • โž• Add type definition for label prop on XAxis, YAxis and ZAxis

    feat

    • Pass tickFormatter as a prop to customized tick component
    • ๐Ÿ‘ Allow array value for last data element in Funnel to set bottom width instead of forcing 0
    • ๐Ÿ›ฐ Add payloadIndex to cursor props
  • v2.0.0-beta.6 Changes

    May 12, 2020

    ๐Ÿ›  fix

    • ๐Ÿ›  fix error of Brush when data is empty, but chart width or height or Brush update, fix #2093
    • ๐Ÿ›  fix build error , fix #2120
    • ๐Ÿ›  fix attrs of , reverts previous change: now positionAttrs is again after attrs
    • Get legend wrapper boundingRect to correctly compute legend offset, fix #2062

    feat

    • ๐Ÿ‘Œ support customized traveller of Brush, fix #1600