Vue.js: v2.0.2 Release

Release date:
October 12, 2016
Previous version:
v2.0.1 (released September 30, 2016)
Magnitude:
768 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

Top Contributors in v2.0.2

yyx990803
ktsn
chrisvfritz
defcc
sebastian-schweizer-5446
posva

Directory Browser for v2.0.2

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

Release Notes Published

Fixed

  • #3824 fix static trees with text nodes wrapped in <template> (@posva via #3826)
  • #3846 fix parsing error for v-for inline value string that contains "in" (@phanan via #3859)
  • #3848 fix directive patching error when an element is replaced with another that has a different directive list
  • #3852 fix <select multiple> initialization (@defcc via #3908)
  • #3867 fix ssr bundle renderer error on commonjs exports
  • #3872 fix functional component as named slot
  • #3878 allow 2 root nodes with v-if and v-else (@chrisvfritz via #3887)
  • #3879 make validation for multi-type prop that contains Boolean consistent (@defcc via #3885)
  • #3882 fix deeply nested keep-alive components not being destroyed
  • #3883 fix dependency collection for multi-nested arrays
  • #3893 fix v-on handler silently failing when value contains whitespaces
  • #3894 avoid updating input value during IME composition
  • #3895 fix parsing error when template contains special terminator chars (@defcc via #3903)
  • #3898 fix mounted not called for manually mounted instance with parent
  • #3905 fix style module removing styles with value 0 on update