You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lifecycle hooks enteredView and leftView have been renamed to attached and detached.
Non-element nodes inside templates are now ignored.
New
v-cloak: similar to ngCloak. It is automatically removed when the ViewModel is ready.
Fixed
text bindings now work properly for objects and arrays. However, events emitted from objects inside an Array won't propagate outside of the Array for efficiency concerns. The use case doesn't justify the increase in complexity.