Releases: torchbox/stylelint-config-torchbox
Releases · torchbox/stylelint-config-torchbox
v0.5.0
v0.4.0
0.4.0 (2019-10-08)
Features
- Enforce accessibility-related rules with stylelint-a11y (#2, #3).
- Enforce usage of variables for colors with stylelint-declaration-strict-value (#2, #4).
- Enforce "hyphenated BEM" nomenclature for class names with
selector-class-pattern(#1, #5). - Enforce "hyphenated lowercase" nomenclature for mixins with
scss/at-mixin-pattern(#1, #5).
BREAKING CHANGES
- Most if not all of the rules changes in this release are breaking changes. Expect breakage on every minor release until the config reaches v1.0.0.
v0.3.0
v0.2.0
0.2.0 (2019-09-23)
Features
- Enforce ordering of declaration blocks with stylelint-order.
- Allow using more usage of types in selectors with selector-max-type options.
- Enforce
number-leading-zero: always - Stop enforcing
scss/media-feature-value-dollar-variable:always
BREAKING CHANGES
- Most if not all of the rules changes in this release are breaking changes. Expect breakage on every minor release until the config reaches v1.0.0.