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

Changelog History
Page 11

  • v10.2.0 Changes

    July 29, 2016
    • ๐ŸŽ Performance improvements across all components
    • ๐Ÿ‘Œ Supports asymmetric domainPadding
    • ๐Ÿ‘Œ Supports domainPadding on all child components
    • โž• Adds automatic domainPadding for grouped bars
    • ๐Ÿ›  Fixes bugs related to log scales
    • ๐Ÿ›  Fixes a bug related to time scales
    • ๐Ÿ‘Œ Improves consistency for charts with empty and single value data arrays
  • v10.1.0 Changes

    July 15, 2016
    • โž• Adds VictoryErrorBar
    • ๐Ÿ’… Changes default styles to the greyscale theme
    • Auto-width enhancement for VictoryBar
    • Aria roles for all rendered elements
    • ๐Ÿ‘Œ Supports negative domain padding
  • v10.0.0 Changes

    July 07, 2016
    • โž• Adds support for Victory Native
      • Adds containerComponent and groupComponent props to all components
  • v9.2.1 Changes

    June 30, 2016
    • ๐Ÿ”„ Changes helper methods to make horizontal bar chart behavior more intuitive
  • v9.2.0 Changes

    June 17, 2016
    • ๐Ÿ‘Œ Supports events on the parent element via the parent namespace in the events prop.
    • ๐Ÿ’… parent events have access to width, height, style and the calculated scale (with domain and range already applied). Where applicable parent events also have access to data
    • Shared parent events are automatically supported in components that use VictorySharedEvents by default (i.e. VictoryChart, VictoryGroup, VictoryStack)
    • When mutating elements via the return from event handlers, mutation objects may now take arrays for eventKey to target several individual elements, or the special value "all" to apply changes to all elements of a particular target type
    • ๐Ÿ›  Fixes a bug related to an incorrect default tickFormat for dates
    • ๐Ÿ›  FIxes a bug related to incorrect axis label placement
  • v9.1.3 Changes

    June 14, 2016
    • 0๏ธโƒฃ Alters the render order for children of VictoryChart so that default axes are always rendered before other children. When axes are explicitly defined children of VictoryChart will still be rendered in the order they are defined.
    • Alters the render order of elements within VictoryAxis so that grid elements are rendered before ticks and tick labels
    • ๐Ÿ›  Fixes a bug in VictoryGroup that was causing custom labelComponents of its children to be overridden.
  • v9.1.2 Changes

    June 13, 2016
    • Pre-calculates and applies VictoryAxis transform to individual elements. This allows custom axis components (i.e. tickLabelComponent) to be absolutely positioned by overriding position props
  • v9.1.1 Changes

    June 13, 2016
    • Custom component props get precedence over calculated props
  • v9.1.0 Changes

    June 13, 2016
    • ๐Ÿ›  Fixes bugs related to horizontal bar charts
    • ๐Ÿ›  Fixes bugs related to label transfroms
    • 0๏ธโƒฃ Increases default font sizes for readability
    • โž• Adds basic aria roles
    • โž• Adds support for custom container elements
    • โž• Adds vectorEffect non-scaling-stroke to support responsive charts
  • v9.0.0 Changes

    June 01, 2016
    • โฌ†๏ธ Upgrades to React 15
    • ๐Ÿ‘Œ Supports wrapped components
    • Updates the events API to support shared events This is a breaking change for events