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

Changelog History
Page 3

  • v25.0.1 Changes

    February 05, 2018

    -560 Add sideEffects: false ๐Ÿ›  -561 Bugfix for createContainer

  • v25.0.0 Changes

    February 04, 2018

    Major Features

    • ๐Ÿ‘ VictoryBrushLine for multi-brush support

    ๐Ÿ’ฅ Breaking Changes

    • Candle expects a new set of props from VictoryCandlestick
    • The Line component has been renamed to Axis / Grid
    • Internal methods for all Victory primitive components have changed. This will be a breaking change for users who are extending primitive components, including victory-native.

    ๐Ÿ›  -551 Bux fixes and improvements for VictoryStack -553 Allow renderInPortal to be false for tooltips in VictoryVoronoiContainer ๐Ÿ‘ -554 Add support for wickStrokeWidth in VictoryCandlestick This is a breaking change as the expected props for Candle are changed ๐Ÿ›  -556 Fixes undefined context variable -558 Allow func PropType for color on VictoryGroup โšก๏ธ -559 Implement VictoryBrushLine and use updated primitive components This is a breaking change for anyone using the Line primitive. It has been renamed to Axis / Grid. **This may be a breaking change for anyone who was extending Victory primitives

  • v24.6.1 Changes

    January 08, 2018
    • ๐Ÿ›  550 Fixes a bug related to voronoi tooltip positioning
    • โš  549 Fixes a prop type warning for categories supplied to VictoryAxis
    • 548 Adds a voronoiBlacklist prop to VictoryVoronoiContainer
    • ๐Ÿ›  547 Fixes downsampling in VictoryZoomContainer with function plotting
    • ๐Ÿ›  545 Fixes a bug related to panning in VictoryZoomContainer
  • v24.6.0 Changes

    January 02, 2018
    • 544
    • ๐Ÿ‘ victory-core/324 Adds support for external event mutations
      • Adds externalEventMutations prop to VictorySharedEvents and all components enhanced with the add-events HOC
      • externalEventMutations prop format: externalEventMutations: PropTypes.arrayOf(PropTypes.shape({ callback: PropTypes.function, childName: PropTypes.oneOfType([ PropTypes.string, PropTypes.array ]), eventKey: PropTypes.oneOfType([ PropTypes.array, CustomPropTypes.allOfType([CustomPropTypes.integer, CustomPropTypes.nonNegative]), PropTypes.string ]), mutation: PropTypes.function, target: PropTypes.oneOfType([ PropTypes.string, PropTypes.array ]) })) Note: eventKey and target must be specified for externalEventMutations. When using extenalEventMutations with shared events (i.e. events on VictoryChart etc), childName is also required.

    Note: The callback supplied to externalEventMutations should be used for clearing mutations. This is crucial for animating charts

  • v24.5.1 Changes

    January 02, 2018
    • ๐Ÿ›  543 Fixes a bug related to dates in VictoryBrushContainer
    • ๐Ÿ›  545 Fixes a bug in VictoryZoomContainer
  • v24.5.0 Changes

    December 21, 2017
  • v24.4.0 Changes

    December 17, 2017
    • 541 Implements sortOrder prop with "ascending" and "descending" options
  • v24.3.1 Changes

    December 08, 2017
    • 0๏ธโƒฃ 540 Adds allowSelection boolean prop for VictorySelectionContainer (true by default)
  • v24.3.0 Changes

    November 14, 2017
    • 538 Adds barRatio and cornerRadius props to VictoryBar

    • ๐Ÿ›  539 Fixes a bug in bubble plots

  • v24.2.0 Changes

    November 07, 2017
    • 534 Add allowResize and allowDrag props for VictoryBrushContainer
    • โšก๏ธ 537 Update infrastructure for React 16