All Versions
166
Latest Version
Avg Release Cycle
24 days
Latest Release
45 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.0.3 Changes
January 13, 2021๐จ refactor
- ๐ use
getDerivedStateFromProps
to replaceUNSAFE_componentWillReceiveProps
, support [email protected], #2385
- ๐ use
-
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
andrenderByOrder
- ๐ 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 afterattrs
- Get legend wrapper boundingRect to correctly compute legend offset, fix #2062
feat
- ๐ support customized traveller of Brush, fix #1600
-
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