Changelog
0.5.0 (2016-03-15)
Changelog
0.4.1 (2016-03-01)
npm start
and npm test
scripts for easier contribution dev workflowChangelog
0.4.0 (2016-01-31)
Breaking Changes:
y
prop must now be expressed as functions of
data rather than functions of x. i.e. y={(data) => Math.sin(data.x)}
<VictoryChart/>
with no additional props will now only render a set of
axes with no dataChangelog
0.3.0 (2016-01-26)
radium
and lodash
now live in components, not in the Builder archetype. This is a breaking change. https://github.com/FormidableLabs/victory/issues/176Changelog
0.2.0 (2016-01-15)