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 #803

Merged
merged 1 commit into from
Oct 20, 2017
Merged

update deps and changelog #803

merged 1 commit into from
Oct 20, 2017

Conversation

boygirl
Copy link
Contributor

@boygirl boygirl commented Oct 20, 2017

0.24.0 (2017-10-19)

Breaking Changes

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

VictoryChart

  • 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

VictoryCore

  • 310 Add getPath prop for Point to support custom path calculation
  • 311 Fix bug in TextSize
  • 313 Use tickFormat for calculating a stringMap when appropriate
  • 314 Theme changes: Change pointerEvents to "visible" for grids

@boygirl boygirl merged commit 674b1ea into master Oct 20, 2017
@boygirl boygirl deleted the update-for-0.24.0 branch October 20, 2017 04:20
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