v0.10.5
This is a bug fix release.
Improvements
- mixin methods are now properly tracked in computed properties.
v-stylenow respects the!importantsuffix. (#278)lazyoption is now automatically inherited if child VM doesn't have this option explicitly set. (#284)v-onnow 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
cloneNodeinv-partial(thanks to @dyu) - #276 & #281 Fixed child vms removed before parent's transition finishes
- #282 Fixed
v-withnot processed before other directives - #288 Fixed
v-withcircular updates