Skip to content

Releases: stylelint-scss/stylelint-scss

2.1.0

27 Aug 13:22
Compare
Choose a tag to compare
  • Added: at-else-if-parentheses-space-before rule.
  • Added: at-function-parentheses-space-before rule.
  • Added: at-mixin-parentheses-space-before rule.

2.0.1

04 Aug 16:55
Compare
Choose a tag to compare
  • Fixed: selector-no-redundant-nesting-selector now handles multiple nested selectors.

2.0.0

29 Jul 16:19
Compare
Choose a tag to compare

This version updates stylelint to version 8 and removes 2 rules that were deprecated in earlier versions.

  • Breaking changes:
    • Updated: stylelint dependency from version 7 to version 8.
    • Changed: stylelint is now listed in peerDependencies instead of dependencies. This means that you need to have stylelint installed in your project before using stylelint-scss.
    • Changed: white/blacklists and ignore* options to be case sensitive by default. See stylelint/stylelint#2709
    • Removed: 2 deprecated rules
      • at-import-no-partial-extension
      • at-mixin-no-argumentless-call-parentheses

1.5.2

29 Jul 15:17
Compare
Choose a tag to compare
  • Fixed: operator-no-unspaced support escaped operators by handling them in sassValueParser.
  • Fixed: declaration-nested-properties support escaped selectors by checking for escaped characters in parseNestedPropRoot.

1.5.1

09 Jul 11:56
Compare
Choose a tag to compare
  • Fixed: at-rule-no-unknown add missing export to ruleName.
  • Fixed: at-rule-no-unknown add options validation.

1.5.0

08 Jul 17:30
Compare
Choose a tag to compare
  • Added: at-rule-no-unknown rule.

1.4.4

10 Apr 15:06
Compare
Choose a tag to compare
  • Fixed: at-if-closing-brace-newline-after: support @elseif.

1.4.3

19 Feb 09:30
Compare
Choose a tag to compare

Fixed: at-mixin-no-argumentless-call-parentheses messages

1.4.2

19 Feb 08:18
Compare
Choose a tag to compare
  • Fixed: false positives in inline comment detecting by findCommentsInRaws if a comment is the first/last in a file/line
  • Fixed: findCommentsInRaws error in function detection

1.4.1

12 Dec 17:17
Compare
Choose a tag to compare
  • Fixed: mixed import names for at-else-closing-brace-space-after and at-else-empty-line-before rules.
  • Fixed: false positives for nested props rules (:not()-like selectors, strings, numbers).