Skip to content

v0.10.5

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 06 Jun 19:40

This is a bug fix release.

Improvements

  • mixin methods are now properly tracked in computed properties.
  • v-style now respects the !important suffix. (#278)
  • lazy option is now automatically inherited if child VM doesn't have this option explicitly set. (#284)
  • v-on now works properly on iframes from the same origin. (#290)

Fixed

  • #249 Fixed transitions on some Android 4.1 devices (thanks to @bpierre)
  • #253 Fixed parsing error on attribute names containing colons
  • #267 Removed extra cloneNode in v-partial (thanks to @dyu)
  • #276 & #281 Fixed child vms removed before parent's transition finishes
  • #282 Fixed v-with not processed before other directives
  • #288 Fixed v-with circular updates