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 <avi.vahl@wix.com>
Behind The Math <aryehb412@gmail.com>
Ben Gilbert <TheHound@users.noreply.github.com>
Bernd Hacker <hacker.bernd@gmail.com>
Birk Skyum <74932975+birkskyum@users.noreply.github.com>
Brandon Bethke <brandon.bethke@neudesic.com>
Brandon Paton <brandon@localizejs.com>
Brendan Abbott <brendan@bloodbone.ws>
Expand Down Expand Up @@ -120,6 +121,7 @@ gregory80 <gregory.tomlinson@gmail.com>
Haz <hazdiego@gmail.com>
Henrik Giesel <hengiesel@gmail.com>
Henry Zhu <hi@henryzoo.com>
hesxenon <10255566+hesxenon@users.noreply.github.com>
hij1nx <fernmicro@gmail.com>
i8-pi <thomas@nomology.id.au>
Ian Young <ian.greenleaf@gmail.com>
Expand Down Expand Up @@ -155,6 +157,7 @@ Johan Sköld <johan@pingdom.com>
John Hurliman <jhurliman@jhurliman.org>
John Nguyen <tgohn@users.noreply.github.com>
John Roberts <jroberts@logitech.com>
Jon Bevan <jon@jdbevan.com>
Jon Dufresne <jon.dufresne@gmail.com>
Jon Jensen <jenseng@gmail.com>
Jon Sakas <jon.sakas@gmail.com>
Expand Down Expand Up @@ -200,6 +203,7 @@ Lon Ingram <lawnsea@gmail.com>
Louis-Dominique Dubeau <ldd@lddubeau.com>
lovebear <hheennrryy@gmail.com>
Lucian Buzzo <LucianBuzzo@users.noreply.github.com>
Lucian Mocanu <alumni@users.noreply.github.com>
Ludovico Fischer <livrerie@gmail.com>
Luis Silva <fetzpt@gmail.com>
Lukas Bünger <lukas.buenger@fixxpunkt.ch>
Expand Down Expand Up @@ -296,6 +300,7 @@ Sebastiaan Marynissen <sebastiaan.marynissen@gmail.com>
Sebastian Mayr <github@smayr.name>
Sebastian McKenzie <sebmck@gmail.com>
Sebastian Silbermann <silbermann.sebastian@gmail.com>
Sebastian Wachter <sebastian.wachter@online.de>
Sébastien Doeraene <sjrdoeraene@gmail.com>
Sergei Ianovich <s@asutp.io>
Shimon Doodkin <helpmepro1@gmail.com>
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.