Navigation Menu

Skip to content

v7.20.0

Compare
Choose a tag to compare
@ota-meshi ota-meshi released this 20 Oct 04:40
· 341 commits to master since this release

✨ Enhancements

  • #1472 Added vue/no-undef-properties rule that warns of using undefined properties.
  • #1653 Added vue/no-computed-properties-in-data rule that disallow accessing computed properties in data().
  • #1659 Improved vue/no-use-computed-property-like-method rule reports.
  • #1661 Added vue/multi-word-component-names rule to enforce multiple words in component names.
  • #1663 Added vue/no-deprecated-router-link-tag-prop rule that disallow using deprecated tag property on <RouterLink>.

🐛 Bug Fixes

  • #1659 Fixed crash in vue/no-use-computed-property-like-method rule.
  • #1658 Fixed false positives for vars inside types in vue/valid-define-emits and vue/valid-define-props rules.

⚙️ Updates

  • #1654 Changed peer deps eslint ver from ^6.2.0 || ^7.0.0 || ^8.0.0-0 to ^6.2.0 || ^7.0.0 || ^8.0.0.

Full Changelog: v7.19.1...v7.20.0