Skip to content

Releases: simonsmith/stylelint-component-custom-property

2.1.0

08 Sep 13:12

Choose a tag to compare

2.1.0 (2025-09-08)

Features

  • remove file name warnings (d2fb6ed)

2.0.0

08 Sep 12:59

Choose a tag to compare

2.0.0 (2025-09-08)

Code Refactoring

  • remove concept of "direct assignments" (2cdf841)

BREAKING CHANGES

  • this was prevent legit use of custom properties to
    override children:
.root {
  position: relative;

  --SomeChild-width: 960px;
}

Instead we now just care about "API declarations"

1.0.1

04 Sep 16:34

Choose a tag to compare

1.0.1 (2025-09-04)

Bug Fixes

  • ensure package files are built (f1ee091)

1.0.0

04 Sep 15:26

Choose a tag to compare

1.0.0 (2025-09-04)

Bug Fixes

  • ensure component name is validated correctly (1ef167b)

Features

  • add suitcss validation utility (0bb1108)
  • add support for custom properties declared as values (00c9fa2)