Skip to content

v7.6.0

Compare
Choose a tag to compare
@ota-meshi ota-meshi released this 15 Feb 01:06
· 475 commits to master since this release

✨ Enhancements

New Rules:

  • #1001, #1432 Added vue/html-button-has-type rule.

Other changes in Rules:

  • #1429 Added "SLOT" option to vue/attributes-order rule to specify v-slot order.
  • #1430 Changed the option schema for the following rules to be stricter. Incorrect options are reported as errors.
    • vue/attributes-order rule.
    • vue/component-tags-order rule.
    • vue/max-attributes-per-line rule.
    • vue/new-line-between-multi-line-property rule.
    • vue/no-bare-strings-in-template rule.
    • vue/no-duplicate-attributes rule.
    • vue/no-potential-component-option-typo rule.
    • vue/no-reserved-component-names rule.
    • vue/no-use-v-if-with-v-for rule.
    • vue/no-useless-mustaches rule.
    • vue/no-useless-v-bind rule.
    • vue/valid-v-slot rule.
  • #1436 Improved autofix of vue/no-deprecated-slot-attribute rule when slot name contains _.

🐛 Bug Fixes

  • #1434 Fixed false negatives for v-bind="object" in vue/attributes-order rule.

⚙️ Updates

  • #1440 Upgrade vue-eslint-parser to v7.5.0.
    This change fixes an issue that caused a crash when using some queries with vue/no-restricted-syntax rule.

All commits: v7.5.0 -> v7.6.0