Skip to content

v0.8.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 27 Jan 05:48
· 3592 commits to main since this release
  • Changed
    • Computed Properties should now be provided using the computed option.
    • when a binding's key is not found on a ViewModel and any of its parents, the binding will be now created on the current vm instead of root vm.
    • update() is now optional when creating custom directives.
  • Fixed
    • Composition Events will now always cause v-model to lock update.
  • Other
    • Internal refactor for binding logic