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

Changelog History
Page 4

  • v24.1.0 Changes

    October 22, 2017
    • 532 Filters tickValues so that values outside of the domain of an axis are not included
  • v24.0.0 Changes

    October 19, 2017

    ๐Ÿ’ฅ Breaking Changes

    • 527
      • adds an invertAxis prop for VictoryAxis that will flip the domain of a given axis when true. Changing the orientation prop of a given axis will no longer flip the domain on that axis unless the invertAxis prop is also set.
      • tickFormat as an array will set the number of ticks if tickValues are not given.
      • tickValues will be forced to a unique array. tickFormat may still have non-unique values.
      • tickCount will now always have an effect when set. Previously, this prop would do nothing when tickValues were provided. Now tickCount will downsample any array provided to either tickValues or tickFormat.

    Other Changes

    • 529 VictoryChart no longer calculates tickValues or tickFormat for axis children. stringMap and categories are passed to axis components instead.

    • ๐Ÿ’… 528 and 530 Remove numeric keys from styles

    • 526 Always set animation state

  • v23.0.1 Changes

    October 04, 2017

    -524 Fix naming changes for VictoryCursorContainer

  • v23.0.0 Changes

    September 30, 2017

    ๐Ÿ’ฅ BREAKING CHANGES:

    victory-core/299 Containers are now rendered in parent divs. This may be a breaking change for parent styles.

    518 Naming changes for container props

    VictoryBrushContainer

    • dimension -> brushDimension
    • selectionComponent -> brushComponent
    • selectedDomain -> brushDomain
    • ๐Ÿ’… selectionStyle -> brushStyle
    • onDomainChange -> onBrushDomainChange

    VictoryCursorContainer

    • dimension -> cursorDimension
    • onChange -> onCursorChange

    VictorySelectionContainer

    • dimension -> selectionDimension

    VictoryVoronoiContainer

    • dimension -> voronoiDimension

    VictoryZoomContainer

    • dimension -> zoomDimension
    • onDomainChange -> onZoomDomainChange

    Other Changes

    • 516 Ensure that VictoryZoomContainer respects clipId
    • 517 VictoryZoomContainer and VictoryVoronoiCOntainer should ignore legend children
    • 0๏ธโƒฃ 519 Adds an alignment prop for VictoryBar so that bars may be rendered with "start", "middle" (default), or "end" alignment relative to their value.
    • 0๏ธโƒฃ 520 Adds an allowPan prop for VictoryZoomContainer. (Default true)
    • ๐Ÿ‘ 521 Changes how children of VictoryZoomContainer are clipped to enable better zooming for VictoryPortal
    • ๐Ÿ›  522 Fixes a bug in VictoryZoomContainer that effected time scale charts with zoomDomain specified
  • v22.0.0 Changes

    September 09, 2017
    • โšก๏ธ Updates to victory-core@18.0.0 which includes breaking changes for VictoryTooltip styling.
  • v21.6.2 Changes

    August 19, 2017
    • ๐Ÿ›  511 Bugfix: VictoryZoomContainer works properly with VictoryPortal wrapped children
    • ๐Ÿ›  512 Bugfix: fix allowZoom prop for panning only (broken by 496)
  • v21.6.1 Changes

    August 09, 2017
    • 510 Render axis line under other axis elements
  • v21.6.0 Changes

    August 08, 2017
    • ๐Ÿ›  504 bugfix: padding bug in VictoryCursorContainer
    • ๐Ÿ‘ 505 Support touch events on all containers
    • 506 Add props argument for VictoryVoronoiContainer callbacks
    • ๐Ÿ›  507 bugfix: Support array styles for VictoryLabel when it is used as a direct child of VictoryChart or other wrappers
    • ๐Ÿ‘ 508 Add support for animate as a boolean prop
    • 509 Add props as the last argument for all container callbacks
  • v21.5.0 Changes

    August 02, 2017
    • 502 Fix bug in VictoryZoomContainer
    • 503 Add downsample option for VictoryZoomContainer
    • 504 Fix padding bug in VictoryCursorContainer
  • v21.4.0 Changes

    July 24, 2017
    • โšก๏ธ 496 VictoryZoomContainer improvements for real-time, updating data
    • ๐Ÿ›  497 bugfix: apply domainPadding to explicit domains
    • 0๏ธโƒฃ 498 VictoryAxis determines its own default tickFormat
    • ๐Ÿ”€ 499 Fix label prop merge order for VictoryVoronoiContainer labels
    • 500 Support performance improvements for evented components e.g. VictoryArea, VictoryBar ...