File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes to CSS Has Pseudo
22
3- ### Unreleased (patch)
3+ ### 8.0.1
4+
5+ _ July 22, 2026_
46
57- Rewritten browser polyfill as ES3
68
Original file line number Diff line number Diff line change 166166
167167``` html
168168<!-- When using a CDN url you will have to manually update the version number -->
169- <script src =" https://unpkg.com/css-has-pseudo@8.0.0 /dist/browser-global.js" ></script >
169+ <script src =" https://unpkg.com/css-has-pseudo@8.0.1 /dist/browser-global.js" ></script >
170170<script >cssHasPseudo (document ) </script >
171171```
172172
173173> [ !TIP]
174- > Please use a versioned url, like this : ` https://unpkg.com/css-has-pseudo@8.0.0 /dist/browser-global.js `
174+ > Please use a versioned url, like this : ` https://unpkg.com/css-has-pseudo@8.0.1 /dist/browser-global.js `
175175> Without the version, you might unexpectedly get a new major version of the library with breaking changes.
176176
177177[ PostCSS Has Pseudo] works in all major browsers, including
Original file line number Diff line number Diff line change 11{
22 "name" : " css-has-pseudo" ,
33 "description" : " Style elements relative to other elements in CSS" ,
4- "version" : " 8.0.0 " ,
4+ "version" : " 8.0.1 " ,
55 "contributors" : [
66 {
77 "name" : " Antonio Laguna" ,
You can’t perform that action at this time.
0 commit comments