Skip to content

Releases: vuejs/eslint-plugin-vue

v4.2.2

28 Jan 22:23
Compare
Choose a tag to compare

Diff: v4.2.1 -> v4.2.2

🐛 Bug fixes

  • 8b8402f (#366) Ignore indent in <pre> tag (vue/html-indent)

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