0.11.0-rc2
Pre-release
Pre-release
API changes
$mount()
now creates an empty div if no argument is provided.
Internal changes
No longer mutates data objects' __proto__
by default. Vue.config.proto
now only affects observed Arrays.
Bug fixes
- fix v-repeat error when dealing with duplicate primitive values
- fix #447 computed properties bound to wrong context
- fix #448 v-attr should remove attribute when value === false
- fix #450 custom element component unnecessary warning
- fix $appendTo & $before target in document check
- fix content transclusion with replace:true + block instance
- fix #458 dynamic component using meta properties
- fix #468 dynamic literals with falsy initial value
- fix #471 merging default data with already observed instance data