Skip to content

Releases: vuejs/eslint-plugin-vue

v3.9.0

04 Aug 00:37
Compare
Choose a tag to compare
v3.9.0 Pre-release
Pre-release

Diff: v3.8.0 -> v3.9.0

Features

Enhancements

Chores

  • e42491f (#115) Update code comments, improve tests for name-property-casing rule

  • c149f33 (#121) Add support for deprecated state in auto-generated readme

v3.8.0

04 Aug 00:21
Compare
Choose a tag to compare
v3.8.0 Pre-release
Pre-release

v3.7.0

21 Jul 19:59
Compare
Choose a tag to compare
v3.7.0 Pre-release
Pre-release

Features

Enhancements

  • 7904536 updated no-invalid-v-on rule to support Vue.js 2.4.0. The v2.4.0 supports v-on object syntax with no arguments.

v3.6.0

21 Jul 19:24
Compare
Choose a tag to compare
v3.6.0 Pre-release
Pre-release

v3.5.1

21 Jul 19:21
Compare
Choose a tag to compare
v3.5.1 Pre-release
Pre-release

Bug fixes

  • 602d80f fixed a bug that vue/no-invalid-v-for had not considered <slot> elements as HTML elements.
  • 799d1de fixed a bug that vue/order-in-components had not had correct option schema.

v3.5.0

30 Jun 10:21
Compare
Choose a tag to compare
v3.5.0 Pre-release
Pre-release

Enhancements

  • e729ad2 enabled experimentalObjectRestSpread option of vue/recommended config.

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.