Skip to content

Releases: vuejs/eslint-plugin-vue

v3.4.0

30 Jun 10:20
Compare
Choose a tag to compare
v3.4.0 Pre-release
Pre-release

Enhancements

  • 866d057 adds a new rule no-template-key. This rule disallows key attribute on <template> elements because it does not work.

Bug fixes

  • 866d057 fixed false positives of no-invalid-v-for and require-v-for-key rules. Now it checks whether child elements of <template> elements have v-bind:key attribute rather than the <template> elements.

v3.3.0

27 Jun 11:22
Compare
Choose a tag to compare
v3.3.0 Pre-release
Pre-release

Bug fixes

  • b0d613c fixed the false positives of no-invalid-v-on rule about v-on directives which have verb modifiers (.stop or .prevent).
  • a8bdf72 removed html-no-self-closing rule from plugin:vue/recommended configuration.

v3.2.2

27 Jun 11:17
Compare
Choose a tag to compare
v3.2.2 Pre-release
Pre-release

Bug fixes

  • 62c60d7 fixed the false positives of no-invalid-template-root rule about empty templates.

v3.2.1

27 Jun 11:15
Compare
Choose a tag to compare
v3.2.1 Pre-release
Pre-release

Bug fixes

  • 0bbf368 fixed crash in the following cases:
    • Foreign attributes exist.
    • <tbody>/<thead> elements are omitted.

v3.2.0

27 Jun 09:10
Compare
Choose a tag to compare
v3.2.0 Pre-release
Pre-release

Features

v3.1.3

22 Jun 04:42
Compare
Choose a tag to compare
v3.1.3 Pre-release
Pre-release

Bug fixes

  • b71c7a3 fixed that rules crash if Atom is running the rules.

v3.1.2

22 Jun 04:40
Compare
Choose a tag to compare
v3.1.2 Pre-release
Pre-release

Bug fixes

  • 8da7f03 fixed that no-invalid-v-for crashes on :key without values (#37)

v3.1.1

20 Jun 03:20
Compare
Choose a tag to compare
v3.1.1 Pre-release
Pre-release

Bug fixes

  • 22aeca5 fixed the problem about self-closing elements (#29).
  • e8e67cc fixed the problem about loading vue-eslint-parser (#30).
  • 22aeca5 fixed the problem about the integration with eslint-plugin-import (#21 (comment))

v3.1.0

18 Jun 14:46
Compare
Choose a tag to compare
v3.1.0 Pre-release
Pre-release

Enhancements

  • 1dc567b added the sync modifier support to no-invalid-v-bind rule.

v3.0.1

18 Jun 14:43
Compare
Choose a tag to compare
v3.0.1 Pre-release
Pre-release

Bug fixes