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