Skip to content

Releases: vuejs/eslint-plugin-vue

v4.2.0

10 Jan 23:01
Compare
Choose a tag to compare

Diff: v4.1.0 -> v4.2.0

⭐ Features

🐛 Bug fixes

⚙️ Chores

v4.1.0

06 Jan 22:08
Compare
Choose a tag to compare

Diff: v4.0.1 -> v4.1.0

⭐ Features

🐛 Bug fixes

  • 8ea98e7 (#318) Report missing prop types only for assigned arrays and objects in require-prop-types

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