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

Changelog History
Page 12

  • v8.0.0 Changes

    May 13, 2016
    • improves consistency for labelComponent and dataComponent props. Replaces a custom SliceLabel component with VictoryLabel to make the api more consistent and predictable. This is a breaking change for custom label components, as VictoryLabel expects a different set of props than the previous SliceLabel component. See VictoryLabel for more detail.

    • Custom components are now supported for all rendered axis elements (axis, axisLabel, grid, ticks, tickLabels)

    • All data and label components now have access to scale so that they can create correctly scaled elements from data i.e. error bars.

      • ๐Ÿ’… Functional styles and props are now all evaluated before they are passed as props to labelComponent or dataComponent, so that custom components will have access to the final values.
      • events are bound and partially applied prior to being passed as props to labelComponent or dataComponent
      • ๐Ÿ’… it is now possible to specify angle and verticalAnchor props forVictoryLabel via the style object
      • event return values are stored differently on state to facilitate interaction between data and labels. This is a breaking change for events as event handlers must now return an object with with data and/or labels keys so that these values may be applied appropriately to data and label elements respectively.
  • v7.0.0 Changes

    April 15, 2016
    • ๐Ÿ‘ VictoryBar and VictoryArea no longer support multiple datasets.
    • VictoryStack and VictoryGroup define stacked and grouped layouts for their children
    • ๐Ÿ‘ Custom data components supported on for VictoryBar, VictoryLine, VictoryScatter, VictoryArea via the dataComponent prop
    • 0๏ธโƒฃ Enter and exit transitions animate. Enter and exit transition defaults defined VictoryBar, VictoryArea, VictoryScatter, and VictoryLine. Custom transitions may be defined via the onExit and onEnter properties of the animation prop
    • ๐Ÿ“ฑ Top level svgs are all responsive by default (using svg viewBox). To render a fixed size component, set the standalone prop to false and render the component inside an svg tag
  • v6.0.0 Changes

    March 14, 2016
    • โž• Add VictoryArea component
    • โž• Add event handling via an events prop
    • โšก๏ธ Update to lodash 4
    • โšก๏ธ Update d3-shape to the latest version (minor breaking changes on interpolation types)
    • โšก๏ธ Updates via builder-victory-component to support Babel 6
    • Provide label text via a text prop rather than children
  • v5.0.2 Changes

    March 04, 2016
    • โž• Add validation of length for dataAttributes prop
    • โœ‚ Remove source-maps from git
    • ๐Ÿ“š Various documentation fixes
  • v5.0.1 Changes

    March 01, 2016
    • Provide datum to victory-line custom label
    • โฌ†๏ธ Upgrade to [email protected]
  • v5.0.0 Changes

    February 26, 2016
    • VictoryBar, VictoryLine, VictoryScatter, and VictoryAxis are now all part of the VictoryChart repo.
    • VictoryChart depends on VictoryCore instead of VictoryUtil, VictoryLabel, and VictoryAnimation individually.
    • VictoryChart no longer depends on Radium
    • ๐ŸŽ Significant rendering performance improvements
  • v4.0.0 Changes

    January 30, 2016
  • v3.0.0 Changes

    January 26, 2016
  • v2.2.0 Changes

    • Extracted shared code into victory-util
    • โœ… Increased unit test coverage to ~75%
  • v2.1.3 Changes

    December 30, 2015
    • โšก๏ธ update archetype