Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update deps and changelog #771

Merged
merged 1 commit into from
Sep 30, 2017
Merged

update deps and changelog #771

merged 1 commit into from
Sep 30, 2017

Conversation

boygirl
Copy link
Contributor

@boygirl boygirl commented Sep 30, 2017

0.23.0 (2017-09-30)

BREAKING CHANGES:

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

victory-chart/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

  • victory-core/300 Fixes path rendering for decimal values

  • victory-core/302 Adds an alignment prop for <Bar/> so that bars may be rendered with "start", "middle" (default), or "end" alignment relative to their value.

  • victory-core/304 VictoryLabel positioning is calculated from datum when x and y positioning props are not provided. This features supports data annotations

  • victory-core/305 Adds a groupComponent prop for VictoryPortal. This prop is used by VictoryZoomContainer so that children rendered within VictoryPortal may still be clipped when zooming

  • victory-chart/516 Ensure that VictoryZoomContainer respects clipId

  • victory-chart/517 VictoryZoomContainer and VictoryVoronoiCOntainer should ignore legend children

  • victory-chart/519 Adds an alignment prop for VictoryBar so that bars may be rendered with "start", "middle" (default), or "end" alignment relative to their value.

  • victory-chart/520 Adds an allowPan prop for VictoryZoomContainer. (Default true)

  • victory-chart/521 Changes how children of VictoryZoomContainer are clipped to enable better zooming for VictoryPortal

  • victory-chart/522 Fixes a bug in VictoryZoomContainer that effected time scale charts with zoomDomain specified

@boygirl boygirl merged commit 9607897 into master Sep 30, 2017
@boygirl boygirl deleted the update-for-0.23.0 branch September 30, 2017 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant