Vue.js: 0.11.0-rc2 Release

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

22 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored October 5, 2014
Authored October 2, 2014
Authored October 6, 2014
Authored September 30, 2014
Authored September 29, 2014
Authored October 2, 2014
Authored October 4, 2014
Authored October 1, 2014
Authored September 30, 2014
Authored October 1, 2014
Authored October 1, 2014
Authored September 30, 2014
Authored October 7, 2014

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