Skip to content

v0.7.3

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 06 Jan 21:04
· 3592 commits to main since this release
  • New
    • add support for interpolating bindings in HTML attributes.
  • Changes
    • vm.$watch now fires callbacks asynchronously, after all bindings updates have been called.
    • vm.$emit now triggers callback on self only - propagating events should use vm.$dispatch
  • Fixed
    • resolve v-model Input Method composition issues when it's piped through filters.