v2.5.12
Bug Fixes
Improvements
-
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