Skip to content

Releases: future-architect/eslint-plugin-vue-scoped-css

v2.6.0

12 Dec 10:58
cdae744

Choose a tag to compare

Minor Changes

  • feat: use eslint-compat-utils (#316)

v2.5.1

05 Oct 06:43
08bf7b8

Choose a tag to compare

Patch Changes

  • fix(deps): bump postcss to 8.4.31 (#303)

v2.5.0

02 Jul 08:08
2778d90

Choose a tag to compare

Minor Changes

  • Improve no-unused-selector performance (#285)

v2.4.0

26 Jan 22:41
737f966

Choose a tag to compare

Minor Changes

  • feat: improved tracking of js expression values (#260)

v2.3.0

26 Jan 08:33
830f1e4

Choose a tag to compare

Minor Changes

  • feat: add v-deep-pseudo-style, v-slotted-pseudo-style, and v-global-pseudo-style rules (#259)

  • feat: add checkUnscoped option to no-unused-keyframes, no-unused-selector, and require-selector-used-inside rules (#255)

  • feat: support for description in directive comments (#256)

v2.2.0

03 Feb 03:52

Choose a tag to compare

⚙️ Updates

Full Changelog: v2.1.0...v2.2.0

v2.1.0

24 Dec 06:20

Choose a tag to compare

🐛 Bug Fixes

  • Fix false positives for v-for in no-unused-selector rule by @ota-meshi in #180

Full Changelog: v2.0.0...v2.1.0

v2.0.0

29 Oct 05:36

Choose a tag to compare

💥 Breaking Changes

  • Upgraded dependencies.

Full Changelog: v1.3.0...v2.0.0

v1.3.0

22 Aug 15:15

Choose a tag to compare

⚙️ Updates

  • #152 Added support for ESLint v8 (beta).

v1.2.2

13 Jul 01:57

Choose a tag to compare

🐛 Bugfixes

  • #145 Fixed eslint peer dependencies.