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.nextTicknow usesMutationObserverwhen 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-withis now two-way binding between a parent property and a child property, instead of a one-way update.