All Versions
122
Latest Version
Avg Release Cycle
8 days
Latest Release
2462 days ago

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 a data 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 to VictoryLine to allow sorting by fields other than "x"
    • โž• Adds a fixLabelOverlap boolean prop to VictoryAxis. 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 in VictoryScatter
    • ๐Ÿ‘ Allows string data in VictoryCandlestick and VictoryErrorBar
    • ๐ŸŽ Performance optimizations
  • 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