RiotGear / rg

The open source component library for RiotJS
http://riotgear.js.org/
MIT License
297 stars 67 forks source link

Refactor upgrading to Blaze 2 #105 #112

Closed LasaleFamine closed 4 years ago

LasaleFamine commented 8 years ago

Since I found the issue and no one there from the 1th June, I just made a simple refactor to the standard c- prefix of Blaze 2. I upgraded also all the tests to make them work with the new classes.

I think this upgrade won't break any implementations since no one should bind to the inner classes of the components except the components themselves (at least I hope...).

Tell me if something is wrong. I hope it will be helpful!

NOTE: I forked the master branch, but I'm seeing now that the dev (which you mentioned within the CONTRIBUTING guide) is 3 commits behind. I hope it's correct.

adavie1 commented 7 years ago

I'm really new with the whole github thing. So please bear with me while I get a handle around how manage my codebase with this.