Releases: FormidableLabs/victory
Releases · FormidableLabs/victory
35.6.0
(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
(2021-04-12)
- #1819 - Improve built
dist
output
35.5.0
(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
(2021-04-02)
- #1812 - Update
VictoryTooltip
types to allow users to set single dimensions for the center
prop
35.4.12
(2021-03-19)
- #1807 - Add missing
handleWidth
type to VictoryBrushContainer
interface. Thanks @aknaut!
35.4.8
(2021-02-01)
-#1784 - - Add more font widths for the textsize util. Thanks @eatyourpeas!
35.4.7
(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!