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

Pull in react-art/lib/{Circle,Rectangle,Wedge}.art #10629

Merged
merged 2 commits into from Sep 6, 2017

Conversation

sophiebits
Copy link
Collaborator

Two commits. First is just a copy/paste. Depends on #10628.

Test Plan: Opened the fixture. React logo shows up with its normal dot, now rendered by a <Circle />.

Copied from react-art@0.15.1 built files.
Test Plan: Opened the fixture. React logo shows up with its normal dot, now rendered by a `<Circle />`.
Copy link
Contributor

@flarnie flarnie left a comment

Choose a reason for hiding this comment

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

This looks great!
so_great

var React = require('react');
var ReactART = require('./ReactART');

var PropTypes = React.PropTypes;
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for updating everything while also moving these into the react repo!

@flarnie
Copy link
Contributor

flarnie commented Sep 6, 2017

We might not need #10628 now that you removed the extends React.Component syntax.

@sophiebits
Copy link
Collaborator Author

We do still for VectorWidget.js itself.

@sophiebits sophiebits merged commit 7ff922c into facebook:master Sep 6, 2017
flarnie pushed a commit to flarnie/react that referenced this pull request Sep 8, 2017
* Import react-art/lib/{Circle,Rectangle,Wedge}.art

Copied from react-art@0.15.1 built files.

* Changes to built files to make ART shapes work

Test Plan: Opened the fixture. React logo shows up with its normal dot, now rendered by a `<Circle />`.
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.

None yet

3 participants