Vue.js: 0.11.0-rc2 Release

Release date:
October 7, 2014
Previous version:
0.11.0-rc (released September 27, 2014)
Magnitude:
1,383 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 0.11.0-rc2

yyx990803

Directory Browser for 0.11.0-rc2

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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