Skip to content

Releases: FormidableLabs/victory

35.6.0

22 Jun 18:01
Compare
Choose a tag to compare

(2021-05-04)

  • #1827 - Points fully outside of a chart domain are now given null values to prevent them from being rendered. Exceptions are made for continuous chart types like VictoryArea and VictoryLine. This PR also includes a fix for animations so that animating data always reaches its final state before a new animation begins. Thanks @jhumbug!

35.5.1

22 Jun 18:01
Compare
Choose a tag to compare

(2021-04-12)

  • #1819 - Improve built dist output

35.5.0

22 Jun 18:00
Compare
Choose a tag to compare

(2021-04-07)

  • #1815 - Fix a bug affecting VictoryBrushContainer with allowResize set to false, and use defaultBrushArea="move" by default when allowResize is set to false.

35.4.13

22 Jun 18:00
Compare
Choose a tag to compare

(2021-04-02)

  • #1812 - Update VictoryTooltip types to allow users to set single dimensions for the center prop

35.4.12

22 Jun 17:59
Compare
Choose a tag to compare

(2021-03-19)

  • #1807 - Add missing handleWidth type to VictoryBrushContainer interface. Thanks @aknaut!

35.4.11

22 Jun 17:59
Compare
Choose a tag to compare

(2021-03-04)

35.4.10

22 Jun 17:58
Compare
Choose a tag to compare

(2021-03-01)

35.4.9

22 Jun 17:58
Compare
Choose a tag to compare

(2021-02-12)

35.4.8

22 Jun 17:57
Compare
Choose a tag to compare

(2021-02-01)

-#1784 - - Add more font widths for the textsize util. Thanks @eatyourpeas!

35.4.7

22 Jun 17:57
Compare
Choose a tag to compare

(2021-01-26)

  • #1780 - Remove unused type prop from primitive components used by VictoryAxis and VictoryPolarAxis
  • #1782 - Fix type definition for the getPath prop used by the Point primitive. Thanks @ASmartLynx!