Releases: vuejs/eslint-plugin-vue
Releases · vuejs/eslint-plugin-vue
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>
🐛 Bug fixes
v4.0.1
v4.0.0-beta.5
Diff: v4.0.0-beta.4 -> v4.0.0-beta.5
⭐ Features
🐛 Bug fixes
- b434ff9 (#302) Properly mark variables as used in
no-unused-vars
rule - 45104ad (#308) Update side-effect detection REGEX in
no-side-effects-in-computed-properties
⚙️ Chores
v4.0.0
v4.0.0-beta.5
has been marked as official v4 release. See v4.0.0-beta.5 release notes
v4.0.0-beta.4
v4.0.0-beta.3
v4.0.0-beta.2
v4.0.0-beta.1
v4.0.0-beta.0
Diff: v3.14.0 -> v4.0.0-beta.0
🐛 Bug fixes
- 2793ca2 (#242) Don't report dynamic types on inputs with v-model directive
- ac581a4 (#243) Omit BinaryExpression in v-model references check
⚙️ Chores
- d611cd8 (#205) Align rules' configuration with official Style Guide
- 965a327 (#228) Update html-end-tags doc
- 0f18b3b (#232) Remove deprecated rules
- 09b8f90 (#234) Update example config to use essential rules
- 7a29f57 (#233) Enable HTML syntax errors by default
- 6b13226 (#239) Update
html-indent
rule doc