Changelog History
Page 14
-
v31.0.2 Changes
December 12, 2018- ๐
1200 Export
defaultStyles
fromVictoryLabel
. Thanks @rudasoftware!
- ๐
1200 Export
-
v31.0.1 Changes
November 17, 2018 -
v31.0.0 Changes
November 10, 2018- ๐ #1177 Adds support for controlling
radius
,innerRadius
,cornerRadius
,padAngle
,sliceStartAngle
andsliceEndAngle
for each individual slice of a pie:
Details: The
Slice
primitive used byVictoryPie
now takesradius
,cornerRadius
,innerRadius
,padAngle
,sliceStartAngle
andsliceEndAngle
props. Each of these props may be given as number or a function ofdatum
andactive
.padAngle
,radius
,cornerRadius
andinnerRadius
will be passed down from props onVictoryBar
, butsliceStartAngle
andsliceEndAngle
must be defined directly on theSlice
instance, These values should be given in degrees. To make these values easier to use as functional props,startAngle
,endAngle
, andpadAngle
(in degrees) are added to eachdatum
passed intoSlice
. (If your data already has these properties they will not be overridden)๐ฅ Breaking Changes The
Slice
primitive will still take apathFunction
prop, but this prop will no longer be provided byVictoryPie
. This will not be a breaking change for most users. This will only affect users who were wrapping theSlice
component and making use of thepathFunction
prop provided byVictoryPie
Users who were providing their ownpathFunction
prop toSlice
should not be effected. - ๐ #1177 Adds support for controlling
-
v30.6.1 Changes
November 09, 2018 -
v30.6.0 Changes
October 26, 2018- ๐ #1152 Bugfix:
barWidth
functions were not being correctly evaluated - #1158
cornerRadius
improvements forVictoryBar
- Artifacts caused by
cornerRadius
values larger than the height of the bar have been corrected cornerRadius
now supportstopLeft
,topRight
,bottomLeft
andbottomRight
values in addition to existing values. This is not a breaking change. These values may be used alongside existing values fortop
andbottom
, but more specific values will override less specific values.
- Artifacts caused by
- ๐ #1152 Bugfix:
-
v30.5.1 Changes
October 18, 2018- #1149 Adds
onTouchEnd
helper forVictoryCursorContainer
- #1149 Adds
-
v30.5.0 Changes
October 03, 2018- #1135 - Allow closed paths for cartesian and polar
VictoryLine
- 0๏ธโฃ #1130 - Adds a
labelPosition
prop toVictoryPie
with optionsstartAngle
,endAngle
andcentroid
(default). Thanks @sikolio! - #1126 - Ensures that
onBrushDomainChangeEnd
is called for dragging and panning actions. Thanks @jeloagnasin!
- #1135 - Allow closed paths for cartesian and polar
-
v30.4.1 Changes
September 26, 2018 -
v30.4.0 Changes
September 24, 2018- #1121 - Adds a separate
onBrushDomainChangeEnd
event handler forVictoryBrushContainer
that is only called on mouse up events. Thanks @jeloagnasin!
- #1121 - Adds a separate
-
v30.3.1 Changes
August 30, 2018- ๐ #1104 - Bugfix: correct sorting and stacking horizontal bars with categorical data