v8.4.0
✨ Enhancements
- #1760 Added
vue/no-v-text-v-html-on-componentrule that disallows the use ofv-text/v-htmlon component. - #1762 Added
vue/object-shorthandrule that appliesobject-shorthandrule to expressions in<template>. - #1763 Added
vue/no-undef-componentsrule that warns reports component that are used in the<template>, but that are not defined in the<script setup>or the Options API'scomponentssection. - #1769 Added
vue/quote-propsrule that appliesquote-propsrule to expressions in<template>. - #1761 Added support for Vue2 functional component to
vue/no-unused-propertiesrule. - #1761 Added support for Vue2 functional component to
vue/no-undef-propertiesrule.
🐛 Bug Fixes
- #1770 Fixed false positives for import brace in
vue/script-indentrule. - #1771 Fixed false positives for
v-bind="obj"withv-modelinvue/attributes-orderrule. - #1775 Fixed false positives for CSS
v-bind()invue/no-extra-parensrule. - #1777 Skip conditional expressions in
vue/valid-next-tickrule.
⚙️ Updates
- #1763 Deprecated
vue/no-unregistered-componentsrule.
Full Changelog: v8.3.0...v8.4.0