-292 Fixes a bug with polar line and area chart rendering
-289 Add VictoryBoxPlot
-277 Fixes a naming bug in VictoryZoomContainer
-258 Support disable
prop on container components
-250 Refactors all primitive components and updates to [email protected]
dependencies. See CHANGELOG.
Note: VictoryBrushLine
is not implemented in victory-native
-232 Import from victory-/es instead of victory-/src
- 221 Fixes a bug with circular clipPaths
- 215 Fixes a bug with press events and VictoryPortal
- 214 Fixes bugs in
VictoryZoomContainer
andVictoryContainer
- 203 Transform parsing for
[email protected]
. requires[email protected]
VictoryCore
- [316] (FormidableLabs/victory-core#316)
- adds
cornerRadius
prop forBar
- adds
barRatio
prop forBar
- removes rounding from calculated paths
- fixes a domain bug for negative bars and areas
- adds
VictoryChart
- Updates
react-*
andvictory-*
dependencies to latest versions - Adds a temporary fix for text rotations. More robust fix pending resolution of react-native-svg#242
157 Supports changes related to VictoryLegend More details
119 Transform slices rather than entire VictoryPie group
116 remove peerDependencies; use ~ deps 113 Improve VictoryArea
111 Adds VictoryLegend
104 Supports polar charts for victory-native
Breaking Change
- Temporarily disables all rotation transformations on text elements due to an underlying issue in
react-native-svg
- Peg
react
to exact alpha version,16.0.0-alpha.12
.
- Fixes animations on VictoryLine and VictoryArea. Requires upgrades to
react
,react-native
,react-native-svg
.
- VictoryCursorContainer, dep upgrades, remove VictoryZoom + VictoryVoronoiTooltip
- Allows animations on Android (fixed in
react-native-svg
)
- Fixes synthetic event reuse error in VictoryZoomContainer
- Adds VictoryVoronoiContainer, VictorySelectionContainer, VictoryZoomContainer, VictoryBrushContainer
- Fixes VictoryLine and VictoryArea animations
- Upgrades Victory dependencies
- Fixes demos and hot reloading
- Removes OS-specific font
- Removes victory-chart-native, victory-pie-native, victory-core-native
- Depends directly on victory-chart and victory-pie (victory-core was already a dep)
- Upgrades to
react-native@~0.42.0
andreact-native-svg@^5.1.5
- Fixes broken demos
- Changes how transitions and animations operate for continuous data
- Adds support for className in primitive components
- Moves react and react-native to peerDependencies
- Adds support for VictoryZoom
- Adds support for VictoryPortal
- Exports primitive components directly from Victory
- Adds support for VictoryTooltip
- Adds support for VictoryVoronoi
- Adds support for VictoryVoronoiTooltip
- Portal pattern for tooltips is not supported in this release
- Moves
react-native-svg
topeerDependencies
- Adds support for
clipPath
- Updates all dependencies
- Fix demos
- Initial Release