Vue.js: 0.12.0-beta3 Release

Release date:
May 22, 2015
Previous version:
0.12.0-beta2 (released May 16, 2015)
Magnitude:
93 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in 0.12.0-beta3

yyx990803
sjoerdvisscher

Directory Browser for 0.12.0-beta3

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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.