tag:github.com,2008:https://github.com/simonsmith/stylelint-component-custom-property/releases Release notes from stylelint-component-custom-property 2025-09-08T13:12:45Z tag:github.com,2008:Repository/1049368040/2.1.0 2025-09-08T13:12:47Z 2.1.0 <h1><a href="https://github.com/simonsmith/stylelint-component-custom-property/compare/2.0.0...2.1.0">2.1.0</a> (2025-09-08)</h1> <h3>Features</h3> <ul> <li>remove file name warnings (<a href="https://github.com/simonsmith/stylelint-component-custom-property/commit/d2fb6edafa9fe7bfa3b975db788629e6cdc78874">d2fb6ed</a>)</li> </ul> github-actions[bot] tag:github.com,2008:Repository/1049368040/2.0.0 2025-09-08T12:59:26Z 2.0.0 <h1><a href="https://github.com/simonsmith/stylelint-component-custom-property/compare/1.0.1...2.0.0">2.0.0</a> (2025-09-08)</h1> <h3>Code Refactoring</h3> <ul> <li>remove concept of "direct assignments" (<a href="https://github.com/simonsmith/stylelint-component-custom-property/commit/2cdf84156105ec485efa079f79ac8c64439847b3">2cdf841</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>this was prevent legit use of custom properties to<br> override children:</li> </ul> <div class="highlight highlight-source-css notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=".root { position: relative; --SomeChild-width: 960px; }"><pre>.<span class="pl-c1">root</span> { <span class="pl-c1">position</span><span class="pl-kos">:</span> relative; <span class="pl-s1">--SomeChild-width</span><span class="pl-kos">:</span> <span class="pl-c1">960<span class="pl-smi">px</span></span>; }</pre></div> <p>Instead we now just care about "API declarations"</p> github-actions[bot] tag:github.com,2008:Repository/1049368040/1.0.1 2025-09-04T16:34:09Z 1.0.1 <h2><a href="https://github.com/simonsmith/stylelint-component-custom-property/compare/1.0.0...1.0.1">1.0.1</a> (2025-09-04)</h2> <h3>Bug Fixes</h3> <ul> <li>ensure package files are built (<a href="https://github.com/simonsmith/stylelint-component-custom-property/commit/f1ee0918427726fbc29702eb438b24700cf58326">f1ee091</a>)</li> </ul> github-actions[bot] tag:github.com,2008:Repository/1049368040/1.0.0 2025-09-04T15:26:15Z 1.0.0 <h1>1.0.0 (2025-09-04)</h1> <h3>Bug Fixes</h3> <ul> <li>ensure component name is validated correctly (<a href="https://github.com/simonsmith/stylelint-component-custom-property/commit/1ef167bbd1c5d74a7ccf0e840552c2e80852fbd3">1ef167b</a>)</li> </ul> <h3>Features</h3> <ul> <li>add suitcss validation utility (<a href="https://github.com/simonsmith/stylelint-component-custom-property/commit/0bb11082001cb09b23cf9cbe1b4f595e6c1416cd">0bb1108</a>)</li> <li>add support for custom properties declared as values (<a href="https://github.com/simonsmith/stylelint-component-custom-property/commit/00c9fa25c2db20a1c1f4eabfbacac88b85d7a614">00c9fa2</a>)</li> </ul> github-actions[bot]