Vue.js: 1.0.0-alpha.6 Release

Release date:
September 25, 2015
Previous version:
1.0.0-alpha.5 (released September 19, 2015)
Magnitude:
499 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 1.0.0-alpha.6

yyx990803

Directory Browser for 1.0.0-alpha.6

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

Release Notes Published

Includes all changes in 0.12.16. In addition: - v-else now works with v-show:

  <div v-show="ok">OK</div>
  <div v-else>NOT OK</div>
  • Adjusted attribute interpolation deprecation warnings to be in accordance with 1.0.0-beta.2.