Changelog
v0.0.192
See #484 for details.
build/
and dist/
, use lib/
and esm/
insteadbabel
not rollup
yarn
not npm
workspaces
so that we can push all config to the root instead of duplicating across every package as is the case now.jsx
required for React
files)Changes:
- @vx/annotation: 0.0.190 => 0.0.192
- @vx/axis: 0.0.191 => 0.0.192
- @vx/bounds: 0.0.189 => 0.0.192
- @vx/boxplot: 0.0.190 => 0.0.192
- @vx/brush: 0.0.189 => 0.0.192
- @vx/chord: 0.0.189 => 0.0.192
- @vx/clip-path: 0.0.189 => 0.0.192
- @vx/curve: 0.0.189 => 0.0.192
- @vx/demo: 0.0.191 => 0.0.192
- @vx/drag: 0.0.189 => 0.0.192
- @vx/event: 0.0.189 => 0.0.192
- @vx/geo: 0.0.190 => 0.0.192
- @vx/glyph: 0.0.190 => 0.0.192
- @vx/gradient: 0.0.189 => 0.0.192
- @vx/grid: 0.0.190 => 0.0.192
- @vx/group: 0.0.190 => 0.0.192
- @vx/heatmap: 0.0.190 => 0.0.192
- @vx/hierarchy: 0.0.190 => 0.0.192
- @vx/legend: 0.0.190 => 0.0.192
- @vx/marker: 0.0.190 => 0.0.192
- @vx/mock-data: 0.0.189 => 0.0.192
- @vx/network: 0.0.190 => 0.0.192
- @vx/pattern: 0.0.189 => 0.0.192
- @vx/point: 0.0.189 => 0.0.192
- @vx/responsive: 0.0.189 => 0.0.192
- @vx/scale: 0.0.190 => 0.0.192
- @vx/shape: 0.0.190 => 0.0.192
- @vx/stats: 0.0.190 => 0.0.192
- @vx/text: 0.0.191 => 0.0.192
- @vx/threshold: 0.0.190 => 0.0.192
- @vx/tooltip: 0.0.189 => 0.0.192
- @vx/voronoi: 0.0.190 => 0.0.192
- @vx/vx: 0.0.191 => 0.0.192
- @vx/zoom: 0.0.189 => 0.0.192
Changelog
v0.0.190
<Text />
when encountering a set of non-breaking space characters. #460^2.2.2
for scaleSymlog. #477bin.x0
. The x0 offset is accounted for in bin.x
. #475tickLabelProps()
prop default args for docs. #478Changes:
- @vx/annotation: 0.0.189 => 0.0.190
- @vx/axis: 0.0.189 => 0.0.190
- @vx/boxplot: 0.0.189 => 0.0.190
- @vx/demo: 0.0.189 => 0.0.190
- @vx/geo: 0.0.189 => 0.0.190
- @vx/glyph: 0.0.189 => 0.0.190
- @vx/grid: 0.0.189 => 0.0.190
- @vx/group: 0.0.189 => 0.0.190
- @vx/heatmap: 0.0.189 => 0.0.190
- @vx/hierarchy: 0.0.189 => 0.0.190
- @vx/legend: 0.0.189 => 0.0.190
- @vx/marker: 0.0.189 => 0.0.190
- @vx/network: 0.0.189 => 0.0.190
- @vx/scale: 0.0.189 => 0.0.190
- @vx/shape: 0.0.189 => 0.0.190
- @vx/stats: 0.0.189 => 0.0.190
- @vx/text: 0.0.189 => 0.0.190
- @vx/threshold: 0.0.189 => 0.0.190
- @vx/voronoi: 0.0.189 => 0.0.190
- @vx/vx: 0.0.189 => 0.0.190
Changelog
v0.0.189
<Arc />
and <Pie pieValue={} />
props now check for !== undefined
. Before 0
wouldn't set the prop to 0
because if (0)
is false
. This is only a breaking change if you were passing 0
before and happy with <Arc />
treating that as undefined
and using d3.arc() defaults. #464<MyComponent
- onWheel={zoom.handleWheel}
/>
<Zoom
+ passive={true}
>
{zoom => {
return (
<MyComponent
+ onWheel={zoom.handleWheel}
/>
);
}}
</Zoom>
innerRef
propType to include PropType.object. #446<Arc />
now respects 0
as an allowed prop value. #464<Pie />
pieValue
now respects 0
as an allowed prop value. #464babel.config.js
+ jest.config.js
. #439explorer
=> ie
. #446ucandroid
. #446<Arc />
tests. #464Arc.test
from CRLF
=> LF
. #464Changes:
- @vx/annotation: 0.0.184 => 0.0.189
- @vx/axis: 0.0.184 => 0.0.189
- @vx/bounds: 0.0.182 => 0.0.189
- @vx/boxplot: 0.0.183 => 0.0.189
- @vx/brush: 0.0.182 => 0.0.189
- @vx/chord: 0.0.183 => 0.0.189
- @vx/clip-path: 0.0.183 => 0.0.189
- @vx/curve: 0.0.182 => 0.0.189
- @vx/demo: 0.0.188 => 0.0.189
- @vx/drag: 0.0.183 => 0.0.189
- @vx/event: 0.0.182 => 0.0.189
- @vx/geo: 0.0.187 => 0.0.189
- @vx/glyph: 0.0.183 => 0.0.189
- @vx/gradient: 0.0.183 => 0.0.189
- @vx/grid: 0.0.184 => 0.0.189
- @vx/group: 0.0.183 => 0.0.189
- @vx/heatmap: 0.0.183 => 0.0.189
- @vx/hierarchy: 0.0.183 => 0.0.189
- @vx/legend: 0.0.183 => 0.0.189
- @vx/marker: 0.0.184 => 0.0.189
- @vx/mock-data: 0.0.185 => 0.0.189
- @vx/network: 0.0.183 => 0.0.189
- @vx/pattern: 0.0.183 => 0.0.189
- @vx/point: 0.0.182 => 0.0.189
- @vx/responsive: 0.0.188 => 0.0.189
- @vx/scale: 0.0.182 => 0.0.189
- @vx/shape: 0.0.184 => 0.0.189
- @vx/stats: 0.0.183 => 0.0.189
- @vx/text: 0.0.183 => 0.0.189
- @vx/threshold: 0.0.184 => 0.0.189
- @vx/tooltip: 0.0.184 => 0.0.189
- @vx/voronoi: 0.0.183 => 0.0.189
- @vx/vx: 0.0.188 => 0.0.189
- @vx/zoom: 0.0.185 => 0.0.189
Changelog
v0.0.184
albersUsa
projection in d3-geo to @vx/geo. #415equalEarth
projection in d3-geo to @vx/geo. #407defined
prop. Should use oneOfType
rather than oneOf
. #414children
prop. #408Changes:
- @vx/annotation: 0.0.183 => 0.0.184
- @vx/axis: 0.0.183 => 0.0.184
- @vx/demo: 0.0.183 => 0.0.184
- @vx/geo: 0.0.183 => 0.0.184
- @vx/grid: 0.0.183 => 0.0.184
- @vx/marker: 0.0.183 => 0.0.184
- @vx/responsive: 0.0.183 => 0.0.184
- @vx/shape: 0.0.183 => 0.0.184
- @vx/threshold: 0.0.183 => 0.0.184
- @vx/tooltip: 0.0.182 => 0.0.184
- @vx/vx: 0.0.183 => 0.0.184
Changelog
v0.0.183
innerRef
prop to <ScaleSVG />
. #393clipAboveTo
and clipBelowTo
prop types to number|func
. #401Changes:
- @vx/annotation: 0.0.182 => 0.0.183
- @vx/axis: 0.0.182 => 0.0.183
- @vx/boxplot: 0.0.182 => 0.0.183
- @vx/chord: 0.0.182 => 0.0.183
- @vx/clip-path: 0.0.182 => 0.0.183
- @vx/demo: 0.0.182 => 0.0.183
- @vx/drag: 0.0.182 => 0.0.183
- @vx/geo: 0.0.182 => 0.0.183
- @vx/glyph: 0.0.182 => 0.0.183
- @vx/gradient: 0.0.182 => 0.0.183
- @vx/grid: 0.0.182 => 0.0.183
- @vx/group: 0.0.182 => 0.0.183
- @vx/heatmap: 0.0.182 => 0.0.183
- @vx/hierarchy: 0.0.182 => 0.0.183
- @vx/legend: 0.0.182 => 0.0.183
- @vx/marker: 0.0.182 => 0.0.183
- @vx/network: 0.0.182 => 0.0.183
- @vx/pattern: 0.0.182 => 0.0.183
- @vx/responsive: 0.0.182 => 0.0.183
- @vx/shape: 0.0.182 => 0.0.183
- @vx/stats: 0.0.182 => 0.0.183
- @vx/text: 0.0.182 => 0.0.183
- @vx/threshold: 0.0.182 => 0.0.183
- @vx/voronoi: 0.0.182 => 0.0.183
- @vx/vx: 0.0.182 => 0.0.183
Changelog
v0.0.182
<BarStackHorizontal />
example code back. #387Changes:
- @vx/annotation: 0.0.181 => 0.0.182
- @vx/axis: 0.0.181 => 0.0.182
- @vx/bounds: 0.0.165 => 0.0.182
- @vx/boxplot: 0.0.181 => 0.0.182
- @vx/brush: 0.0.179 => 0.0.182
- @vx/chord: 0.0.166 => 0.0.182
- @vx/clip-path: 0.0.165 => 0.0.182
- @vx/curve: 0.0.165 => 0.0.182
- @vx/demo: 0.0.181 => 0.0.182
- @vx/drag: 0.0.179 => 0.0.182
- @vx/event: 0.0.179 => 0.0.182
- @vx/geo: 0.0.181 => 0.0.182
- @vx/glyph: 0.0.181 => 0.0.182
- @vx/gradient: 0.0.165 => 0.0.182
- @vx/grid: 0.0.181 => 0.0.182
- @vx/group: 0.0.170 => 0.0.182
- @vx/heatmap: 0.0.181 => 0.0.182
- @vx/hierarchy: 0.0.181 => 0.0.182
- @vx/legend: 0.0.181 => 0.0.182
- @vx/marker: 0.0.181 => 0.0.182
- @vx/mock-data: 0.0.179 => 0.0.182
- @vx/network: 0.0.179 => 0.0.182
- @vx/pattern: 0.0.179 => 0.0.182
- @vx/point: 0.0.165 => 0.0.182
- @vx/responsive: 0.0.179 => 0.0.182
- @vx/scale: 0.0.179 => 0.0.182
- @vx/shape: 0.0.181 => 0.0.182
- @vx/stats: 0.0.181 => 0.0.182
- @vx/text: 0.0.179 => 0.0.182
- @vx/threshold: 0.0.181 => 0.0.182
- @vx/tooltip: 0.0.179 => 0.0.182
- @vx/voronoi: 0.0.181 => 0.0.182
- @vx/vx: 0.0.181 => 0.0.182
- @vx/zoom: 0.0.165 => 0.0.182
Changelog
v0.0.181
For a summary and before + after of changes please see: https://github.com/hshoff/vx/pull/383
Changes:
- @vx/annotation: 0.0.179 => 0.0.181
- @vx/axis: 0.0.179 => 0.0.181
- @vx/boxplot: 0.0.170 => 0.0.181
- @vx/demo: 0.0.180 => 0.0.181
- @vx/geo: 0.0.179 => 0.0.181
- @vx/glyph: 0.0.179 => 0.0.181
- @vx/grid: 0.0.180 => 0.0.181
- @vx/heatmap: 0.0.179 => 0.0.181
- @vx/hierarchy: 0.0.179 => 0.0.181
- @vx/legend: 0.0.179 => 0.0.181
- @vx/marker: 0.0.179 => 0.0.181
- @vx/shape: 0.0.179 => 0.0.181
- @vx/stats: 0.0.179 => 0.0.181
- @vx/threshold: 0.0.179 => 0.0.181
- @vx/voronoi: 0.0.170 => 0.0.181
- @vx/vx: 0.0.180 => 0.0.181
Changelog
v0.0.179
propTypes
to all components. #371Changes:
- @vx/annotation: 0.0.178 => 0.0.179
- @vx/axis: 0.0.178 => 0.0.179
- @vx/brush: 0.0.165 => 0.0.179
- @vx/demo: 0.0.178 => 0.0.179
- @vx/drag: 0.0.165 => 0.0.179
- @vx/event: 0.0.165 => 0.0.179
- @vx/geo: 0.0.170 => 0.0.179
- @vx/glyph: 0.0.170 => 0.0.179
- @vx/grid: 0.0.178 => 0.0.179
- @vx/heatmap: 0.0.173 => 0.0.179
- @vx/hierarchy: 0.0.170 => 0.0.179
- @vx/legend: 0.0.178 => 0.0.179
- @vx/marker: 0.0.178 => 0.0.179
- @vx/mock-data: 0.0.165 => 0.0.179
- @vx/network: 0.0.172 => 0.0.179
- @vx/pattern: 0.0.165 => 0.0.179
- @vx/responsive: 0.0.177 => 0.0.179
- @vx/scale: 0.0.178 => 0.0.179
- @vx/shape: 0.0.178 => 0.0.179
- @vx/stats: 0.0.178 => 0.0.179
- @vx/text: 0.0.175 => 0.0.179
- @vx/threshold: 0.0.178 => 0.0.179
- @vx/tooltip: 0.0.165 => 0.0.179
- @vx/vx: 0.0.178 => 0.0.179
Changelog
v0.0.178
type
property. #367flex
prop for overriding flex
css property to <LegendLabel />
. #370<BarStack />
and <BarStackHorizontal />
. #368flex: 1
). #370Changes:
- @vx/annotation: 0.0.176 => 0.0.178
- @vx/axis: 0.0.176 => 0.0.178
- @vx/demo: 0.0.177 => 0.0.178
- @vx/grid: 0.0.176 => 0.0.178
- @vx/legend: 0.0.170 => 0.0.178
- @vx/marker: 0.0.176 => 0.0.178
- @vx/scale: 0.0.165 => 0.0.178
- @vx/shape: 0.0.176 => 0.0.178
- @vx/stats: 0.0.170 => 0.0.178
- @vx/threshold: 0.0.176 => 0.0.178
- @vx/vx: 0.0.177 => 0.0.178
Changelog
v0.0.176
<Polygon />
rest propsChanges:
- @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