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.