Skip to content

v0.8.6

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 14 Feb 07:12
· 3592 commits to main since this release
  • Changed
    • v-component-id has been shortened to v-ref
    • lifecycle hooks enteredView and leftView have been renamed to attached and detached.
    • Non-element nodes inside templates are now ignored.
  • New
    • v-cloak: similar to ngCloak. It is automatically removed when the ViewModel is ready.
  • Fixed
    • text bindings now work properly for objects and arrays. However, events emitted from objects inside an Array won't propagate outside of the Array for efficiency concerns. The use case doesn't justify the increase in complexity.