v30.0.0
Victory is becoming a monorepo!
This will not be a breaking change for the majority of users, especially those importing all components from the main victory
npm package
Breaking Changes
- The
Axis
/Grid
primitive component has been renamedLineSegment
- Victory no longer supports git installs
victory-chart
andvictory-core
packages export different sets of packages than they used to. See the complete list below
New Package Organization
victory
exports everything exported from the packages below[email protected]
exportsVictoryAxis
[email protected]
exportsVictoryArea
andArea
[email protected]
exportsVictoryBar
andBar
[email protected]
exportsVictoryBoxPlot
[email protected]
exportsVictoryBrushContainer
,BrushHelpers
andbrushContainerMixin
[email protected]
exportsVictoryBrushLine
[email protected]
exportsVictoryCandlestick
andCandle
[email protected]
exportsVictoryChart
[email protected]
still exports several packages that are used by several Victory components:VictoryAnimation
VictoryClipContainer
VictoryContainer
VictoryLabel
VictoryPortal
andPortal
VictoryTheme
VictoryTransition
- Several primitive components:
Arc
,Border
/Box
,Circle
,ClipPath
,LineSegment
(formerlyAxis
/Grid
),Line
,Path
,Point
,Rect
,Text
,TSpan
,Whisker
- Several utilities:
addEvents
,Axis
,Collection
,CommonProps
,Data
,DefaultTransitions
,Domain
,Events
,Helpers
,Immutable
,LabelHelpers
,Log
,PropTypes
,Scale
,Selection
,Style
,TextSize
,Timer
,Transitions
,Wrapper
[email protected]
exportscreateContainer
,combineContainerMixins
andmakeCreateContainerFunction
[email protected]
exportsVictoryCursorContainer
,CursorHelpers
andcursorContainerMixin
[email protected]
exportsVictoryErrorBar
andErrorBar
[email protected]
exportsVictoryGroup
[email protected]
exportsVictoryLegend
[email protected]
exportsVictoryLine
andCurve
[email protected]
exportsVictoryPie
andSlice
[email protected]
exportsVictoryScatter
[email protected]
exportsVictorySelectionContainer
,SelectionHelpers
andselectionContainerMixin
[email protected]
exportsVictorySharedEvents
[email protected]
exportsVictoryStack
[email protected]
exportsVictoryTooltip
andFlyout
[email protected]
exportsVictoryVoronoi
andVoronoi
[email protected]
exportsVictoryVoronoiContainer
,VoronoiHelpers
andvoronoiContainerMixin
[email protected]
exportsVictoryZoomContainer
,RawZoomHelpers
,ZoomHelpers
andzoomContainerMixin