1.0.6
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 theclass
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 forv-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 withkeep-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.