Skip to content

v7.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ota-meshi ota-meshi released this 28 Aug 09:57
· 684 commits to master since this release

💥 Breaking Changes

  • Changed plugin:vue/vue3-* configs
    • #1289 Added vue/no-v-for-template-key-on-child rule.

✨ Enhancements

New Rules:

  • #1281 Added vue/no-v-for-template-key rule that disallow the key placed on the <template v-for>. (Separated from vue/no-template-key rule)
  • #1289 Added vue/no-v-for-template-key-on-child rule that reports the key of the <template v-for> placed on the child elements.

⚙️ Updates

  • #1281 Changed vue/no-template-key rule to allow v-for key.
  • #1281 Added vue/no-v-for-template-key rule to plugin:vue/essential config.
  • #1287 Changed vue/valid-v-for rule to not report when placing key on <template>
  • #1287 Changed vue/require-v-for-key rule to not report when placing key on <template>

All commits: v7.0.0-beta.2 -> v7.0.0-beta.3