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

Changelog History
Page 4

  • v2.0.0-beta.5 Changes

    March 26, 2020

    ๐Ÿ›  fix

    • ๐Ÿ›  fix types of generateCategoricalChart
    • ๐Ÿ›  fix position of tooltip when the categorical axis has time scale
    • ๐Ÿ›  fix position of tooltip when direction is rtl
    • ๐Ÿ›  fix name of Scatter in tooltip
    • ๐Ÿ›  Fix outerArcAngle and innerArcAngle when cornerIsExternal == true
    • ๐Ÿ›  fix IE 11 supoort because of [email protected]

    feat

    • โž• add Global setting, include "isSsr"
    • ๐Ÿ‘Œ support tooltip trigger by click event
    • โž• add static method registerSymbol to Symbols
    • โž• add payload to formatter and labelFormatter in Tooltip
    • ๐Ÿ‘ allow domain of axis to change the order of categories
  • v2.0.0-beta.4 Changes

    March 17, 2020

    ๐Ÿ›  fix

    • ๐Ÿ›  fix error of when add child to , fix #2051
    • ๐Ÿ›  fix Stack AreaChart when some values is negative, fix #1667
    • ๐Ÿ›  fix stack AreaChart when some values is nill, fix #1601

    dep

    • โฌ†๏ธ Upgrade reduce-css-calc

    chore

    • โž• add types
  • v2.0.0-beta.3 Changes

    March 13, 2020

    ๐Ÿ›  fix

    • ๐Ÿ›  fix range of ReferenceArea of BarChart, fix #2045
    • ๐Ÿ›  fix className of axis line, fix ##2024
    • ๐Ÿ›  fix ComposedChart when has multiple , fix #2031
    • ๐Ÿ›  fix ComposedChart when specify scale of , fix #2010

    chore

    • โšก๏ธ update eslint and add .prettierrc
  • v2.0.0-beta.2 Changes

    March 10, 2020

    ๐Ÿ›  fix

    • Do word line calculation only when needed
    • ๐Ÿ›  Fixes arc angles when cornerIsExternal is used
    • Invert cartesian label position based on negative values
    • ๐Ÿ›  Fix usage of hooks in Tooltip, Label, Legend and Customized
    • ๐Ÿšš Move draging-end listener to the window for brush
    • ๐Ÿ›  Fix trigger after mouse leave
    • โž• Added the angle as key which need to be used in the Label align
    • โšก๏ธ Rewrite index.js to index.ts, update scripts in package.json

    feat

    • โž• Added index to tickFormatter
    • ๐Ÿ‘ Allow axis line customization through axisLine prop
  • v2.0.0-beta.1 Changes

    December 03, 2019

    ๐Ÿ›  fix

    • ๐Ÿ›  fix error parameters in appendOffsetOfLegend
    • ๐Ÿ›  fix style of
  • v2.0.0-beta.0 Changes

    December 03, 2019

    feat

    • ๐Ÿ‘ Only support react@16
    • ๐Ÿ‘‰ Use typescript to rewrite src/
  • v1.8.5 Changes

    October 22, 2019

    ๐Ÿ›  fix

    • โช revert PR#1916
    • ๐Ÿ›  fix Text update, fix #1914
  • v1.8.4 Changes

    October 22, 2019

    ๐Ÿ›  fix

    • โž• Adding Composed chart to rescaled charts, to fix #1887
  • v1.8.3 Changes

    October 17, 2019

    ๐Ÿ›  fix

    • ๐Ÿ›  fix: rollback to componentWillReceiveProps, fix crash in react@15
  • v1.8.2 Changes

    October 17, 2019

    ๐Ÿ›  fix

    • โšก๏ธ Used UNSAFE_componentWillReceiveProps to replace componentDidUpdate