v7.0.0-beta.3
Pre-release
Pre-release
·
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.
- #1289 Added
✨ Enhancements
New Rules:
- #1281 Added
vue/no-v-for-template-key
rule that disallow the key placed on the<template v-for>
. (Separated fromvue/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 allowv-for
key. - #1281 Added
vue/no-v-for-template-key
rule toplugin: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