Skip to content

Releases: FormidableLabs/victory

35.7.1

22 Jun 18:04
Compare
Choose a tag to compare

(2021-05-14)

  • #1853 - Fixes a bug related to event prop types. Thanks @tvsmk!

35.7.0

22 Jun 18:04
Compare
Choose a tag to compare

(2021-05-12)

  • #1835 - This PR makes VictoryAxis responsible for calculating its own default xOffset, yOffset, orientation, and crossAxis values rather than relying on VictoryChart to determine these values. This change corrects several bugs related to how axes update on charts that use VictoryZoomContainer. We don't anticipate breaking changes with this update, but axis positioning will update differently (more correctly) when zooming. Thanks @jhumbug!

35.6.4

22 Jun 18:03
Compare
Choose a tag to compare

(2021-05-12)

  • #1850 - Update VictoryTheme type definition to allow adding an optional style prop to VictoryGroup via theme. Thanks @hknowlton!

35.6.3

22 Jun 18:03
Compare
Choose a tag to compare

(2021-05-10)

  • #1844 - Export missing VictoryAccessibleGroup from the main victory package
  • Security updates

35.6.2

22 Jun 18:02
Compare
Choose a tag to compare

(2021-05-07)

  • #1840 - Improve cursor coordinate type definitions.
  • #1837 - Fix a regression introduced in v35.6.0 impacting inverted domain charts. Thanks @jhumbug!

35.6.1

22 Jun 18:02
Compare
Choose a tag to compare

(2021-05-05)

  • #1832 - Add support for custom baselines for VictoryStack. Thanks @jhumbug!
  • #1833 - Add missing scale prop type for container type definitions.

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