v7.0.0-beta.0
Pre-release
Pre-release
·
861 commits
to master
since this release
💥 Breaking Changes
- #1209 Change supported version of ESLint from 6.0.0 to 6.2.0.
- Updated presets configs.
- #1209 Change presets configs
parserOptions.ecmaVersionto 2020. - Changed
plugin:vue/vue3-essentialconfig- #1253 Added
vue/valid-v-isrule.
- #1253 Added
- Changed
plugin:vue/vue3-strongly-recommendedconfig- Same changes as above.
- #1251 Added
vue/require-explicit-emitsrule.
- Changed
plugin:vue/vue3-recommendedconfig- Same changes as above.
- #1209 Change presets configs
✨ Enhancements
New Rules:
- #1253 Added
vue/valid-v-isrule that reports wrong usage ofv-isdirectives.
Other changes in Rules:
- #1209 Supports Optional Chaining (ES2020)
- #1254 Changed the
vue/attributes-orderrule to handlev-isasDEFINITIONcategory. - #1254 Changed the
vue/no-unregistered-componentsrule to handlev-islike:is. - #1254 Changed the
vue/no-unused-componentsrule to handlev-islike:is. - #1254 Added
"v-is"to the syntax checked by thevue/no-unsupported-featuresrule.
🐛 Bug Fixes
- #1255 Fixed false positives for watch handler methods in
vue/no-unused-propertiesrule.
All commits: v7.0.0-alpha.10 -> v7.0.0-beta.0