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

<Pie /> Allow null sort callbacks #327

Merged
merged 1 commit into from
Jul 25, 2018
Merged

<Pie /> Allow null sort callbacks #327

merged 1 commit into from
Jul 25, 2018

Conversation

Gosha
Copy link
Contributor

@Gosha Gosha commented Jul 25, 2018

pie.sortValues(null) turns off the default sorting, but before this PR pie.sort was never called with a null value. Hopefully this isn't a breaking change.

🐛 Bug Fix

  • <Pie pieSort={null} pieSortValues={null} /> isn't ignored

Copy link
Member

@hshoff hshoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for the contribution!

@hshoff hshoff added this to the v0.0.171 milestone Jul 25, 2018
@hshoff hshoff merged commit 4ad36dd into airbnb:master Jul 25, 2018
@hshoff
Copy link
Member

hshoff commented Aug 7, 2018

Sorry for the delay! just published https://github.com/hshoff/vx/releases/tag/v0.0.171

@Gosha Gosha deleted the pie-allow-null-sort-callback branch April 5, 2020 13: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.

2 participants