Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-01-09 | 856 Bytes | |
Version 26.0.0 source code.tar.gz | 2025-01-09 | 4.1 MB | |
Version 26.0.0 source code.zip | 2025-01-09 | 4.5 MB | |
Totals: 3 Items | 8.7 MB | 0 |
Breaking change: canvas
peer dependency requirement has been upgraded from v2 to v3. (sebastianwachter)
Other changes:
- Added
AbortSignal.any()
. (jdbevan) - Added initial support for form-associated custom elements, in particular making them labelable and supporting the
ElementInternals
labels
property. The form-associated callbacks are not yet supported. (hesxenon) - Updated
whatwg-url
, adding support forURL.parse()
. - Updated
cssstyle
andrrweb-cssom
, to improve CSS parsing capabilities. - Updated
nwsapi
, improving CSS selector matching. - Updated
parse5
, fixing a bug around<noframes>
elements and HTML entity decoding. - Fixed
JSDOM.fromURL()
to properly reject the returned promise if the server redirects to an invalid URL, instead of causing an uncaught exception.