All Versions
217
Latest Version
Avg Release Cycle
16 days
Latest Release
1001 days ago

Changelog History
Page 14

  • v31.0.2 Changes

    December 12, 2018
    • ๐Ÿ’… 1200 Export defaultStyles from VictoryLabel. Thanks @rudasoftware!
  • v31.0.1 Changes

    November 17, 2018
    • ๐Ÿ›  1182 Bugfix: fixes incorrect cornerRadius
    • ๐Ÿ›  1185 Bugfix: corrects bug in zooming for horizontal charts
  • v31.0.0 Changes

    November 10, 2018
    • ๐Ÿ‘ #1177 Adds support for controlling radius, innerRadius, cornerRadius, padAngle, sliceStartAngle and sliceEndAngle for each individual slice of a pie:

    Details: The Slice primitive used by VictoryPie now takes radius, cornerRadius, innerRadius, padAngle, sliceStartAngle and sliceEndAngle props. Each of these props may be given as number or a function of datum and active. padAngle, radius, cornerRadius and innerRadius will be passed down from props on VictoryBar, but sliceStartAngle and sliceEndAngle must be defined directly on the Slice instance, These values should be given in degrees. To make these values easier to use as functional props, startAngle, endAngle, and padAngle (in degrees) are added to each datum passed into Slice. (If your data already has these properties they will not be overridden)

    ๐Ÿ’ฅ Breaking Changes The Slice primitive will still take a pathFunction prop, but this prop will no longer be provided by VictoryPie. This will not be a breaking change for most users. This will only affect users who were wrapping the Slice component and making use of the pathFunction prop provided by VictoryPie Users who were providing their own pathFunction prop to Slice should not be effected.

  • v30.6.1 Changes

    November 09, 2018
    • ๐Ÿ›  #1178 Bugfix: single point charts with time scale data are appropriately centered
    • ๐Ÿ›  #1171 Bugfix: fixLabelOverlap no longer causes errors with string tickValues
  • v30.6.0 Changes

    October 26, 2018
    • ๐Ÿ›  #1152 Bugfix: barWidth functions were not being correctly evaluated
    • #1158 cornerRadius improvements for VictoryBar
      • Artifacts caused by cornerRadius values larger than the height of the bar have been corrected
      • cornerRadius now supports topLeft, topRight, bottomLeft and bottomRight values in addition to existing values. This is not a breaking change. These values may be used alongside existing values for top and bottom, but more specific values will override less specific values.
  • v30.5.1 Changes

    October 18, 2018
    • #1149 Adds onTouchEnd helper for VictoryCursorContainer
  • v30.5.0 Changes

    October 03, 2018
    • #1135 - Allow closed paths for cartesian and polar VictoryLine
    • 0๏ธโƒฃ #1130 - Adds a labelPosition prop to VictoryPie with options startAngle, endAngle and centroid (default). Thanks @sikolio!
    • #1126 - Ensures that onBrushDomainChangeEnd is called for dragging and panning actions. Thanks @jeloagnasin!
  • v30.4.1 Changes

    September 26, 2018
    • ๐Ÿ›  #1127 - Fixes a bug with cornerRadius when defined as a function
    • #1124 - Changes cursors in VictoryBrushContainer when allowResize and allowDrag are set to false. Thanks @erick2014
  • v30.4.0 Changes

    September 24, 2018
    • #1121 - Adds a separate onBrushDomainChangeEnd event handler for VictoryBrushContainer that is only called on mouse up events. Thanks @jeloagnasin!
  • v30.3.1 Changes

    August 30, 2018
    • ๐Ÿ›  #1104 - Bugfix: correct sorting and stacking horizontal bars with categorical data