Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Major Features
VictoryBrushLine
for multi-brush supportBreaking Changes
Candle
expects a new set of props fromVictoryCandlestick
Line
component has been renamed toAxis
/Grid
victory-native
.VictoryCore
-336 Fixes key names for
ErrorBar
-325 Adds a
getDimension
static method forVictoryLegend
-326 Adds a fallback prop for
VictoryLegend
titleOrientation
-327 Use
pointerEvents: "painted"
for grid styles-328 Adds
inline
prop forVictoryLabel
-329 Bugfix
add-events
-330 Adds
wickStyleWidth
prop forCandle
This is a breaking change as it changes the expected props for
Candle
-331 Bugfix portal rendering
-333 Whitelist style attributes
-335 Update primitives
This is a breaking change for
victory-native
and anyone extending primitive components.*This is a breaking change for for the
Line
component. RenamedAxis
/Grid
VictoryChart
-551 Bux fixes and improvements for VictoryStack
-553 Allow renderInPortal to be false for tooltips in
VictoryVoronoiContainer
-554 Add support for
wickStrokeWidth
inVictoryCandlestick
This is a breaking change as the expected props for
Candle
are changed-556 Fixes undefined context variable
-558 Allow
func
PropType forcolor
onVictoryGroup
-559 Implement
VictoryBrushLine
and use updated primitive components**This is a breaking change for anyone using the
Line
primitive. It has been renamed toAxis
/Grid
.This may be a breaking change for anyone who was extending Victory primitives
VictoryPie
-166 Update Victory primitives