File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changes to CSS Has Pseudo
2
2
3
- ### Unreleased (patch)
3
+ ### 7.0.2
4
+
5
+ _ December 13, 2024_
4
6
5
7
- Fix handling of stylesheets loaded after the polyfill was first started.
6
8
Original file line number Diff line number Diff line change 166
166
167
167
``` html
168
168
<!-- When using a CDN url you will have to manually update the version number -->
169
- <script src =" https://unpkg.com/css-has-pseudo@7.0.1 /dist/browser-global.js" ></script >
169
+ <script src =" https://unpkg.com/css-has-pseudo@7.0.2 /dist/browser-global.js" ></script >
170
170
<script >cssHasPseudo (document ) </script >
171
171
```
172
172
173
173
> [ !TIP]
174
- > Please use a versioned url, like this : ` https://unpkg.com/css-has-pseudo@7.0.1 /dist/browser-global.js `
174
+ > Please use a versioned url, like this : ` https://unpkg.com/css-has-pseudo@7.0.2 /dist/browser-global.js `
175
175
> Without the version, you might unexpectedly get a new major version of the library with breaking changes.
176
176
177
177
[ PostCSS Has Pseudo] works in all major browsers, including
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " css-has-pseudo" ,
3
3
"description" : " Style elements relative to other elements in CSS" ,
4
- "version" : " 7.0.1 " ,
4
+ "version" : " 7.0.2 " ,
5
5
"contributors" : [
6
6
{
7
7
"name" : " Antonio Laguna" ,
You can’t perform that action at this time.
0 commit comments