v1.2.0
:rocket: Enhancements
- [brush] expose updateBrush method via innerRef #934, closes #577
- [annotation] add new Annotation components (Annotation, EditableAnnotation, Label, CircleSubject, LineSubject) #907
- [drag] add useDrag hook #902
- [drag] allow x,y,dx,dy overrides in useDrag + Drag #906, closes #905
- [annotation] add canEditSubject, canEditLabel to EditableAnnotation #919
- [xychart (unpublished)] make DataProvider optional #913
- [xychart (unpublished)] expose curve types in BaseAreaSeries, BaseLineSeries #899
- [xychart (unpublished)] handle rendering + tweening missing values #898
- [xychart (unpublished)] add (Animated)GlyphSeries #885
- [xychart (unpublished)] add AreaSeries + AnimatedAreaSeries #878
- [xychart (unpublished)] add AnimatedLineSeries #874
- [xychart (unpublished)] add Animated(BarSeries, BarStack, BarGroup) #873
:bug: Bug Fix
- [shape] conditionally render Arc without data #937
:memo: Documentation
- [demo/annotation] add annotation demo #909
- [demo] visx rebrand, move to github pages #890, fixes #850 #861
- [in the wild] add tokenizedbtc #931
:house: Internal
- [deps] next@9.5.4 #915, #916
- [ci] remove .travis.yml #891
- [xychart (unpublished)] add Annotation tests #912
- [xychart (unpublished)] add missing data tests #900
:trophy: Contributors
Changes:
- @visx/annotation: 1.1.0 => 1.2.0
- @visx/axis: 1.1.0 => 1.2.0
- @visx/brush: 1.1.0 => 1.2.0
- @visx/demo: 1.1.0 => 1.2.0
- @visx/drag: 1.0.0 => 1.2.0
- @visx/grid: 1.1.0 => 1.2.0
- @visx/marker: 1.1.0 => 1.2.0
- @visx/react-spring: 1.1.0 => 1.2.0
- @visx/shape: 1.1.0 => 1.2.0
- @visx/threshold: 1.1.0 => 1.2.0
- @visx/visx: 1.1.0 => 1.2.0
- @visx/xychart: 1.1.0 => 1.2.0 (private)