Vue.js: v2.0.8 Release

Release date:
November 20, 2016
Previous version:
v2.0.7 (released November 16, 2016)
Magnitude:
405 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v2.0.8

yyx990803
HerringtonDarkholme
decademoon

Directory Browser for v2.0.8

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

Release Notes Published

Fixed

  • #4227 fix style binding removal on reused nodes (@defcc via #4235)
  • #4233 only treat form bindings as domProps on specific elements
  • #4236 fix watcher firing unnecessarily for NaN values
  • #4237 fix kept-alive components not getting updated props when re-activated
  • #4239 fix transition-group move class when no name prop is provided (@decademoon)
  • #4247 fix v-html resetting content even when content string stays the same
  • #4253 fix duplicate ref + v-for when used with async components