Skip to content

Releases: vuejs/eslint-plugin-vue

v10.1.0

30 Apr 08:36
Compare
Choose a tag to compare

✨ Enhancements

  • #2734 Improved allowlist option of vue/no-bare-strings-in-template rule to accept regex.
  • #2736 Added vue/define-props-destructuring rule that enforce consistent style for props destructuring.
  • #2685 Added disallowComments option to vue/no-multiple-template-root rule.

Full Changelog: v10.0.1...v10.1.0

v10.0.1

29 Apr 01:05
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • #2700 Fixed incorrect type for .eslintrc configs.
  • #2703 Fixed false negatives for multiple script blocks in vue/prefer-use-template-ref rule.
  • #2726 Fixed false positives for tagged template expressions in vue/no-ref-as-operand rule.
  • #2728 Fixed false negatives for props destructure in vue/require-default-prop rule.
  • #2731 Fixed false positives for renamed props in vue/no-dupe-keys rule.

βš™οΈ Updates

  • #2701 Improved the report location for vue/no-export-in-script-setup rule.
  • #2724 Improved the report location for vue/html-self-closing rule.

Full Changelog: v10.0.0...v10.0.1

v10.0.0

05 Mar 05:51
Compare
Choose a tag to compare

πŸ’₯ Breaking changes

✨ Enhancements

βš™οΈ Updates

  • #2171 Updated resources.
  • #2675 Deprecated Vue 2 only rules. They will be removed in eslint-plugin-vue v11.

Full Changelog: v9.33.0...v10.0.0

v9.33.0

05 Mar 02:28
Compare
Choose a tag to compare

✨ Enhancements

πŸ› Bug Fixes

Full Changelog: v9.32.0...v9.33.0

v9.32.0

30 Nov 06:07
Compare
Choose a tag to compare

✨ Enhancements

πŸ› Bug Fixes

Full Changelog: v9.31.0...v9.32.0

v9.31.0

11 Nov 23:19
Compare
Choose a tag to compare

✨ Enhancements

πŸ› Bug Fixes

βš™οΈ Updates

Full Changelog: v9.30.0...v9.31.0

v9.30.0

28 Oct 10:30
Compare
Choose a tag to compare

πŸ› Bug Fixes

Full Changelog: v9.29.1...v9.30.0

v9.29.1

20 Oct 15:09
Compare
Choose a tag to compare

πŸ› Bug Fixes

Full Changelog: v9.29.0...v9.29.1

v9.29.0

11 Oct 06:38
Compare
Choose a tag to compare

✨ Enhancements

New Rules

Others

βš™οΈ Updates

  • #2528, #2566 Added TypeScript declarations for configs.
  • #2565 Added support for recognizing Vue components in .tsx files.

v9.28.0

03 Sep 02:50
Compare
Choose a tag to compare

✨ Enhancements

New Rules

New Features

πŸ› Bug Fixes

βš™οΈ Updates

  • #2498 Renamed flat config names for inspector.

Full Changelog: v9.27.0...v9.28.0