Skip to content

Commit 3644055

Browse files
committed
Version 26.0.0
1 parent 8ebaee9 commit 3644055

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

AUTHORS.txt

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Avi Vahl <[email protected]>
3939
Behind The Math <[email protected]>
4040
Ben Gilbert <[email protected]>
4141
Bernd Hacker <[email protected]>
42+
Birk Skyum <[email protected]>
4243
Brandon Bethke <[email protected]>
4344
Brandon Paton <[email protected]>
4445
Brendan Abbott <[email protected]>
@@ -120,6 +121,7 @@ gregory80 <[email protected]>
120121
121122
Henrik Giesel <[email protected]>
122123
Henry Zhu <[email protected]>
124+
123125
124126
125127
Ian Young <[email protected]>
@@ -155,6 +157,7 @@ Johan Sköld <[email protected]>
155157
John Hurliman <[email protected]>
156158
John Nguyen <[email protected]>
157159
John Roberts <[email protected]>
160+
Jon Bevan <[email protected]>
158161
Jon Dufresne <[email protected]>
159162
Jon Jensen <[email protected]>
160163
Jon Sakas <[email protected]>
@@ -200,6 +203,7 @@ Lon Ingram <[email protected]>
200203
Louis-Dominique Dubeau <[email protected]>
201204
202205
Lucian Buzzo <[email protected]>
206+
Lucian Mocanu <[email protected]>
203207
Ludovico Fischer <[email protected]>
204208
Luis Silva <[email protected]>
205209
Lukas Bünger <[email protected]>
@@ -296,6 +300,7 @@ Sebastiaan Marynissen <[email protected]>
296300
Sebastian Mayr <[email protected]>
297301
Sebastian McKenzie <[email protected]>
298302
Sebastian Silbermann <[email protected]>
303+
Sebastian Wachter <[email protected]>
299304
Sébastien Doeraene <[email protected]>
300305
Sergei Ianovich <[email protected]>
301306
Shimon Doodkin <[email protected]>

Changelog.md

+14
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ Other guidelines:
2626
* Roughly order changes within those groupings by impact.
2727
-->
2828

29+
## 26.0.0
30+
31+
Breaking change: [`canvas`](https://www.npmjs.com/package/canvas) peer dependency requirement has been upgraded from v2 to v3. (sebastianwachter)
32+
33+
Other changes:
34+
35+
* Added `AbortSignal.any()`. (jdbevan)
36+
* 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)
37+
* Updated `whatwg-url`, adding support for `URL.parse()`.
38+
* Updated `cssstyle` and `rrweb-cssom`, to improve CSS parsing capabilities.
39+
* Updated `nwsapi`, improving CSS selector matching.
40+
* Updated `parse5`, fixing a bug around `<noframes>` elements and HTML entity decoding.
41+
* Fixed `JSDOM.fromURL()` to properly reject the returned promise if the server redirects to an invalid URL, instead of causing an uncaught exception.
42+
2943
## 25.0.1
3044

3145
* Updated dependencies, notably `tough-cookie`, which no longer prints a deprecation warning.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsdom",
3-
"version": "25.0.1",
3+
"version": "26.0.0",
44
"description": "A JavaScript implementation of many web standards",
55
"keywords": [
66
"dom",

0 commit comments

Comments
 (0)