Vue.js: 0.11.2 Release

Release date:
December 2, 2014
Previous version:
0.11.1 (released December 1, 2014)
Magnitude:
977 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 0.11.2

yyx990803

Directory Browser for 0.11.2

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

Release Notes Published

Changed

  • Mixins are now resolved before the option object that contains it. An example is by the time your component's created hook is called, all its mixins' created hooks would have already been called in order.
  • Mixins can be composed by including another mixin

Fixed

  • Refactored component scope compilation logic to fix a few edge cases
  • Fixed #610, #612, #613