victory v0.6.0 Release Notes

Release Date: 2016-04-15 // about 8 years ago
  • ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿ‘ VictoryBar and VictoryArea no longer support multiple datasets.
    • VictoryStack and VictoryGroup define stacked and grouped layouts for their children
    • ๐Ÿ‘ Custom data components supported on for VictoryBar, VictoryLine, VictoryScatter, VictoryArea, and VictoryPie via the dataComponent prop
    • 0๏ธโƒฃ Enter and exit transitions animate. Enter and exit transition defaults defined VictoryBar, VictoryArea, VictoryScatter, VictoryLine and VictoryPie. Custom transitions may be defined via the onExit and onEnter properties of the animation prop
    • ๐Ÿ“ฑ Top level svgs are all responsive by default (using svg viewBox). To render a fixed size component, set the standalone prop to false and render the component inside an svg tag