Skip to content

Latest commit

 

History

History
91 lines (46 loc) · 4.23 KB

CHANGELOG.md

File metadata and controls

91 lines (46 loc) · 4.23 KB

Changelog

4.1.3 (2023-11-03)

Bug Fixes

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

4.1.2 (2023-11-01)

Bug Fixes

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

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)

4.1.0 (2023-10-30)

Refactors

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

4.0.1 (2023-08-29)

build

4.0.0 (2023-02-13)

⚠ BREAKING CHANGES

build

  • upgrade peer dependency stylelint to 15.0.0 (21af576)

Refactors

  • remove deprecated rules (6ed0c3d)

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)

3.0.0 (2023-02-09)

⚠ BREAKING CHANGES

  • remove the rule stylelint-declaration-block-no-ignored-properties if you are using it
  • remove the role 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)