Vue.js: v0.8.6 Release

Release date:
February 14, 2014
Previous version:
v0.8.5 (released February 11, 2014)
Magnitude:
1,077 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v0.8.6

yyx990803

Directory Browser for v0.8.6

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

Release Notes Published

  • Changed
    • v-component-id has been shortened to v-ref
    • 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.