1.0.6
Skipped 1.0.5 because it contains an incorrect dist file.
New
- The
limitByfilter now also accepts a second argument which is the starting offset. (@Mat-Moo) - Added warning for mixed usage of mustache interpolation and
v-bindfor theclassattribute.
Fixed
v-elseshould 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
$refsshould be reactive forv-ifchecks - #1683 two-way props should sync properly when first mutating the value then replacing it.
- #1695
$refsshould 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-showshould properly skip transition when element is detached. Also fixed behavior difference in Firefox and Chrome.