File tree 3 files changed +6
-4
lines changed
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.1
4
+
5
+ _ October 23, 2024_
4
6
5
7
- Updated: ` postcss-selector-parser `
6
8
- Updated [ ` @csstools/selector-specificity ` ] ( https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity ) to [ ` 5.0.0 ` ] ( https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity/CHANGELOG.md#500 ) (major)
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.0 /dist/browser-global.js" ></script >
169
+ <script src =" https://unpkg.com/css-has-pseudo@7.0.1 /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.0 /dist/browser-global.js `
174
+ > Please use a versioned url, like this : ` https://unpkg.com/css-has-pseudo@7.0.1 /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.0 " ,
4
+ "version" : " 7.0.1 " ,
5
5
"contributors" : [
6
6
{
7
7
"name" : " Antonio Laguna" ,
You can’t perform that action at this time.
0 commit comments