Skip to content

1.0.6

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 05 Nov 19:54
· 3593 commits to main since this release

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.