Vue.js: 1.0.0-alpha.2 Release

Release date:
September 3, 2015
Previous version:
1.0.0-alpha.1 (released September 24, 2015)
Magnitude:
162 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 1.0.0-alpha.2

yyx990803

Directory Browser for 1.0.0-alpha.2

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

Release Notes Published

Alpha versions are pre-releases and the API may change at any time. By using the alpha releases you are responsible for any risk involved. If you have an in-production 0.12 app, it's recommended to wait until the stable 1.0 migration release before upgrading.

Changed

  • Computed properties are again cached by default (was uncached by default in alpha 1).

Fixed

  • #1234 Filters are not applied with the correct scope inside v-for
  • Calling Vue.use more than once on a plugin will not install it again.