Vue.js: v0.10.5 Release

Release date:
June 6, 2014
Previous version:
v0.10.4 (released April 25, 2014)
Magnitude:
799 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v0.10.5

yyx990803
bpierre
dyu

Directory Browser for v0.10.5

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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