0.12.0-beta3
Pre-release
Pre-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.