Releases: vuejs/eslint-plugin-vue
Releases · vuejs/eslint-plugin-vue
v8.0.1
🐛 Bug Fixes
- #1686 Fixed false positives for arrow return in
vue/valid-next-tickrule.
Full Changelog: v8.0.0...v8.0.1
v8.0.0
💥 Breaking Changes
- #1588 Dropped supports Node.js v8-10, v13 and v15.
- #1664 Upgraded vue-eslint-parser to v8.0.0.
- Changed presets configs.
- Changed
plugin:vue/vue3-essentialconfig.- #1603 Added
vue/no-deprecated-v-isrule. - #1603 Added
vue/no-export-in-script-setuprule. - #1603 Added
vue/valid-define-emitsrule. - #1603 Added
vue/valid-define-propsrule. - #1603 Added
vue/valid-next-tickrule. - #1603 Added
vue/valid-v-memorule. - #1603 Added
vue/no-useless-template-attributesrule. - #1603 Added
vue/no-computed-properties-in-datarule. - #1603 Added
vue/multi-word-component-namesrule. - #1603 Added
vue/no-deprecated-router-link-tag-proprule. - #1678 Added
vue/no-reserved-propsrule.
- #1603 Added
- Changed
plugin:vue/vue3-strongly-recommendedconfig.- Same changes as above.
- #1603 Added
vue/v-on-event-hyphenationrule. - #1587 Added
vue/first-attribute-linebreakrule.
- Changed
plugin:vue/vue3-recommendedconfig.- Same changes as above.
- Changed
plugin:vue/essentialconfig. - Changed
plugin:vue/strongly-recommendedconfig.- Same changes as above.
- #1587 Added
vue/first-attribute-linebreakrule.
- Changed
plugin:vue/recommendedconfig.- Same changes as above.
- Changed
- #1587 Removed the
allowFirstLineoption of thevue/max-attributes-per-linerule.
✨ Enhancements
Core:
- #1685 Added
setup-compiler-macrosenvironment.
Rules:
- #1587 Added
vue/first-attribute-linebreakrule aims to enforce a consistent location for the first attribute. - #1678 Added
vue/no-reserved-propsrule that disallow reserved names to be used in props. - #1680 Added
vue/no-loss-of-precisionrule that appliesno-loss-of-precisionrule to expressions in<template>. - #1681 Added
ignoreoption tovue/multi-word-component-namesrule. - #1679 Added support for Nuxt.js's
asyncDatainvue/no-dupe-keys,vue/no-reserved-keys,vue/no-template-shadow,vue/no-undef-properties, andvue/no-unused-propertiesrules.
🐛 Bug Fixes
- #1684 Fixed false positives for non-vue file in
vue/multi-word-component-namesrule.
Full Changelog: v7.20.0...v8.0.0
v7.20.0
✨ Enhancements
- #1472 Added
vue/no-undef-propertiesrule that warns of using undefined properties. - #1653 Added
vue/no-computed-properties-in-datarule that disallow accessing computed properties indata(). - #1659 Improved
vue/no-use-computed-property-like-methodrule reports. - #1661 Added
vue/multi-word-component-namesrule to enforce multiple words in component names. - #1663 Added
vue/no-deprecated-router-link-tag-proprule that disallow using deprecatedtagproperty on<RouterLink>.
🐛 Bug Fixes
- #1659 Fixed crash in
vue/no-use-computed-property-like-methodrule. - #1658 Fixed false positives for vars inside types in
vue/valid-define-emitsandvue/valid-define-propsrules.
⚙️ Updates
- #1654 Changed peer deps eslint ver from
^6.2.0 || ^7.0.0 || ^8.0.0-0to^6.2.0 || ^7.0.0 || ^8.0.0.
Full Changelog: v7.19.1...v7.20.0
v7.19.1
v7.19.0
✨ Enhancements
- #1639 Added
vue/no-restricted-classrule that reports the classes you don't want to allow in the template. - #1644 Added
vue/no-useless-template-attributesrule that disallow useless attribute on<template>tags.
🐛 Bug Fixes
- #1647 Fixed false positives for toRefs in
vue/no-unused-propertiesrule. - #1648 Fixed unable to autofix event name with
update:.
All commits: v7.18.0 -> v7.19.0
v7.18.0
✨ Enhancements
- #1626 Added
vue/component-api-stylerule that aims to make the API style you use to define Vue components consistent in your project.
⚙️ Updates
- #1619 Updated
vue/script-indentrule to support Class static block and typescript-eslint v5(rc) - #1620 Changed type determination logic of type-only
definePropsto follow vue v3.2.9.
All commits: v7.17.0 -> v7.18.0
v7.17.0
✨ Enhancements
- #1605 Added
vue/no-v-textrule that disallowv-textdirective.
⚙️ Updates
- #1607, #1610 Added support for ESLint v8 (beta).
Note that ESLint v8 beta support will be removed without notice once a stable version of ESLint v8 is released.
All commits: v7.16.0 -> v7.17.0
v7.16.0
✨ Enhancements
- #1596 Added
vue/valid-v-memorule that enforce validv-memodirectives. - #1599 Updated
vue/no-unsupported-featuresrule to support Vue 3.2 syntaxes.
🐛 Bug Fixes
- #1602 Fixed false positives for namespace component in
vue/script-setup-uses-varsrule.
⚙️ Updates
- #1598 Updated
vue/no-restricted-v-bindandvue/valid-v-bindrules to supportattrmodifier.
All commits: v7.15.2 -> v7.16.0