Skip to content

Releases: airbnb/visx

v0.0.176

19 Sep 00:58
Compare
Choose a tag to compare

πŸ› 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

19 Sep 00:08
Compare
Choose a tag to compare

πŸ’₯ Breaking Changes

  • [responsive] Rewrite withParentSize using ResizeObserver. withParentSize() changed windowResizeDebounceTime prop to debounceTime 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

  • [demo] update /boxplot example code. #354
  • [demo] add /polygons example. #355

🏠 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

27 Aug 18:37
Compare
Choose a tag to compare

πŸš€ Enhancements

  • [threshold] add id prop for unique clip-path ids. #342

πŸ“ Documentation

  • [demo] update heatmap example code to match new api. #340

πŸ† Contributors

Changes:
 - @vx/demo: 0.0.173 => 0.0.174
 - @vx/threshold: 0.0.171 => 0.0.174

v0.0.173

25 Aug 23:06
Compare
Choose a tag to compare

πŸ’₯ 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

16 Aug 14:25
Compare
Choose a tag to compare

πŸ› 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

07 Aug 16:15
Compare
Choose a tag to compare

πŸ› 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

17 Jul 19:12
Compare
Choose a tag to compare

πŸš€ 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 be vx-group, not cx-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

26 Jun 17:50
Compare
Choose a tag to compare

πŸ› Bug Fix

  • [grid] include build/ dir in package. #315

πŸ† Contributors

Changes:
 - @vx/demo: 0.0.168 => 0.0.169
 - @vx/grid: 0.0.168 => 0.0.169
 - @vx/vx: 0.0.168 => 0.0.169

v0.0.168

22 Jun 04:52
Compare
Choose a tag to compare

πŸš€ 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

v0.0.167

19 Jun 22:08
Compare
Choose a tag to compare

πŸ› Bug Fix

  • [legend] spread style prop on rect legend shape. #313

πŸ† Contributors

Changes:
 - @vx/demo: 0.0.166 => 0.0.167
 - @vx/legend: 0.0.165 => 0.0.167
 - @vx/vx: 0.0.166 => 0.0.167