0.11.5
0.11.5 is mostly about shipping the changes and fixes that were already done a while ago - fixes for current issues will land in next release.
Changed
Vue.nextTick
now usesMutationObserver
when available for asynchronous updates, and falls back tosetTimeout
. This should fix issues where Vue doesn't update when the tab is out of focus.v-with
is now two-way binding between a parent property and a child property, instead of a one-way update.