v7.0.0-beta.3
Pre-release
Pre-release
·
846 commits
to master
since this release
💥 Breaking Changes
- Changed
plugin:vue/vue3-*configs- #1289 Added
vue/no-v-for-template-key-on-childrule.
- #1289 Added
✨ Enhancements
New Rules:
- #1281 Added
vue/no-v-for-template-keyrule that disallow the key placed on the<template v-for>. (Separated fromvue/no-template-keyrule) - #1289 Added
vue/no-v-for-template-key-on-childrule that reports the key of the<template v-for>placed on the child elements.
⚙️ Updates
- #1281 Changed
vue/no-template-keyrule to allowv-forkey. - #1281 Added
vue/no-v-for-template-keyrule toplugin:vue/essentialconfig. - #1287 Changed
vue/valid-v-forrule to not report when placing key on<template> - #1287 Changed
vue/require-v-for-keyrule to not report when placing key on<template>
All commits: v7.0.0-beta.2 -> v7.0.0-beta.3