Skip to content

Releases: vuejs/eslint-plugin-vue

v4.2.1

28 Jan 22:10
Compare
Choose a tag to compare

Diff: v4.2.0 -> v4.2.1

πŸ› Bug fixes

  • 39de540 Fix indent bug about semicolons
  • 26ab87a (#333) Fix indent bug about shorthand properties

βš™οΈ Chores

  • 095ef4f (#341) Add require-meta-docs-url internal rule
  • bd20b8b (#364) Docs: fix JSON formatting error in the options example

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