Skip to content

Releases: airbnb/visx

v0.0.148

29 Nov 03:24
Compare
Choose a tag to compare

πŸ› Bug Fix

  • [stats] [boxplot] fix container props calculation #203
  • [tooltip] fix tootlip with bounds offset #204
Changes:
 - @vx/demo: 0.0.147 => 0.0.148
 - @vx/stats: 0.0.147 => 0.0.148
 - @vx/tooltip: 0.0.147 => 0.0.148
 - @vx/vx: 0.0.147 => 0.0.148

v0.0.147

13 Nov 21:03
Compare
Choose a tag to compare

πŸ’₯ Breaking Changes

  • [shape] deep links to @vx/shape/shapes/Link{Horizontal, Vertical, Radial}.js => @vx/shape/shapes/link/diagonal/Link{Horizontal, Vertical, Radial}.js. #194

πŸš€ Enhancements

  • [tooltip] add offset props to <TooltipWithBounds />. #193
  • [shape] Add support for step, curve, and line links. #194
  • [responsive] add <ParentSize /> component. #198
  • [stats] added vx-stats for statistic related glyphs (boxplot and violinplot). #197 note: @vx/boxplot is deprecated in favor of @vx/stats in a future release @vx/boxplot will be removed

🏠 Internal

  • [demo] update gallery tiles to use <ParentSize />. #198
  • [demo] add /responsive gallery tile + page. #198
Changes:
 - @vx/annotation: 0.0.146 => 0.0.147
 - @vx/axis: 0.0.146 => 0.0.147
 - @vx/bounds: 0.0.143 => 0.0.147
 - @vx/demo: 0.0.146 => 0.0.147
 - @vx/grid: 0.0.146 => 0.0.147
 - @vx/marker: 0.0.146 => 0.0.147
 - @vx/mock-data: 0.0.144 => 0.0.147
 - @vx/responsive: 0.0.143 => 0.0.147
 - @vx/shape: 0.0.146 => 0.0.147
 - @vx/stats: 0.0.143 => 0.0.147
 - @vx/tooltip: 0.0.143 => 0.0.147
 - @vx/vx: 0.0.146 => 0.0.147

v0.0.146

02 Nov 04:18
Compare
Choose a tag to compare

πŸš€ Enhancements

  • [shape] add <BarStackHorizontal /> #185

πŸ“ Documentation

  • [demo] add <BarStackHorizontal /> #185
  • [demo] tile updates #186

🏠 Internal

  • [shape] remove build/index.js #186
Changes:
 - @vx/annotation: 0.0.145 => 0.0.146
 - @vx/axis: 0.0.145 => 0.0.146
 - @vx/demo: 0.0.145 => 0.0.146
 - @vx/grid: 0.0.145 => 0.0.146
 - @vx/marker: 0.0.145 => 0.0.146
 - @vx/shape: 0.0.145 => 0.0.146
 - @vx/vx: 0.0.145 => 0.0.146

v0.0.145

01 Nov 03:22
Compare
Choose a tag to compare

πŸš€ Enhancements

  • [shape] add <Area /> and tests #183
  • [demo] add Radar chart #180
  • [axis] add additional tests #161

πŸ› Bug Fix

  • [axis] less restrictive tickValue propTypes #184
Changes:
 - @vx/annotation: 0.0.144 => 0.0.145
 - @vx/axis: 0.0.144 => 0.0.145
 - @vx/demo: 0.0.144 => 0.0.145
 - @vx/grid: 0.0.144 => 0.0.145
 - @vx/marker: 0.0.144 => 0.0.145
 - @vx/shape: 0.0.144 => 0.0.145
 - @vx/vx: 0.0.144 => 0.0.145

v0.0.144

25 Oct 22:39
Compare
Choose a tag to compare

πŸ’₯ Breaking Changes

  • [shape] <Arc /> renamed <Pie />, new <Arc /> not dependent on d3-shape pie generator. #179

πŸš€ Enhancements

  • [demo] add <Pack /> and <Treemap /> demo tiles + pages. #179
  • [mock] add exoplanets, planets, and shakespeare mocks. #179

