✨ Enhancements
- #2019 Added
vue/require-prop-comment
rule that requires props to have a comment. - #2034 Added suggestion for
vue/require-name-property
rule.
🐛 Bug Fixes
- #2024 Fixed false positives for
<Textarea>
components invue/no-textarea-mustache
rule. - #2040 Fixed false positives for exported interfaces/type declarations in
vue/define-macros-order
rule. - #2031 Fixed false positives for HTML tags when using HTML-like components in
vue/component-name-in-template-casing
rule. - #2045 Fixed
vue/attribute-hyphenation
rule to disable autofix attributes containing underscores (_
).
Full Changelog: v9.7.0...v9.8.0