| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-27 | 528 Bytes | |
| v30.0.0 source code.tar.gz | 2026-07-27 | 4.4 MB | |
| v30.0.0 source code.zip | 2026-07-27 | 5.1 MB | |
| Totals: 3 Items | 9.5 MB | 0 | |
Breaking changes:
- Node.js minimum version raised to
^22.22.2 || ^24.15.0 || >=26.0.0.
Other changes:
- Added
CSS.escape()andCSS.supports()functions. (@asamuzaK) - Added
'background-position-x'and'background-position-y'CSS properties. (@olagokemills) - Fixed
getComputedStyle()to convert length values into pixels. (@asamuzaK) - Fixed CSS function serialization, e.g., in the return value of
getPropertyValue(). (@asamuzaK) - Fixed the type of error thrown by
document.evaluate()(@dokson)