Skip to content

Releases: vuejs/eslint-plugin-vue

v4.0.1

06 Jan 22:03
Compare
Choose a tag to compare

Diff: v4.0.0 -> v4.0.1

🐛 Bug fixes

  • 9096846 (#317) Prevent data leakage in no-dupe-keys rule causing problems with multiple components in the same file

⚙️ Chores

  • dfcd26e (#313) Remove warning about @next version from readme

v4.0.0-beta.5

06 Jan 21:57
Compare
Choose a tag to compare

Diff: v4.0.0-beta.4 -> v4.0.0-beta.5

⭐ Features

  • e699f9c (#301) Add alignAttributesVertically option to html-indent rule

🐛 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

06 Jan 22:00
Compare
Choose a tag to compare

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

06 Jan 21:52
Compare
Choose a tag to compare

Diff: v4.0.0-beta.3 -> v4.0.0-beta.4

🐛 Bug fixes

  • d6fca8f (#295) Fix eslint crash when using object spread inside prop definition

⚙️ Chores

  • a96a1e0 (#297) Switch requireindex package to require-all

v4.0.0-beta.3

06 Jan 21:50
Compare
Choose a tag to compare

Diff: v4.0.0-beta.2 -> v4.0.0-beta.3

🐛 Bug fixes

⚙️ Chores

  • c7542bd (#291) Fix html-self-closing example json in documentation

v4.0.0-beta.2

06 Jan 21:45
Compare
Choose a tag to compare

Diff: v4.0.0-beta.1 -> v4.0.0-beta.2

⭐ Features

  • 887045a (#278) Make vue/no-shared-component-data rule fixable

🐛 Bug fixes

  • 3137c1f (#276) Fix the range of mustache-interpolation-spacing

v4.0.0-beta.1

06 Jan 21:43
Compare
Choose a tag to compare

Diff: v4.0.0-beta.0 -> v4.0.0-beta.1

⭐ Features

🐛 Bug fixes

⚙️ Chores

  • deedd7a (#244) Update readme and add information in FAQ about increased indentation of code in script tags
  • 3da5cfc (#272) Add playground link

v4.0.0-beta.0

06 Jan 21:38
Compare
Choose a tag to compare

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

v3.14.0

06 Jan 15:23
Compare
Choose a tag to compare

Diff: v3.13.1 -> v3.14.0

⭐ Features

🐛 Bug fixes

  • 43f248b (#221) Fix failing html-end-tags for self-closing elements
  • 73a9dd4 (#223) Don't report require-v-for-key on slots.
  • b23c518 (#231) Fix assignment check in no-side-effects-in-computed-property

⚙️ Chores

v3.13.1

06 Jan 15:11
Compare
Choose a tag to compare

Diff: v3.13.0 -> v3.13.1

🐛 Bug fixes

  • 827aaf9 (#175) Ensure that executeOnVueComponent is called after other queries.
  • e8331b1 (#180) ignore PUG templates

⚙️ Chores

  • e59b19e (#177) Fix deprecated rules links in README
  • 1c827b3 (#178) Update code examples in this-in-template rule
  • 94f387e (#142) Improve docs header
  • 92a1ae1 ( #198) Fix typo in docs no-duplicate-attributes
  • 8a4d02b (#200) Fix max-attributes-per-line example json configuration