5.0.1 (2024-07-25)
- remove deprecated rule and use the new one (f9b04e9)
5.0.0 (2024-07-01)
- upgrade dependencies (5cd42f7)
- add missing peer dependency postcss (2c908c7)
4.1.3 (2023-11-03)
- fix the rule load-no-partial-leading-underscore not found (0dfe398)
4.1.2 (2023-11-01)
- remove deprecated rule and use with the new one (7e56c65)
4.1.1 (2023-10-30)
- fix selector-class-pattern does not match BEM notation (765704d)
- fix stylelint complains about :global selector (c722ec3)
- disable scss/comment-no-empty rule (d2bf0d9)
4.1.0 (2023-10-30)
4.0.1 (2023-08-29)
- upgrade dependencies (64dd353)
4.0.0 (2023-02-13)
- See https://github.com/stylelint/stylelint/blob/main/docs/migration-guide/to-15.md#deprecated-stylistic-rules
- See https://github.com/stylelint/stylelint/releases/tag/15.0.0
- upgrade peer dependency stylelint to 15.0.0 (21af576)
- remove deprecated rules (6ed0c3d)
3.0.1 (2023-02-10)
- 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)
- 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
- 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)