Navigation Menu

Skip to content

v7.14.0

Compare
Choose a tag to compare
@ota-meshi ota-meshi released this 18 Jul 09:12
· 388 commits to master since this release

✨ Enhancements

  • #1568 Added vue/require-expose rule that enforces the component to explicitly declare the exposed properties to the component using expose.
  • #1566 Updated vue/no-unused-properties rule to support expose
  • #1574 Updated some rules to support style CSS vars injection.
    • vue/no-parsing-error rule.
    • vue/no-unused-properties rule.
    • vue/script-setup-uses-vars rule.
    • vue/no-unsupported-features rule.
  • #1565 Improved report location of vue/valid-v-xxx rules.

🐛 Bug Fixes

  • #1569 Fixed false positives for <script setup> in vue/no-lifecycle-after-await rule.
  • #1569 Fixed false positives for <script setup> in vue/no-watch-after-await rule.
  • #1569 Fixed false positives for <script setup> in vue/no-restricted-call-after-await rule.
  • #1575 Downgraded to semver compatible with Node v8.

All commits: v7.13.0 -> v7.14.0