Skip to content

Releases: stylelint-scss/stylelint-scss

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).

1.4.0

12 Dec 17:18
Compare
Choose a tag to compare
  • Added: at-else-closing-brace-newline-after rule.
  • Added: at-else-closing-brace-space-after rule.
  • Added: at-if-closing-brace-newline-after rule.
  • Added: at-if-closing-brace-space-after rule.
  • Added: at-else-empty-line-before rule.
  • Added: declaration-nested-properties rule.
  • Added: declaration-nested-properties-no-divided-groups rule.
  • Added: dollar-variable-empty-line-before rule.
  • Added: ignore: "local"|"global" to the dollar-variable-pattern rule.
  • Added: docs folder to npm package.
  • Removed: src folder from npm package.
  • Removed: NodeJS 0.12.x support, stylelint-scss now requires NodeJS > 4.2.1 LTS or greater

1.3.4

03 Aug 07:20
Compare
Choose a tag to compare
  • Fixed: parsing - and + at the operation start in operator- rules.
  • Fixed: findCommentsInRaws false positives on comments inside strings (applicable to rules double-slash-comment-inline, double-slash-comment-whitespace-inside, operator-no-unspaced).

1.3.3

31 Jul 18:56
Compare
Choose a tag to compare
  • Fixed: parsing % character by operator- rules.
  • Fixed: false positives on operator- rules.

1.3.2

31 Jul 11:48
Compare
Choose a tag to compare
  • Fixed: findCommentsInRaws fail on parsing selectors like p:not(.not-p) (applicable to rules double-slash-comment-inline, double-slash-comment-whitespace-inside, operator-no-unspaced).
  • Fixed: 'double-slash-comment-whitespace-inside' false positives on empty comments (e.g. //).
  • Fixed: findCommentsInRaws giving wrong column number (applicable to rules double-slash-comment-inline, double-slash-comment-whitespace-inside, operator-no-unspaced).