ManuelDeLeon / viewmodel

MVVM for Meteor
https://viewmodel.org
MIT License
205 stars 23 forks source link

please push v3.0.0 to atmosphere #175

Closed HatemJerbi closed 8 years ago

HatemJerbi commented 8 years ago

thx

ManuelDeLeon commented 8 years ago

What do you mean?

image

HatemJerbi commented 8 years ago

when i update the package from meteor (meteor update manuel:viewmodel) i get: manuel:viewmodel upgraded from 2.8.0 to 2.9.3 manuel:viewmodel-debug upgraded from 2.5.1 to 2.6.0

ManuelDeLeon commented 8 years ago

That's because v3 is version bump so you have to tell meteor you're sure you want to move to the next version. I don't remember the exact command but it will tell you if you do meteor update manuel:viewmodel

See: https://github.com/ManuelDeLeon/viewmodel/blob/master/HISTORY.md

onCreated now runs when the template is created. This means, by the time onCreated is called, the view model will not have properties automatically added from the markup. I don't expect this to affect many people, if at all. You should be able to upgrade without a problem.

HatemJerbi commented 8 years ago

ok thx