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

Support SVG image, other related cleanup #4157

Merged
merged 3 commits into from
Jun 17, 2015
Merged

Conversation

zpao
Copy link
Member

@zpao zpao commented Jun 17, 2015

I got tired of dealing with PRs trying to add image. Then I decided to cleanup while I was there since we've had to do a few followup changes when changes in getMarkupWrap weren't made in both places.

@@ -157,6 +157,7 @@ var ReactDOM = mapObject({
defs: 'defs',
ellipse: 'ellipse',
g: 'g',
iamge: 'image',
Copy link
Contributor

Choose a reason for hiding this comment

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

iamge is a typo.

Copy link
Member Author

Choose a reason for hiding this comment

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

Bah, I caught it and fixed it but forgot to save the file :(

@sophiebits
Copy link
Collaborator

Sure.

zpao added a commit that referenced this pull request Jun 17, 2015
Support SVG image, other related cleanup
@zpao zpao merged commit 10ada3b into facebook:master Jun 17, 2015
@lhausermann
Copy link

Great. Thanks

@abhilashsajeev
Copy link

When will be this available in npm?

@jimfb
Copy link
Contributor

jimfb commented Jun 24, 2015

@abhilashsajeev This is slated for the 0.14 beta release, which is coming very soon. If you're anxious to try it out, you can always check out the source code and do a grunt build.

@abhilashsajeev
Copy link

@jimfb Okey Jim. What is the expected date of release for 0.14 ? I need to use it in production.

@sophiebits
Copy link
Collaborator

@abhilashsajeev If you need it urgently, you can always patch your local copy of React to include this change. 0.14 final will probably be released sometime in July.

@abhilashsajeev
Copy link

@spicyj July first week is fine. If I patch my existing version to production will there be any problem like breaking of stable parts etc?

@sophiebits
Copy link
Collaborator

No, not July first week. Sometime in July.

@abhilashsajeev
Copy link

Oh.. Then I should probably go with patch. There was some problem with using d3 also with react.

@zpao zpao deleted the svg-image branch October 13, 2015 16:42
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.

7 participants