Releases: vuejs/eslint-plugin-vue
Releases Β· vuejs/eslint-plugin-vue
v4.7.0
v4.6.0
Diff: v4.5.0 -> v4.6.0
β Features
- #461 Update
attribute-hyphenation
to allow a custom ignore list - a95dfbb (#289) Add vue/no-use-v-if-with-v-for rule
π Bug fixes
- 552ea4f #463 Allow "default" key to be used also as a Literal in
require-default-key
rule - 409fe31 #464 Fix false positive in
vue/no-side-effect-in-computed-properties
- 30f94f8 #465 Fix
getComputedProperties
by allowing object spread inside CP
βοΈ Chores
- #458 Docs: fix typo in plugin name
- 3f88f28 Docs: Update
require-v-for-key
- 88b1f2d #473 Docs: Add information about linting
.vue
files - 8ea21c8 #480 Docs: Update
vue/no-side-effects-in-computed-properties
- f8f8ac9 #487 Docs: Update vscode settings example
- 0b86a4e #484 Remove yarn.log
- 1c5604a #507 Docs: Update
vue/html-closing-bracket-spacing
- c7bb1f5 #508 Docs: Update
vue/html-closing-bracket-newline
- f028b57 #512, 157eff9 Docs: Add missing URLs
- 1a31fe8 Docs: Update Readme
v4.5.0
v4.4.0
v4.3.0
Diff: v4.2.2 -> v4.3.0
β Features
- ccb6488 (#289) Add vue/prop-name-casing rule
- 33ce7aa (#209) Add vue/attribute-order rule
- 742bfd6 (#380) Make
vue/max-attributes-per-line
fixable - 9857496 (#381) Make
vue/order-in-components
fixable - 98dbf8a (#322) Add Vue.extend support, add missing info about Vue.mixin check in readme
π Bug fixes
- 5eaffdf (#374) Fix script-indent to prevent removing <script> tag
- a594690 (#392) Fix
no-async-in-computed-properties
crash - b33ef75 (#394) Fix
valid-v-on
false positive - c6d25af (#395) Fix indent rules false positive
βοΈ Chores
v4.2.2
v4.2.1
v4.2.0
Diff: v4.1.0 -> v4.2.0
β Features
- 784925b (#309) Add vue/script-indent rule
π Bug fixes
- f3c609d (#331), c4356d5 (#338) Fix unintentional disabling
- 9f83c5a (#333) Fix
vue/html-indent
for solo comments
βοΈ Chores
v4.1.0
Diff: v4.0.1 -> v4.1.0
β Features
- cdd4163 (#190) Add rule html-closing-bracket-newline
- 7faf1a4 (#312) Add rule html-closing-bracket-spacing
- ad84e0b (#260) Add eslint-disable support in
<template>