Skip to content

v0.0.175

Compare
Choose a tag to compare
@hshoff hshoff released this 19 Sep 00:08
· 2111 commits to master since this release

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