Releases: vuejs/eslint-plugin-vue
Releases · vuejs/eslint-plugin-vue
v3.7.0
Features
- b7e6ff1 added new rule vue/return-in-computed-property.
Enhancements
- 7904536 updated
no-invalid-v-on
rule to support Vue.js 2.4.0. The v2.4.0 supportsv-on
object syntax with no arguments.
v3.6.0
Features
- 455e9b9 added new rule vue/no-side-effects-in-computed-properties.
v3.5.1
v3.5.0
v3.4.0
Enhancements
- 866d057 adds a new rule no-template-key. This rule disallows
key
attribute on<template>
elements because it does not work.
Bug fixes
- 866d057 fixed false positives of no-invalid-v-for and require-v-for-key rules. Now it checks whether child elements of
<template>
elements havev-bind:key
attribute rather than the<template>
elements.
v3.3.0
v3.2.2
v3.2.1
v3.2.0
Features
- 9fff64d added order-in-components rule.