Releases: uber/react-vis
Releases · uber/react-vis
1.10.5
- Enable rotation of sankey labels (#905)
- Add curves to LineSeriesCanvas (#880)
- Reorder out-of-order canvas arguments (#904)
- Fix typo in color series (#912)
1.10.4
- Fix attaching refs to child components #874
1.10.3
- Prevents adding refs on stateless components
1.10.2
- Fix documentation links (#844)
- Align onParentEventType callbacks across XYPlot (#857)
- Add an example of using gradients in radial charts (#864)
- Stop Setting Refs On Stateless Components (#867)
1.10.1
- Adds additional tests to radar chart
- Remove
ref
attributes
1.10.0
- Allow setting
scale
and tickTotal
on axis tickFormat
#791
- Fix build error from hoek #819
- Center Sankey label #824
- Improve docs #820 #831 #829 #827 #832
- Duplicate style cleanup #841
- Update
ref="string"
to ref={fn}
#840
- Fix hint alignment in example site #741
- Fix RadarChart axes #842
1.9.3
-
docs website now uses storybook (#753, #756, #760, #763, #766, #773, #777)
-
a number of typos fixes either in docs or code (#764, #767, #772, #783, #784, #793, #794)
-
some library upgrades (#748, #799, #800)
-
Touch behaviors (#754 )
-
google analytics tracker on website (#761 )
-
Better PropType validation for data in AbstractSeries; Tests for using Accessors (#765 )
-
Add ability to manually set label text alignment for label-series (#768)
v1.9.1
- Fix breaking build from v1.9.0
v1.9.0
Expose className
prop in Crosshair component