πŸ› Bug Fix

  • [hierarchy] rename <Partition /> classnames from vx-pack => vx-partition. #179
  • [hierarchy] export partition, treemap, and pack from index. #179
Changes:
 - @vx/annotation: 0.0.143 => 0.0.144
 - @vx/axis: 0.0.143 => 0.0.144
 - @vx/demo: 0.0.143 => 0.0.144
 - @vx/grid: 0.0.143 => 0.0.144
 - @vx/hierarchy: 0.0.143 => 0.0.144
 - @vx/marker: 0.0.143 => 0.0.144
 - @vx/mock-data: 0.0.143 => 0.0.144
 - @vx/shape: 0.0.143 => 0.0.144
 - @vx/vx: 0.0.143 => 0.0.144

v0.0.143

24 Oct 19:07
Compare
Choose a tag to compare

πŸ’₯ Breaking Changes

  • [hierarchy] <Tree /> & <Cluster /> now only pass data as an argument to the child render function #173

πŸš€ Enhancement

  • [hierarchy] add <Pack />, <Partition />, & <Treemap /> #173

🏠 Internal

  • [deps][tests] use react 16 dev dep, enzyme 3, jest 21. fix tests. #178
Changes:
 - @vx/annotation: 0.0.142 => 0.0.143
 - @vx/axis: 0.0.142 => 0.0.143
 - @vx/bounds: 0.0.141 => 0.0.143
 - @vx/boxplot: 0.0.140 => 0.0.143
 - @vx/brush: 0.0.140 => 0.0.143
 - @vx/clip-path: 0.0.140 => 0.0.143
 - @vx/curve: 0.0.140 => 0.0.143
 - @vx/demo: 0.0.142 => 0.0.143
 - @vx/drag: 0.0.140 => 0.0.143
 - @vx/event: 0.0.141 => 0.0.143
 - @vx/geo: 0.0.140 => 0.0.143
 - @vx/glyph: 0.0.140 => 0.0.143
 - @vx/gradient: 0.0.140 => 0.0.143
 - @vx/grid: 0.0.142 => 0.0.143
 - @vx/group: 0.0.140 => 0.0.143
 - @vx/heatmap: 0.0.140 => 0.0.143
 - @vx/hierarchy: 0.0.141 => 0.0.143
 - @vx/legend: 0.0.141 => 0.0.143
 - @vx/marker: 0.0.142 => 0.0.143
 - @vx/mock-data: 0.0.136 => 0.0.143
 - @vx/network: 0.0.140 => 0.0.143
 - @vx/pattern: 0.0.140 => 0.0.143
 - @vx/point: 0.0.136 => 0.0.143
 - @vx/responsive: 0.0.140 => 0.0.143
 - @vx/scale: 0.0.140 => 0.0.143
 - @vx/shape: 0.0.142 => 0.0.143
 - @vx/text: 0.0.140 => 0.0.143
 - @vx/tooltip: 0.0.141 => 0.0.143
 - @vx/voronoi: 0.0.140 => 0.0.143
 - @vx/vx: 0.0.142 => 0.0.143
 - @vx/zoom: 0.0.140 => 0.0.143

v0.0.142

07 Oct 06:32
Compare
Choose a tag to compare

πŸš€ Enhancement

  • [shape] add innerRef prop to shapes #168

πŸ“ Documentation

  • [demo] fix typo on /, fix areas tile details #169
Changes:
 - @vx/annotation: 0.0.141 => 0.0.142
 - @vx/axis: 0.0.141 => 0.0.142
 - @vx/demo: 0.0.141 => 0.0.142
 - @vx/grid: 0.0.141 => 0.0.142
 - @vx/marker: 0.0.141 => 0.0.142
 - @vx/shape: 0.0.141 => 0.0.142
 - @vx/vx: 0.0.141 => 0.0.142

v0.0.141

06 Oct 22:36
Compare
Choose a tag to compare

