Vue.js: 1.0.6 Release

Release date:
November 5, 2015
Previous version:
1.0.5 (released November 5, 2015)
Magnitude:
1 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 1.0.6

yyx990803

Directory Browser for 1.0.6

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

Release Notes Published

Skipped 1.0.5 because it contains an incorrect dist file.

New

  • The limitBy filter now also accepts a second argument which is the starting offset. (@Mat-Moo)
  • Added warning for mixed usage of mustache interpolation and v-bind for the class attribute.

Fixed

  • v-else should no longer insert the block multiple times when the condition changes from one falsy value to another falsy value.
  • #1669 Improved fragment instance ignored attribute check so it only warn at appropriate times.
  • #1671 $refs should be reactive for v-if checks
  • #1683 two-way props should sync properly when first mutating the value then replacing it.
  • #1695 $refs should be updated when switching between components with keep-alive
  • #1703 fixed an issue where IE treats an attribute and its v-bind: form as the same attribute. (@fergaldoyle)
  • #1717 v-show should properly skip transition when element is detached. Also fixed behavior difference in Firefox and Chrome.