Skip to content

v2.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 27 Jul 04:43
· 2679 commits to main since this release

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