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

typescript(vx-annotation): re-write package in TypeScript #535

Merged
merged 5 commits into from
Oct 26, 2019

Conversation

williaster
Copy link
Collaborator

@williaster williaster commented Oct 2, 2019

🚀 Enhancements

This PR builds off #488 which introduces Typescript build config, and re-writes the @vx/annotation package in TypeScript.

This depends on types for @vx/group (parent branch), @vx/shape (#507) @vx/point (#490 ). Closes #534.

🐛 Bug Fix

  • Removes the xScale and ySclae props passed to LinePath, which are not valid props for that component.

Tests

image

@hshoff @schillerk @milesj @kristw @Rudeg

Copy link

@Rudeg Rudeg left a comment

Choose a reason for hiding this comment

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

Looks good :octocat:

@williaster williaster changed the base branch from chris--typescript to master October 4, 2019 21:12
@williaster williaster force-pushed the chris--typescript-vx-annotation branch from 524e2bf to 74807da Compare October 25, 2019 22:53
@hshoff hshoff merged commit c751091 into master Oct 26, 2019
@hshoff hshoff deleted the chris--typescript-vx-annotation branch October 26, 2019 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-write @vx/annotation in TypeScript
4 participants