v0.0.49
π Enhancements
- Allows additional customization Adds
tooltipProps
to the<WithTooltip />
which will be passed to itsTooltipComponent
(and adds example in demo) #79 - Exposes
@vx/responsive
's new observer-based<ParentSize />
HOC #79 - Exposes the following props on
<BoxplotSeries />
to enable more customization:containerProps
,boxProps
,outlierProps
,minProps
,maxProps
,medianProps
(airbnb/visx#198) #80 - Adds the ability to set mouse events on the boxplot container or on its component parts (whiskers, etc) #80
- Consolidates some of examples for [demo][boxplot] #80
π Bug fix
- bumps
@vx/tooltip
to 0.0.148 for bounds bug fix #79
Changes
- @data-ui/demo: 0.0.48 => 0.0.49 (private)
- @data-ui/event-flow: 0.0.48 => 0.0.49
- @data-ui/histogram: 0.0.48 => 0.0.49
- @data-ui/network: 0.0.48 => 0.0.49
- @data-ui/radial-chart: 0.0.48 => 0.0.49
- @data-ui/shared: 0.0.48 => 0.0.49
- @data-ui/sparkline: 0.0.48 => 0.0.49
- @data-ui/xy-chart: 0.0.48 => 0.0.49