mobxjs / mobx-angular

The MobX connector for Angular.
MIT License
483 stars 59 forks source link

mobx 2.7.0 #5

Closed chompy18 closed 7 years ago

chompy18 commented 7 years ago

When installing ng2-mobx with npm, it also installs mobx 2.6.0. Mobx 2.7.0 is already released, and it includes quite a few bug fixes and features.

Please update the mobx dependency

mweststrate commented 7 years ago

Maybe make Mobx a peer dependency like angular?

chompy18 commented 7 years ago

@mweststrate That is what I did, but I figured since it is already bundled, might as well update to the latest version. That way, if there are any modifications that affect ng2-mobx you'd catch it in tests.

adamkleingit commented 7 years ago

Done! Check out 1.2.0 Also updated target compilation to ES5 instead of ES6