v0.10.5
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
inv-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