Skip to content

Releases: stylelint-scss/stylelint-scss

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

6.3.1

03 Jun 20:20
Compare
Choose a tag to compare
  • Fixed: selector-no-redundant-nesting-selector handle pseudo selectors (#1008).
  • Fixed: operator-no-unspaced handle Tailwind CSS direct children styling (#1007).
  • Fixed: no-unused-private-members fix changes from hyphen to underscore in debug message (#1002).

Full Changelog: v6.3.0...v6.3.1

6.3.0

03 May 20:35
Compare
Choose a tag to compare
  • Added: at-mixin-no-risky-nesting-selector rule (#985).
  • Fixed: property-no-unknown ignore interpolated properties (#977).
  • Fixed: no-unused-private-members treat hyphens and underscores as equals (#987).
  • Fixed: no-global-function-names report errors inside at-rules (#988).
  • Fixed: operator-no-unspaced ignore operators inside @scope (#995).
  • Fixed: no-duplicate-mixins allow using the same mixin name in different scope (#997).

Full Changelog: v6.2.1...v6.3.0

6.2.1

05 Mar 16:16
Compare
Choose a tag to compare
  • Fixed: function-no-unknown: fix falsely reported CSS functions (#976).

Full Changelog: v6.2.0...v6.2.1

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