πŸš€ Enhancement

  • [hierarchy] add render prop to <Tree /> + <Cluster /> #163
  • [axis] render prop for axis, full control over rendering #165
  • [event] add touch event support to localPoint(), find owner svg for single arity call #167

πŸ› Bug Fix

  • [shape] fix typo in stack order enum #164
  • [legend] fix legend threshold #166
Changes:
 - @vx/annotation: 0.0.140 => 0.0.141
 - @vx/axis: 0.0.140 => 0.0.141
 - @vx/bounds: 0.0.140 => 0.0.141
 - @vx/demo: 0.0.140 => 0.0.141
 - @vx/event: 0.0.140 => 0.0.141
 - @vx/grid: 0.0.140 => 0.0.141
 - @vx/hierarchy: 0.0.140 => 0.0.141
 - @vx/legend: 0.0.140 => 0.0.141
 - @vx/marker: 0.0.140 => 0.0.141
 - @vx/shape: 0.0.140 => 0.0.141
 - @vx/tooltip: 0.0.140 => 0.0.141
 - @vx/vx: 0.0.140 => 0.0.141

v0.0.140

26 Sep 21:26
Compare
Choose a tag to compare

🏠 Internal

  • [deps] add react 16 as peer dep, use react-test-renderer #155
Changes:
 - @vx/annotation: 0.0.139 => 0.0.140
 - @vx/axis: 0.0.139 => 0.0.140
 - @vx/bounds: 0.0.137 => 0.0.140
 - @vx/boxplot: 0.0.136 => 0.0.140
 - @vx/brush: 0.0.136 => 0.0.140
 - @vx/clip-path: 0.0.136 => 0.0.140
 - @vx/curve: 0.0.136 => 0.0.140
 - @vx/demo: 0.0.139 => 0.0.140
 - @vx/drag: 0.0.136 => 0.0.140
 - @vx/event: 0.0.136 => 0.0.140
 - @vx/geo: 0.0.136 => 0.0.140
 - @vx/glyph: 0.0.136 => 0.0.140
 - @vx/gradient: 0.0.136 => 0.0.140
 - @vx/grid: 0.0.139 => 0.0.140
 - @vx/group: 0.0.136 => 0.0.140
 - @vx/heatmap: 0.0.136 => 0.0.140
 - @vx/hierarchy: 0.0.139 => 0.0.140
 - @vx/legend: 0.0.139 => 0.0.140
 - @vx/marker: 0.0.139 => 0.0.140
 - @vx/network: 0.0.136 => 0.0.140
 - @vx/pattern: 0.0.136 => 0.0.140
 - @vx/responsive: 0.0.136 => 0.0.140
 - @vx/scale: 0.0.136 => 0.0.140
 - @vx/shape: 0.0.139 => 0.0.140
 - @vx/text: 0.0.136 => 0.0.140
 - @vx/tooltip: 0.0.137 => 0.0.140
 - @vx/voronoi: 0.0.136 => 0.0.140
 - @vx/vx: 0.0.139 => 0.0.140
 - @vx/zoom: 0.0.136 => 0.0.140

v0.0.139

26 Sep 21:26
Compare
Choose a tag to compare

πŸš€ Enhancement

  • [shape] add <Stack /> for streamgraphs and other fun + exciting things #153

πŸ› Bug Fix

  • [legend] fix legend style prop #151
  • [hierarchy] fix name collisions #147

πŸ“ Documentation

  • [hierarchy] update links and descriptions in readme #148
Changes:
 - @vx/annotation: 0.0.136 => 0.0.139
 - @vx/axis: 0.0.138 => 0.0.139
 - @vx/demo: 0.0.138 => 0.0.139
 - @vx/grid: 0.0.136 => 0.0.139
 - @vx/hierarchy: 0.0.138 => 0.0.139
 - @vx/legend: 0.0.136 => 0.0.139
 - @vx/marker: 0.0.136 => 0.0.139
 - @vx/shape: 0.0.136 => 0.0.139
 - @vx/vx: 0.0.138 => 0.0.139