Skip to content

Releases: torchbox/stylelint-config-torchbox

v0.5.0

10 Oct 10:15

Choose a tag to compare

0.5.0 (2019-10-10)

Features

  • Stop enforcing a11y/content-property-no-static-value, which feels too restrictive for projects already following best practices.

Bug fixes

  • Fix scale-unlimited/declaration-strict-value being applied twice to background-color declarations.

v0.4.0

08 Oct 12:37

Choose a tag to compare

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

23 Sep 14:19

Choose a tag to compare

0.3.0 (2019-09-23)

Features

  • Stop enforcing order of rules and at-rules in declarations.

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.2.0

23 Sep 14:10

Choose a tag to compare

0.2.0 (2019-09-23)

Features

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.1.0

23 Sep 14:05

Choose a tag to compare

0.1.0 (2019-08-30)

First release