codesuki / react-d3-components

D3 Components for React
http://codesuki.github.io/react-d3-components/example.html
MIT License
1.63k stars 206 forks source link

support react 15 #96

Closed RahavLussato closed 8 years ago

codesuki commented 8 years ago

Hi! thanks for the pullreq! Did the >=0.14.0 not work? I am not really used to the versioning. Would be nice if you could tell me the merits of the new one and the demerits of the old one :)

RahavLussato commented 8 years ago

the ">=0.14.0" didn't work, the old one will not support react new version V15 and up, the new one will support the versions of react that it supported before and the new one.

codesuki commented 8 years ago

Thanks! Mistook the versioning somehow. "react": "^0.14.0 || ^15.0.0" this would be correct too I guess?

codesuki commented 8 years ago

I'll merge and make a new release.

codesuki commented 8 years ago

I just realized the 15.0.0 and 0.15.0 difference.. totally didn't see that before.