All Versions
169
Latest Version
Avg Release Cycle
30 days
Latest Release
832 days ago
Changelog History
Page 3
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, 2021feat
- ๐ defer when syncing to other charts
๐ fix
- ๐ Fix Customized component types
- ๐ fix child event not dispatched, fix #2414
-
v2.0.4 Changes
January 27, 2021feat
- โ add maxLines prop to Text component
๐ fix
- โ Add
payload
toPayload
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 replaceUNSAFE_componentWillReceiveProps
, support react@17, #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