Vue.js: v2.0.0-beta.5 Release

Release date:
July 27, 2016
Previous version:
v2.0.0-beta.4 (released July 26, 2016)
Magnitude:
660 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v2.0.0-beta.5

yyx990803

Directory Browser for v2.0.0-beta.5

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

Release Notes Published

New

  • Added type prop for <transition> and <transition-group> . This is equivalent to the type option for 1.x transition definitions. Accepted values are "transition" or "animation".
  • vue-template-compiler and vue-server-renderer packages will now verify if they have the same version with vue (if installed via npm). This prevents users from upgrading Vue but forgetting to update these packages as well.

Fixed

  • #3325 fix hoisted static nodes causing incorrect DOM updates
  • #3327 fix attribute decoding regression in 2.0.0-beta.4
  • fix vue-loader image src rewrite bug caused by [email protected]/4