Skip to content

Latest commit

 

History

History
71 lines (36 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

71 lines (36 loc) · 2.13 KB

eslint-plugin-vue-scoped-css

2.8.1

Patch Changes

  • fix: vcssselector location (#358)

2.8.0

Minor Changes

  • feat: add support for flat config (#338)

2.7.2

Patch Changes

  • fix(deps): update dependency eslint-compat-utils to ^0.4.0 (#331)

2.7.1

Patch Changes

  • fix(deps): update dependency eslint-compat-utils to ^0.3.0 (#328)

2.7.0

Minor Changes

  • fix(deps): update dependency eslint-compat-utils to ^0.2.0 (#326)

2.6.1

Patch Changes

  • fix: downgrade postcss-safe-parser to v6 (#319)

2.6.0

Minor Changes

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

2.5.1

Patch Changes

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

2.5.0

Minor Changes

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

2.4.0

Minor Changes

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

2.3.0

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)