Skip to content

Releases: stylelint-scss/stylelint-scss

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

5.0.0

29 Apr 13:36
Compare
Choose a tag to compare
  • Removed: babel dependency to remove an extra build step and reduce complexity

Full Changelog: v4.7.0...v5.0.0

4.7.0

29 Apr 12:24
Compare
Choose a tag to compare
  • Fixed: docs - small formatting fixes
  • Removed: dlv dependency

Full Changelog: v4.6.0...v4.7.0

4.6.0

26 Mar 09:26
Compare
Choose a tag to compare
  • Fixed: docs - fix broken links and wording tweaks
  • Removed: Lodash dependency

Full Changelog: v4.5.0...v4.6.0

4.5.0

14 Mar 20:05
Compare
Choose a tag to compare
  • Fixed: operator-no-unspaced make data uri regex less strict (#767).
  • Changed: operator-no-unspaced add support for :has (#768).
  • Changed: function-no-unknown add support for @use (#773).

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