v0.7.3
- New
- add support for interpolating bindings in HTML attributes.
- Changes
vm.$watchnow fires callbacks asynchronously, after all bindings updates have been called.vm.$emitnow triggers callback on self only - propagating events should usevm.$dispatch
- Fixed
- resolve
v-modelInput Method composition issues when it's piped through filters.
- resolve