v0.7.3
- 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 usevm.$dispatch
- Fixed
- resolve
v-model
Input Method composition issues when it's piped through filters.
- resolve