All Versions
122
Latest Version
Avg Release Cycle
8 days
Latest Release
2910 days ago
Changelog History
Page 4
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
invertAxisprop forVictoryAxisthat will flip the domain of a given axis when true. Changing theorientationprop of a given axis will no longer flip the domain on that axis unless theinvertAxisprop is also set. tickFormatas an array will set the number of ticks iftickValuesare not given.tickValueswill be forced to a unique array.tickFormatmay still have non-unique values.tickCountwill now always have an effect when set. Previously, this prop would do nothing whentickValueswere provided. NowtickCountwill downsample any array provided to eithertickValuesortickFormat.
- adds an
Other Changes
- 527
-
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
VictoryBrushContainerdimension->brushDimensionselectionComponent->brushComponentselectedDomain->brushDomain- ๐
selectionStyle->brushStyle onDomainChange->onBrushDomainChange
VictoryCursorContainerdimension->cursorDimensiononChange->onCursorChange
VictorySelectionContainerdimension->selectionDimension
VictoryVoronoiContainerdimension->voronoiDimension
VictoryZoomContainerdimension->zoomDimensiononDomainChange->onZoomDomainChange
Other Changes
- 516 Ensure that
VictoryZoomContainerrespectsclipId - 517
VictoryZoomContainerandVictoryVoronoiCOntainershould ignore legend children - 0๏ธโฃ 519 Adds an
alignmentprop forVictoryBarso that bars may be rendered with "start", "middle" (default), or "end" alignment relative to their value. - 0๏ธโฃ 520 Adds an
allowPanprop forVictoryZoomContainer. (Default true) - ๐ 521 Changes how children of
VictoryZoomContainerare clipped to enable better zooming forVictoryPortal - ๐ 522 Fixes a bug in
VictoryZoomContainerthat effected time scale charts withzoomDomainspecified
-
v22.0.0 Changes
September 09, 2017- โก๏ธ Updates to
victory-core@18.0.0which includes breaking changes forVictoryTooltipstyling.
- โก๏ธ Updates to
-
v21.6.2 Changes
August 19, 2017 -
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
propsargument forVictoryVoronoiContainercallbacks - ๐ 507 bugfix: Support array styles for
VictoryLabelwhen it is used as a direct child ofVictoryChartor other wrappers - ๐ 508 Add support for
animateas a boolean prop - 509 Add
propsas the last argument for all container callbacks
- ๐ 504 bugfix: padding bug in
-
v21.5.0 Changes
August 02, 2017 -
v21.4.0 Changes
July 24, 2017- โก๏ธ 496
VictoryZoomContainerimprovements for real-time, updating data - ๐ 497 bugfix: apply
domainPaddingto explicit domains - 0๏ธโฃ 498
VictoryAxisdetermines its own defaulttickFormat - ๐ 499 Fix label prop merge order for
VictoryVoronoiContainerlabels - 500 Support performance improvements for evented components e.g.
VictoryArea,VictoryBar...
- โก๏ธ 496