Skip to content

Releases: uber/react-vis

1.10.5

20 Aug 16:54
Compare
Choose a tag to compare
  • 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

18 Jul 18:04
Compare
Choose a tag to compare
  • Fix attaching refs to child components #874

1.10.3

11 Jul 20:41
Compare
Choose a tag to compare
  • Prevents adding refs on stateless components

1.10.2

11 Jul 10:28
Compare
Choose a tag to compare
  • 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

02 Jul 19:59
Compare
Choose a tag to compare
  • Adds additional tests to radar chart
  • Remove ref attributes

1.10.0

28 Jun 17:13
Compare
Choose a tag to compare
  • 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.4

28 May 14:50
Compare
Choose a tag to compare

Fixes #816

1.9.3

04 May 20:21
eca0cc2
Compare
Choose a tag to compare
  • 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

02 Mar 17:52
Compare
Choose a tag to compare
  • Fix breaking build from v1.9.0

v1.9.0

02 Mar 00:22
Compare
Choose a tag to compare

Expose className prop in Crosshair component