npm vue-template-compiler 2.5.12

latest releases: 2.7.16, 2.7.16-beta.2, 2.7.16-beta.1...
6 years ago

Bug Fixes

Improvements

  • core: allow symbol as vdom key bacb911, closes #7271

  • core: prop bindings with inline Object/Array literal values no longer cause the child component to always re-render:

    <foo :bar="[1, 2, 3]"/>

    The compiler now automatically wraps the literal value as an inline computed property to avoid creating new values on each render (unless data it depends on has changed).

  • types: extract VueConfiguration type for easy expansion (#7274) c0d516c, closes #7273

Don't miss a new vue-template-compiler release

NewReleases is sending notifications on new releases.