bitovi / ylem

Add Observable View-Models to React components
https://bitovi.github.io/ylem/
MIT License
42 stars 2 forks source link

WIP: updating to work with CanJS 6 #194

Open phillipskevin opened 4 years ago

christopherjbaker commented 4 years ago

Nothing actually needed changes, just updating the versions?

phillipskevin commented 4 years ago

CanJS 6 doesn't have many breaking changes that impact ylem, so so far things are looking good with just updating the dependencies. (I did have to change few tests because something weird is happening with process.env.NODE_ENV).

I'm still doing some more testing with this in a larger project, but for now I released a pre-release at ylem@3.0.0-pre.0.

Not going to merge this for now.