KyleAMathews / react-spinkit

A collection of loading indicators animated with CSS for React
http://kyleamathews.github.io/react-spinkit/
MIT License
1.49k stars 73 forks source link

Full compatibility with React 15 #30

Closed guidupuy closed 8 years ago

guidupuy commented 8 years ago

react-spinkit uses the cjsx-loader webpack loader, which in turn also uses the coffee-react-transform webpack loader at version ^3.2.0.

I've added a pull request over at the cjsx-loader repo so you can update the dependency there if that's ok with you. If so, when that's done can you update the dependencies here as well?

Thanks a million, and thank you for react-spinkit!

KyleAMathews commented 8 years ago

The new cjsx-loader is out but it isn't actually a dependency of this module so there's nothing that needs updated here.

KyleAMathews commented 8 years ago

Ooops, I did need to make a new release with the new version of coffee-react-transform so just did that :-)

guidupuy commented 8 years ago

Great, thanks!