Skip to content

0.11.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 07 Oct 17:27
· 3593 commits to main since this 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