All Versions
169
Latest Version
Avg Release Cycle
30 days
Latest Release
473 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