Releases: FormidableLabs/victory
Releases · FormidableLabs/victory
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!
35.4.6
(2021-01-05)
-#1767 - Adds support for rx
and ry
props on the Background
primitive component. Thanks @NgoKnows!