Vue.js: v2.0.0-rc.7 Release

Release date:
September 23, 2016
Previous version:
v2.0.0-rc.6 (released September 13, 2016)
Magnitude:
1,745 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in v2.0.0-rc.7

yyx990803
bluemsn
kaorun343
ktsn

Directory Browser for v2.0.0-rc.7

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

Release Notes Published

Improvements

  • Improved <transition-group> move animation performance by avoiding layout thrashing

Fixed

  • #3670 v-bind object with no argument should work on components
  • #3673 v-model value matching should use loose equal (make behavior consistent with 1.x)
  • #3689 fix <select v-model> initial value out of sync in IE/Edge
  • #3693 fix prop default value not used when using propsData
  • #3729 fix <option value=""> cannot be selected with v-model
  • #3730 fix iOS 10 UIWebView broken update issue