Skip to content

0.11.5

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 05 Feb 21:32
· 3593 commits to main since this release

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 uses MutationObserver when available for asynchronous updates, and falls back to setTimeout. 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.

Fixed

  • Fixed an issue where v-repeat doesn't work properly on nested arrays when not using identifiers.
  • Fixed an issue where attached and detached hooks are not firing for transcluded components.
  • #626, #631, #636, #652, #657, #685