Vue.js: v2.0.3 Release

Release date:
October 13, 2016
Previous version:
v2.0.2 (released October 12, 2016)
Magnitude:
890 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v2.0.3

yyx990803
defcc
fnlctrl

Directory Browser for v2.0.3

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

Release Notes Published

Fixed

  • #3913 fix v-for list auto-keying with nested <template>
  • #3917 fix <select> infinite update loop with @change listener (@defcc via #3922)
  • #3919 fix regression for functional components that return string or nothing
  • #3930 fix regression for raw render function directive update
  • #3931 should not generate children for "is" component with inline-template

vue-template-compiler

  • Exposed preserveWhitespace option.
  • Fixed pug compatibility when used with vue-loader or vueify.

vue-server-renderer

  • #3899 fix entity encoding in IE9