v7.0.0-alpha.2
Pre-release
Pre-release
·
984 commits
to master
since this release
💥 Breaking Changes
- Updated presets configs.
- Changed
plugin:vue/vue3-essentialconfig. - Changed
plugin:vue/vue3-strongly-recommendedconfig. - Changed
plugin:vue/vue3-recommendedconfig.
- Changed
- #1105 Renamed
vue/require-v-if-inside-transitionrule tovue/require-toggle-inside-transition.
✨ Enhancements
Core:
- #1077 Supports ESLint v7.x.
New Rules:
- #1117 Added
vue/no-deprecated-html-element-isrule that reports deprecated the is attribute on HTML elements (removed in Vue.js v3.0.0+). RFC0027 - #1118 Added
vue/no-deprecated-vue-config-keycodesrule that reports use of deprecated Vue.config.keyCodes (removed in Vue.js 3.0.0+). RFC0014 - #1119 Added
vue/no-deprecated-functional-templaterule that reports deprecated the functional template (removed in Vue.js 3.0.0+). RFC0007
Other changes in Rules:
- #1105 Renamed
vue/require-v-if-inside-transitionrule tovue/require-toggle-inside-transition. - #1116 Added
disallowVueBuiltInComponentsanddisallowVue3BuiltInComponentsoption that reports Vue built-in component names to thevue/no-reserved-component-namesrule.
All commits: v7.0.0-alpha.1 -> v7.0.0-alpha.2