Skip to content

Releases: atolye15/stylelint-config

v4.1.3

03 Nov 06:41
3e4a07c
Compare
Choose a tag to compare

4.1.3 (2023-11-03)

Bug Fixes

  • fix the rule load-no-partial-leading-underscore not found (0dfe398)

v4.1.2

01 Nov 11:24
8e038c6
Compare
Choose a tag to compare

4.1.2 (2023-11-01)

Bug Fixes

  • remove deprecated rule and use with the new one (7e56c65)

v4.1.1

30 Oct 14:03
9197642
Compare
Choose a tag to compare

4.1.1 (2023-10-30)

Bug Fixes

  • fix selector-class-pattern does not match BEM notation (765704d)
  • fix stylelint complains about :global selector (c722ec3)

Refactors

  • disable scss/comment-no-empty rule (d2bf0d9)

v4.1.0

30 Oct 08:58
d450e08
Compare
Choose a tag to compare

4.1.0 (2023-10-30)

Refactors

  • allow to set initial as a value (70cb233)
  • use stylelint-config-standard-scss directly (69e87f5)

v4.0.1

29 Aug 13:19
17ddcdc
Compare
Choose a tag to compare

4.0.1 (2023-08-29)

build

v4.0.0

13 Feb 13:04
9eb69be
Compare
Choose a tag to compare

4.0.0 (2023-02-13)

⚠ BREAKING CHANGES

build

  • upgrade peer dependency stylelint to 15.0.0 (21af576)

Refactors

  • remove deprecated rules (6ed0c3d)

v3.0.1

10 Feb 12:37
8e1c446
Compare
Choose a tag to compare

3.0.1 (2023-02-10)

Refactors

  • removed the rule function-no-unknown because it causes many problems in scss (71b7829)
  • removed the rule scss/comment-no-empty because it does not work as expected (e89a3e3)

v3.0.0

09 Feb 13:05
1c80d68
Compare
Choose a tag to compare

3.0.0 (2023-02-09)

⚠ BREAKING CHANGES

  • remove the rule stylelint-declaration-block-no-ignored-properties if you are using it
  • remove the rule meowtec/no-px if you are using it
  • remove the rule scale-unlimited/declaration-strict-value if you are using it

Features

  • add new up-to-date rules (479271b)
  • add/update some of the rules (f1131a8)

Refactors

  • allow defining private variable, mixin, function and placeholder (afd3687)
  • remove stylelint-declaration-strict-value (3a38eab)
  • remove stylelint-no-px (ddecf36)
  • stylelint-declaration-block-no-ignored-properties removed because it is not very much needed (92b0c2f)
  • update gitignore to ignore some files (210d866)

v2.0.2

07 Jun 12:56
Compare
Choose a tag to compare

What's Changed

  • Upgrade npm packages

v2.0.1

01 Nov 12:27
2a9a033
Compare
Choose a tag to compare

What's Changed

  • Upgrade npm packages
  • Support only stylelint@14 drop oldest versions
  • Remove the rules which removed from stylelint

Migrating to v2.0.1

  • Visit here for more info

Full Changelog: v1.4.0...v2.0.1