This repository has been archived by the owner on Feb 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jan 2, 2018
Thanks! Sorry, @boygirl, I didn't get to take a look at it before you merged, I moved across state lines this weekend and won't have reliable internet until thursday. |
@mbilokonsky good luck on your move! I'm going to complete the release process for this, since It won't be a breaking change anyway. I'll hold off on updating the docs until after the weekend. It would be great if you could kick the tires before then. I'd love to get any changes in before I document this feature. |
will do, thanks!
…On Tue, Jan 2, 2018 at 5:43 PM Lauren ***@***.***> wrote:
@mbilokonsky <https://github.com/mbilokonsky> good luck on your move! I'm
going to complete the release process for this, since It won't be a
breaking change anyway. I'll hold off on updating the docs until after the
weekend. It would be great if you could kick the tires before then. I'd
love to get any changes in before I document this feature.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#324 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAk1hSQGfBUZHOcg38k436p1EJbSn1alks5tGrD2gaJpZM4RQM9u>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds support for triggering external events via a prop called
externalEventMutations
onVictorySharedEvents
and components enhanced with theadd-events
HOC i.e.VictoryBar
,VictoryPie
etc.note This feature will require minimal updates to
victory-chart
andvictory-pie
repos (adding props). No changes forvictory-native
will be necessary.Example Usage:
mutation handlers
...
Victory Components