Releases: atolye15/stylelint-config
Releases · atolye15/stylelint-config
v5.0.1
v5.0.0
v4.1.3
v4.1.2
v4.1.1
v4.1.0
v4.0.1
v4.0.0
4.0.0 (2023-02-13)
⚠ BREAKING CHANGES
- 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
build
- upgrade peer dependency stylelint to 15.0.0 (21af576)
Refactors
- remove deprecated rules (6ed0c3d)
v3.0.1
v3.0.0
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
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)