Skip to content

Commit eb6b96a

Browse files
committed
postcss-focus-within v10.0.0
1 parent fc560fb commit eb6b96a

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

plugins/postcss-focus-within/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes to PostCSS Focus Within
22

3-
### Unreleased (major)
3+
### 10.0.0
4+
5+
_January 14, 2026_
46

57
- Updated: Support for Node `20.19.0` or later (major).
68
- Removed: `commonjs` API. In supported Node versions `require(esm)` will work without needing to make code changes.

plugins/postcss-focus-within/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ or
156156

157157
```html
158158
<!-- When using a CDN url you will have to manually update the version number -->
159-
<script src="https://unpkg.com/postcss-focus-within@9.0.1/dist/browser-global.js"></script>
159+
<script src="https://unpkg.com/postcss-focus-within@10.0.0/dist/browser-global.js"></script>
160160
<script>focusWithinInit()</script>
161161
```
162162

plugins/postcss-focus-within/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-focus-within",
33
"description": "Use the :focus-within pseudo-selector in CSS",
4-
"version": "9.0.1",
4+
"version": "10.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)