Skip to content

Releases: vuejs/eslint-plugin-vue

v9.6.0

04 Oct 04:54
Compare
Choose a tag to compare

✨ Enhancements

πŸ› Bug Fixes

Full Changelog: v9.5.1...v9.6.0

v9.5.1

16 Sep 18:39
Compare
Choose a tag to compare

πŸ› Bug Fixes

Full Changelog: v9.5.0...v9.5.1

v9.5.0

16 Sep 07:12
Compare
Choose a tag to compare

✨ Enhancements

βš™οΈ Updates

Full Changelog: v9.4.0...v9.5.0

Thanks @dev1437, @Amorites, @acupofspirt for your contributions!

v9.4.0

23 Aug 11:14
Compare
Choose a tag to compare

πŸ› Bug Fixes

Full Changelog: v9.3.0...v9.4.0

v9.3.0

25 Jul 06:10
Compare
Choose a tag to compare

βš™οΈ Updates

πŸ› Bug Fixes

Full Changelog: v9.2.0...v9.3.0

v9.2.0

06 Jul 00:44
Compare
Choose a tag to compare

βš™οΈ Updates

Full Changelog: v9.1.1...v9.2.0

v9.1.1

11 Jun 02:46
Compare
Choose a tag to compare

πŸ› Bug Fixes

Full Changelog: v9.1.0...v9.1.1

v9.1.0

01 Jun 08:14
Compare
Choose a tag to compare

πŸ› Bug Fixes

Full Changelog: v9.0.1...v9.1.0

v9.0.1

18 May 13:59
Compare
Choose a tag to compare

πŸ› Bug Fixes

Full Changelog: v9.0.0...v9.0.1

v9.0.0

18 May 03:45
Compare
Choose a tag to compare

πŸ’₯ Breaking Changes

Change Vue 3 presets configs

Change Vue 2 preset configs

Note: The rules marked with * are now included in the plugin:vue/essential config because @vue/composition-api and unplugin-vue2-script-setup add (limited) support for these Vue 3 features in Vue 2. If you don't use those libraries, enabling these rules shouldn't affect you.

Deprecated features

Removed features

Previously deprecated rules are removed completely:

Previously deprecated internal util methods are removed completely:

  • getComponentProps: use getComponentPropsFromOptions instead
  • getComponentEmits: use getComponentEmitsFromOptions instead

✨ Enhancements

πŸ› Bug Fixes

Full Changelog: v8.7.0...v9.0.0