All Versions
122
Latest Version
Avg Release Cycle
8 days
Latest Release
2462 days ago
Changelog History
Page 10
Changelog History
Page 10
-
v12.0.0 Changes
September 09, 2016- โ Adds support for
VictoryTooltip
- โ Adds
VictoryVoronoi
component - โ Adds
VictoryVoronoiTooltip
- ๐ Moves all primitive rendered components to
victory-core
where they are exported for external use - โจ Enhances
VictoryGroup
so that it can accept adata
prop which it will pass to all children. This also allows groups of components to be stacked as one - Adds support for
defaultEvents
in any primitive component (i.e.dataComponent
,labelComponent
) - โ Adds
onLoad
animations - โ Adds a
sortKey
prop toVictoryLine
to allow sorting by fields other than "x" - โ Adds a
fixLabelOverlap
boolean prop toVictoryAxis
. When enables, this feature renders a smaller subset of ticks when the full set of ticks would cause overlapping labels. This feature is currently limited to evenly spaced labels. - ๐ Fixes a bug related to
bubbleProperty
inVictoryScatter
- ๐ Allows string data in
VictoryCandlestick
andVictoryErrorBar
- ๐ Performance optimizations
- โ Adds support for
-
v11.0.1 Changes
August 21, 2016- ๐จ Refactors ClipPath component to make it easier to write a native version.
-
v11.0.0 Changes
August 18, 2016๐ This release includes breaking changes for Themes
- โก๏ธ Updates the VictoryTheme API to more closely match the props object
- 0๏ธโฃ Uses
VictoryTheme.grayscale
for default styling - ๐ Fixes a bug related to bar width
- ๐ Improves performance by simplifying scale type checking for VictoryBar and VictoryArea
- ๐ Fixes default transitions for VictoryBar and VictoryArea
- โ Adds documentation for VictoryTheme
-
v10.3.0 Changes
August 11, 2016- Improved animation for continuous data components (i.e. VictoryLine, VictoryArea) using clipPath
- ๐ Support for arrays of
childName
in events - โ Adds
displayName
to all component for ease of debugging / testing
-
v10.2.6 Changes
August 04, 2016- ๐ Fix bug in automatic domainPadding
- ๐ Fix bug in generated data
- ๐ Fix bug in domainPadding for stacked charts
- ๐ Fix colorScale in wrapped components
-
v10.2.5 Changes
August 02, 2016- ๐ Fix animation bug in VictoryCandlestick
- ๐ Fix label bug in VictoryCandlestick
- ๐ Fix style bug in VictoryCandlestick
- ๐ Fix axis orientation for negative charts
- ๐ Clean up documentation
-
v10.2.4 Changes
August 01, 2016- ๐ Fix label style bug
-
v10.2.3 Changes
August 01, 2016- ๐ Fix minor errorbar bug
-
v10.2.2 Changes
July 29, 2016- ๐ Fix tick style bug
-
v10.2.1 Changes
July 29, 2016- โก๏ธ Update
victory-core
- โ Removes
reduce-calc-css
- โก๏ธ Update