Skip to content

Releases: stylelint-scss/stylelint-scss

6.2.0

03 Mar 19:49
Compare
Choose a tag to compare
  • Added: at-import-partial-extension-allowed-list rule, and deprecated at-import-partial-extension-whitelist rule (#958).
  • Added: at-import-partial-extension-disallowed-list rule, and deprecated at-import-partial-extension-blacklist rule (#958).
  • Fixed: no-unused-private-members check variables used as parameters and skip files using @import (#957).
  • Fixed: no-unused-private-members refactor variable search to match regex in atRules params and declaration values (#962).
  • Fixed: operator-no-unspaced fix data uri in background shorthand (#968).
  • Fixed: at-rule-conditional-no-parentheses remove extra autofix space (#969).
  • Fixed: function-no-unknown handle functions inside interpolation (#970).
  • Fixed: operator-no-unspaced fix function calls inside interpolation (#972).
  • Fixed: at-function-named-arguments handle interpolation in ignored function names (#973).
  • Fixed: at-import-no-partial-leading-underscore fix version in deprecation message (#974).

Full Changelog: v6.1.0...v6.2.0

6.1.0

21 Jan 14:38
Compare
Choose a tag to compare

Full Changelog: v6.0.0...v6.1.0

6.0.0

11 Dec 16:29
Compare
Choose a tag to compare
  • Added: stylelint@16 support.
  • Removed: stylelint@14 and stylelint@15 support.

Full Changelog: v5.3.2...v6.0.0

5.3.2

10 Dec 20:56
Compare
Choose a tag to compare
  • Fixed: function-no-unknown false negatives for functions with namespace (#888)
  • Fixed: at-root-no-redundant check selector list for parent selectors (#886)

Full Changelog: v5.3.1...v5.3.2

5.3.1

06 Nov 20:55
Compare
Choose a tag to compare
  • Fixed: improve block-no-redundant-nesting autofix (#883).

Full Changelog: v5.3.0...v5.3.1

5.3.0

28 Oct 08:22
Compare
Choose a tag to compare
  • Added: block-no-redundant-nesting rule (#872).
  • Added: load-no-partial-leading-underscore rule, and deprecated at-import-no-partial-leading-underscore rule (#867).
  • Added: autofix to at-root-no-redundant rule (#860).
  • Added: autofix to at-use-no-redundant-alias rule (#866).
  • Fixed: at-root-no-redundant check if all selectors followed by @at-root include '&' outside interpolation (#870).
  • Fixed: add styleLintType: "parseError" when parseSelector fails (#858).

Full Changelog: v5.2.1...v5.3.0

5.2.1

15 Sep 13:57
Compare
Choose a tag to compare
  • Fixed: add missing known-css-properties dependency (#857).

Full Changelog: v5.2.0...v5.2.1

5.2.0

14 Sep 19:35
Compare
Choose a tag to compare
  • Added: at-root-no-redundant rule to ban unnecessary @at-root rule (#846).
  • Added: property-no-unknown rule to disallow unknown properties. (#847).
  • Added: at-use-no-redundant-alias rule to disallow redundant namespace aliases (#848).
  • Added: function-calculation-no-interpolation rule to forbid interpolation in calc functions (#849).

Full Changelog: v5.1.0...v5.2.0

5.1.0

08 Aug 19:32
Compare
Choose a tag to compare
  • Added: function-disallowed-list rule support to ban specific built-in functions (#422, #844).

Full Changelog: v5.0.1...v5.1.0

5.0.1

07 Jun 21:02
Compare
Choose a tag to compare
  • Fixed: function-no-unknown ignore empty function names (#826).

Full Changelog: v5.0.0...v5.0.1