Skip to content

v2.0.3

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 13 Oct 09:28
· 2386 commits to main since this release

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