Releases: airbnb/visx
Releases Β· airbnb/visx
v0.0.177
v0.0.176
π Bug Fix
- [shape] fix for
<Polygon />
rest props
π Contributors
Changes:
- @vx/annotation: 0.0.175 => 0.0.176
- @vx/axis: 0.0.175 => 0.0.176
- @vx/demo: 0.0.175 => 0.0.176
- @vx/grid: 0.0.175 => 0.0.176
- @vx/marker: 0.0.175 => 0.0.176
- @vx/shape: 0.0.175 => 0.0.176
- @vx/threshold: 0.0.175 => 0.0.176
- @vx/vx: 0.0.175 => 0.0.176
v0.0.175
π₯ Breaking Changes
- [responsive] Rewrite withParentSize using ResizeObserver.
withParentSize()
changedwindowResizeDebounceTime
prop todebounceTime
to match<ParentSize />
. #348
π Bug Fix
- [axis] fix
labelTransform
function in @vx/axis to correctly align the axis label when different values for the scale's range are specified, in particular when it does not start (or end) with a 0. #349 - [text] change measurement svg
display: none
=>position: absolute
and position the svg offscreen. #358
π Enhancements
- [shape] add
<Polygon />
component. #355
π Documentation
π Internal
- [dev] add linting. #346
π Contributors
Changes:
- @vx/annotation: 0.0.171 => 0.0.175
- @vx/axis: 0.0.173 => 0.0.175
- @vx/demo: 0.0.174 => 0.0.175
- @vx/grid: 0.0.171 => 0.0.175
- @vx/marker: 0.0.171 => 0.0.175
- @vx/responsive: 0.0.172 => 0.0.175
- @vx/shape: 0.0.171 => 0.0.175
- @vx/text: 0.0.173 => 0.0.175
- @vx/threshold: 0.0.174 => 0.0.175
- @vx/vx: 0.0.173 => 0.0.175
v0.0.174
v0.0.173
π₯ Breaking Changes
- [heatmap] simplify
heatmap
API. #332
π Enhancements
- [text] add innerRef prop. #339
π Documentation
- [docs] add code coverage demo to readme. #337
π Contributors
Changes:
- @vx/axis: 0.0.171 => 0.0.173
- @vx/demo: 0.0.172 => 0.0.173
- @vx/heatmap: 0.0.170 => 0.0.173
- @vx/text: 0.0.165 => 0.0.173
- @vx/vx: 0.0.172 => 0.0.173
v0.0.172
π Bug Fix
- [responsive] Avoid
ResizeObserver
loop limit exceeded. The issues surfaces on Chrome version >=64. #335
π Documentation
- [network] remove unrelated docs from readme. #330
π Contributors
Changes:
- @vx/demo: 0.0.171 => 0.0.172
- @vx/network: 0.0.170 => 0.0.172
- @vx/responsive: 0.0.165 => 0.0.172
- @vx/vx: 0.0.171 => 0.0.172
v0.0.171
π Bug Fix
- [shape]
<Pie />
allow null sort callbacks.<Pie pieSort={null} pieSortValues={null} />
isn't ignored. #327
π Contributors
Changes:
- @vx/annotation: 0.0.170 => 0.0.171
- @vx/axis: 0.0.170 => 0.0.171
- @vx/demo: 0.0.170 => 0.0.171
- @vx/grid: 0.0.170 => 0.0.171
- @vx/marker: 0.0.170 => 0.0.171
- @vx/shape: 0.0.170 => 0.0.171
- @vx/threshold: 0.0.170 => 0.0.171
- @vx/vx: 0.0.170 => 0.0.171
v0.0.170
π Enhancements
- [shape] add
<BarGroupHorizontal />
component. #320 - [shape] add optional
y0
prop to<AreaClosed />
for custom area fills. #319
π Bug Fix
- [group] fix
<Group />
classname. should bevx-group
, notcx-group
. #316
π Documentation
- [docs] run readme docs sync. #325
- [stats] update
@vx/stats
readme name to stats. #324 - [shape] add docs for
<BarGroup />
and<BarGroupHorizontal />
. #320
π Contributors
Changes:
- @vx/annotation: 0.0.168 => 0.0.170
- @vx/axis: 0.0.168 => 0.0.170
- @vx/boxplot: 0.0.165 => 0.0.170
- @vx/demo: 0.0.169 => 0.0.170
- @vx/geo: 0.0.166 => 0.0.170
- @vx/glyph: 0.0.165 => 0.0.170
- @vx/grid: 0.0.169 => 0.0.170
- @vx/group: 0.0.165 => 0.0.170
- @vx/heatmap: 0.0.166 => 0.0.170
- @vx/hierarchy: 0.0.165 => 0.0.170
- @vx/legend: 0.0.167 => 0.0.170
- @vx/marker: 0.0.168 => 0.0.170
- @vx/network: 0.0.165 => 0.0.170
- @vx/shape: 0.0.168 => 0.0.170
- @vx/stats: 0.0.165 => 0.0.170
- @vx/threshold: 0.0.168 => 0.0.170
- @vx/voronoi: 0.0.165 => 0.0.170
- @vx/vx: 0.0.169 => 0.0.170
v0.0.169
v0.0.168
π Enhancements
- [shape] add optional render function as child of
<Pie />
to allow more fine grained control of rendering. #311
π Contributors
Changes:
- @vx/annotation: 0.0.166 => 0.0.168
- @vx/axis: 0.0.166 => 0.0.168
- @vx/demo: 0.0.167 => 0.0.168
- @vx/grid: 0.0.166 => 0.0.168
- @vx/marker: 0.0.166 => 0.0.168
- @vx/shape: 0.0.166 => 0.0.168
- @vx/threshold: 0.0.166 => 0.0.168
- @vx/vx: 0.0.167 => 0.0.168