Skip to content

Releases: stylelint-scss/stylelint-scss

4.4.0

12 Feb 03:12
Compare
Choose a tag to compare
  • Added: support for Stylelint version 15.
  • Added: at-rule-no-unknown and at-each-key-value-single-line rules support for end positions (#655, #689).
  • Fixed: at-function-pattern and at-mixin-pattern, fix warnings to range only one line (#639).
  • Fixed: at-import-partial-extension autofix incorrectly replacing the filename (#643).
  • Fixed: media-feature-value-dollar-variable add support for @use (#715).
  • Fixed: function-quote-no-quoted-strings-inside bug with autofix (#740).

4.3.0

08 Jul 12:26
Compare
Choose a tag to compare
  • Added: options ignore: "after-dollar-variable" to dollar-variable-empty-line-before (#604)
  • Fixed: Make filenames with dots work with at-import-partial-extension rule (#612)
  • Added: meta property for all rules (#602)
  • Added: at-import-partial-extension autofix only when "never" (#608)

4.2.0

15 Mar 15:38
Compare
Choose a tag to compare
  • Added: function-no-unknown rule (#591).
  • Updated: stylelint peer dependency version to ^14.5.1 (required by the function-no-unknown rule).

v4.1.0...v4.2.0

4.1.0

21 Dec 08:01
Compare
Choose a tag to compare
  • Added: at-use-no-unnamespaced rule (#569).
  • Added: dollar-variable-no-namespaced-assignment rule (#570).
  • Changed: at-each-key-value-single-line add support for Sass modules (#580).

4.0.1

08 Dec 09:25
Compare
Choose a tag to compare
  • Fixed: operator-no-unspaced false positive when using a loop (#575).
  • Fixed: operator-no-unspaced don't check operators from data URIs (#574).
  • Updated: parseSelector function to match the one in stylelint repo (#567).
  • Fixed: no-global-function-names removed checks functions that cause warnings for global CSS functions (min, max, filter) (#566).

4.0.0

21 Oct 15:55
Compare
Choose a tag to compare
  • Removed: stylelint@13 support.
  • Added: stylelint@14 support.

3.21.0

14 Sep 05:27
Compare
Choose a tag to compare
  • Changed: no-global-function-names handle interpolated values and add mappings for color functions.

3.20.1

19 Jul 07:24
Compare
Choose a tag to compare
  • Fixed: comment-no-empty remove duplicate rule name from rule's rejected message and improve readme.
  • Fixed: at-rule-no-unknown remove duplicate rule name from rule's rejected message.

3.20.0

18 Jul 13:36
Compare
Choose a tag to compare
  • Changed: dollar-variable-first-in-block to support @use and @forward when using the ignore: ["imports"] option.
  • Fixed: selector-nest-combinators throwing an error when certain type of nesting was used.
  • Fixed: dimension-no-non-numeric-values throwing an error for certain type of unitless interpolation.

3.19.0

08 Feb 08:22
Compare
Choose a tag to compare
  • Added: ignoreDefaults option to no-duplicate-dollar-variables rule.