Vue.js: v0.8.0 Release

Release date:
January 27, 2014
Previous version:
v0.7.6 (released January 19, 2014)
Magnitude:
1,382 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

16 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored January 22, 2014
Authored January 24, 2014
Authored January 23, 2014
Authored January 27, 2014
Authored January 26, 2014
Authored January 19, 2014
Authored January 22, 2014
Authored January 21, 2014
Authored January 21, 2014

Top Contributors in v0.8.0

yyx990803

Directory Browser for v0.8.0

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

Release Notes Published

  • Changed
    • Computed Properties should now be provided using the computed option.
    • when a binding's key is not found on a ViewModel and any of its parents, the binding will be now created on the current vm instead of root vm.
    • update() is now optional when creating custom directives.
  • Fixed
    • Composition Events will now always cause v-model to lock update.
  • Other
    • Internal refactor for binding logic