recharts v2.0.0-beta.8 Release Notes
Release Date: 2020-11-16 // 4 months ago-
๐ fix
- Add color change for inactive legend label
- ๐ fix stackOffset="sign" in #2292, and add props stackOffset="positive" to fix #1667
โป๏ธ refactor
- โก๏ธ update
filterSvgElements
andrenderByOrder
- ๐ Replace core-js polyfill and remove babel-polyfill
Previous changes from v2.0.0-beta.7
-
๐ 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