Skip to content

0.12.0-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 22 May 20:14
· 3591 commits to main since this release

Change from 0.12.0-beta2

  • Based on community feedback, the syntax for dynamic component has changed to:

    <component is="{{view}}"></component>

Improvements

  • When v-repeat is used to iterate over an object, the instances are cached using the property key by default. This should avoid the entire list being re-rendered when the object is mutated.

Fixed

#853 v-repeat should only sync $value back to original array for non-object arrays.