Skip to content

Releases: stylelint-scss/stylelint-scss

6.9.0

11 Nov 21:00
Compare
Choose a tag to compare
  • Added: missing native functions (#1070).
  • Fixed: unify rule messages (#1072).

Full Changelog: v6.8.1...v6.9.0

6.8.1

17 Oct 16:43
Compare
Choose a tag to compare
  • Fixed: declaration-property-value-no-unknown fix false positives for nested properties in nested declarations (#1068).

Full Changelog: v6.8.0...v6.8.1

6.8.0

16 Oct 18:38
Compare
Choose a tag to compare
  • Added: function-color-channel rule (#1060).
  • Added: selector-no-redundant-nesting-selector support for Dart Sass deprecation (#1022).
  • Fixed: declaration-property-value-no-unknown include explicit namespace variables in isDollarVar() (#1062).
  • Fixed: declaration-property-value-no-unknown fix false positives for imported custom functions (#1061).
  • Fixed: declaration-property-value-no-unknown reported ranges and message (stylelint/stylelint#8003, #1066).
  • Fixed: declaration-property-value-no-unknown false negatives/positives via [email protected] (stylelint/stylelint#7993, #1065).

Full Changelog: v6.7.0...v6.8.0

6.7.0

18 Sep 19:33
Compare
Choose a tag to compare
  • Added: function-no-unknown: add support for Sass v1.78 color.channel function (#1052).

Full Changelog: v6.6.0...v6.7.0

6.6.0

12 Sep 15:26
Compare
Choose a tag to compare
  • Added: declaration-property-value-no-unknown: add support for first-class operators (#1042).
  • Added: declaration-property-value-no-unknown: add support SCSS variables as arguments in nested functions (#1042).

Full Changelog: v6.5.1...v6.6.0

6.5.1

25 Aug 08:34
Compare
Choose a tag to compare
  • Fixed: function-quote-no-quoted-strings-inside fix broken autofix (#1043).

Full Changelog: v6.5.0...v6.5.1

6.5.0

04 Aug 20:02
Compare
Choose a tag to compare
  • Added: property-no-unknown add support for nested declarations (#1024).
  • Added: declaration-property-value-no-unknown rule (#1023).
  • Fixed: operator-no-unspaced fix false positives with comparison operators (#1037).

Full Changelog: v6.4.1...v6.5.0

6.4.1

10 Jul 13:28
Compare
Choose a tag to compare
  • Fixed: false positive for mixins in load-partial-extension (#1021).

Full Changelog: v6.4.0...v6.4.1

6.4.0

09 Jul 20:18
Compare
Choose a tag to compare
  • Added: load-partial-extension rule, and deprecated at-import-partial-extension rule (#998).
  • Fixed: partial-no-import message to include more accurate rule name (#1019).

Full Changelog: v6.3.2...v6.4.0

6.3.2

19 Jun 19:14
Compare
Choose a tag to compare
  • Fixed: at-mixin-no-risky-nesting-selector fix false positives (#1010).
  • Fixed: operator-no-unspaced handle variables with unary negation (#1011).

Full Changelog: v6.3.1...v6.3.2