Vue.js: 0.11.5 Release

Release date:
February 5, 2015
Previous version:
0.11.4 (released December 7, 2014)
Magnitude:
948 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 0.11.5

yyx990803

Directory Browser for 0.11.5

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

Release Notes Published

0.11.5 is mostly about shipping the changes and fixes that were already done a while ago - fixes for current issues will land in next release.

Changed

  • Vue.nextTick now uses MutationObserver when available for asynchronous updates, and falls back to setTimeout. This should fix issues where Vue doesn't update when the tab is out of focus.
  • v-with is now two-way binding between a parent property and a child property, instead of a one-way update.

Fixed

  • Fixed an issue where v-repeat doesn't work properly on nested arrays when not using identifiers.
  • Fixed an issue where attached and detached hooks are not firing for transcluded components.
  • #626, #631, #636, #652, #657, #685