Skip to content

1.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 01 Sep 20:27
· 3591 commits to main since this release

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.