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
v-style has been reintroduced to deal with IE removing invalid inline styles. It comes with sweet prefixing sugar! See the API reference for more details.
isLiteral option for custom directives. This allows the user to create a directive that literally take its attribute value as the value.
Lifecycle hooks mechanism has been rewritten. User can now listen to 'hook:eventName' on created VMs. (created and ready events fire synchronously so they cannot be listened to after the VM has been created)