✨ Enhancements
- #2598 Added
checkMultiRootNodes
option tovue/no-duplicate-attr-inheritance
rule and changed to ignore multi-root components by default. - #2610 Added
ignoreElementNamespaces
option tovue/no-v-text-v-html-on-component
rule. - #2609 Added
ignoreTags
option tovue/attribute-hyphenation
rule andvue/v-on-event-hyphenation
rule. - #2611 Added
vue/restricted-component-names
rule that enforces using only specific component names. - #2620 Added
vue/slot-name-casing
rule that enforces specific casing for slot names. - #2617 Added support for type references in
vue/require-explicit-slots
rule. - #2608 Added support for
shallowRef
invue/prefer-use-template-ref
rule.
🐛 Bug Fixes
- #2612 Changed
vue/prefer-use-template-ref
rule to only check root-level variables.
Full Changelog: v9.31.0...v9.32.0