Skip to content

Commit

Permalink
Version 26.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 9, 2025
1 parent 8ebaee9 commit 3644055
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
5 changes: 5 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Avi Vahl <[email protected]>
Behind The Math <[email protected]>
Ben Gilbert <[email protected]>
Bernd Hacker <[email protected]>
Birk Skyum <[email protected]>
Brandon Bethke <[email protected]>
Brandon Paton <[email protected]>
Brendan Abbott <[email protected]>
Expand Down Expand Up @@ -120,6 +121,7 @@ gregory80 <[email protected]>
Haz <[email protected]>
Henrik Giesel <[email protected]>
Henry Zhu <[email protected]>
hesxenon <[email protected]>
hij1nx <[email protected]>
i8-pi <[email protected]>
Ian Young <[email protected]>
Expand Down Expand Up @@ -155,6 +157,7 @@ Johan Sköld <[email protected]>
John Hurliman <[email protected]>
John Nguyen <[email protected]>
John Roberts <[email protected]>
Jon Bevan <[email protected]>
Jon Dufresne <[email protected]>
Jon Jensen <[email protected]>
Jon Sakas <[email protected]>
Expand Down Expand Up @@ -200,6 +203,7 @@ Lon Ingram <[email protected]>
Louis-Dominique Dubeau <[email protected]>
lovebear <[email protected]>
Lucian Buzzo <[email protected]>
Lucian Mocanu <[email protected]>
Ludovico Fischer <[email protected]>
Luis Silva <[email protected]>
Lukas Bünger <[email protected]>
Expand Down Expand Up @@ -296,6 +300,7 @@ Sebastiaan Marynissen <[email protected]>
Sebastian Mayr <[email protected]>
Sebastian McKenzie <[email protected]>
Sebastian Silbermann <[email protected]>
Sebastian Wachter <[email protected]>
Sébastien Doeraene <[email protected]>
Sergei Ianovich <[email protected]>
Shimon Doodkin <[email protected]>
Expand Down
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 26.0.0

Breaking change: [`canvas`](https://www.npmjs.com/package/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 for `URL.parse()`.
* Updated `cssstyle` and `rrweb-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.

## 25.0.1

* Updated dependencies, notably `tough-cookie`, which no longer prints a deprecation warning.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "25.0.1",
"version": "26.0.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 3644055

Please sign in to comment.