Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

62 lines (39 loc) · 2.01 KB

VictoryLine Changelog

6.0.0 (2016-03-14)

  • 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

5.0.2 (2016-03-04)

  • Add validation of length for dataAttributes prop
  • Remove source-maps from git
  • Various documentation fixes

5.0.1 (2016-03-01)

  • Provide datum to victory-line custom label
  • Upgrade to victory-core@1.0.0

5.0.0 (2016-02-26)

  • 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

4.0.0 (2016-01-30)

  • Supports data accessor functions! more detail
  • Application dependencies like radium and lodash now live in components, not in the Builder archetype. This is a breaking change. FormidableLabs/victory#176

3.0.0 (2016-01-26)

2.2.0 (2016-1-21)

  • Extracted shared code into victory-util
  • Increased unit test coverage to ~75%

2.1.3 (2015-12-30)

  • update archetype

2.1.2 (2015-12-30)

  • Fixed a bug in victory-bar that was causing the cumulative max on stacked bar charts to be overestimated
  • Fixed a bug related to date formatting in Firefox

2.1.1 Alpha (2015-12-18)

Functional styles and functional props (where appropriate) for child components

using d3-modules instead of all of d3

Basic code coverage.

We make no promises about any code prior to this release.