Vue.js: v0.8.4 Release

Release date:
February 9, 2014
Previous version:
v0.8.3 (released February 7, 2014)
Magnitude:
1,752 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v0.8.4

yyx990803

Directory Browser for v0.8.4

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

  • New
    • 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)
  • Fixed
    • #80 throws error in strict mode
    • #81 skipping directives in IE
    • When a repeated VM is directly $destroyed, it now properly removes itself and its data from corresponding Arrays.