v1.1.0
π Enhancements
- [scale] bump
@types/d3-scale
to^3.1.0
#856 closes #855 - [shape] set
Line
shapeRendering tocrispEdges
if rectilinear #840 - [network] apply fill & radius to DefaultNode #859
- [tooltip] add
applyPositionStyle
prop so users don't have to set absolute positioning whenunstyled=true
#857 - [responsive] add
initialWidth
andinitialHeight
towithParentSize
#836 closes #554 - [responsive] add
ignoreDimensions
prop to optimize re-renders #834 closes #247 - [xychart (unpublished)] add BarSeries #808
- [xychart (unpublished)] add BarGroup #870 #871
- [xychart (unpublished)] add BarStack #865 #866
- [xychart (unpublished)] add EventEmitterContext, TooltipContext #825
- [xychart (unpublished)] add Tooltip #852
π Bug Fix
- [tooltip] fix
TooltipWithBounds
overlowing its parent on small screens #837 closes #466 - [tooltip] fix
TooltipWithBounds
positioning whenunstyled=true
#828 - [stats] don't throw when first and third quartile are equal #841 closes #427
- [stats] update min/max to handle no outliers case #853 closes #851
- [text] render 0 as number #814 fixes #813
- [shape] render LinkHorizontalStep horizontally not vertically #847 closes #820
- [axis] fix
tickLabelProps
whenhideZero=true
#818 fixes #815 - [demo/areas] handle non-zero margins #877
π Internal
- [responsive] refactor
ParentSize
to function component #834 - [text] improve test coverage #833
- [pattern] remove code duplication #838