Skip to content

v7.1.0

Compare
Choose a tag to compare
@ota-meshi ota-meshi released this 18 Oct 13:48
· 523 commits to master since this release

✨ Enhancements

New Rules:

  • #1328 Added vue/block-tag-newline rule that enforces a line break (or no line break) after opening and before closing block tags.
  • #1326 Added vue/array-bracket-newline rule applies array-bracket-newline rule to expressions in <template>.

Other changes in Rules:

  • #1321 Added ignores option to vue/custom-event-name-casing rule.
  • #1330 Added allowModifiers option to vue/valid-v-slot rule.

🐛 Bug Fixes

  • #1332 Fixed CRLF issues.
  • #1305 Fixed false positives for recursive components in vue/no-unregistered-components rule.
  • #1324 Fixed false positives when used via argument in vue/no-unused-properties

⚙️ Updates

  • #1322 Changed not to use ESLint internal modules.

⚙️ Chores

  • #1337 Added Types for ES2021.
  • #1332 Upgraded vue-eslint-parser to 7.1.1

All commits: v7.0.1 -> v7.1.0