Skip to content

Commit df8de00

Browse files
committed
Version 20.0.1
1 parent 47ec321 commit df8de00

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

AUTHORS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Avery Fay <avery@mixpanel.com>
3535
Avi Deitcher <avi@deitcher.net>
3636
Avi Vahl <avi.vahl@wix.com>
3737
Behind The Math <aryehb412@gmail.com>
38+
Ben Gilbert <TheHound@users.noreply.github.com>
39+
Bernd Hacker <hacker.bernd@gmail.com>
3840
Brandon Bethke <brandon.bethke@neudesic.com>
3941
Brandon Paton <brandon@localizejs.com>
4042
Brendan Abbott <brendan@bloodbone.ws>
@@ -274,6 +276,7 @@ saucy <zekewarren@gmail.com>
274276
Scott Albertine <scott.albertine@gmail.com>
275277
Scott Ashton <scottmortonashton@gmail.com>
276278
Sean Jacke <seanineurope@gmail.com>
279+
Sebastiaan Marynissen <sebastiaan.marynissen@gmail.com>
277280
Sebastian Mayr <github@smayr.name>
278281
Sebastian McKenzie <sebmck@gmail.com>
279282
Sebastian Silbermann <silbermann.sebastian@gmail.com>

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ Other guidelines:
2626
* Roughly order changes within those groupings by impact.
2727
-->
2828

29+
## 20.0.1
30+
31+
* Improved the performance of appending `<option>` elements to `<select>` elements. (TheHound)
32+
* Fixed `location.pathname` getter to not crash when the `JSDOM` instance was created using an opaque-path URL, including the default URL of `about:blank`.
33+
* Fixed `crypto.getRandomValues()` to accept typed array subclasses. (sebamarynissen)
34+
* Updated various dependency minor versions. Notably, `nwsapi` fixed some selectors bugs, and `tough-cookie` fixed some cookie bugs.
35+
2936
## 20.0.0
3037

3138
* Node.js v14 is now the minimum supported version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsdom",
3-
"version": "20.0.0",
3+
"version": "20.0.1",
44
"description": "A JavaScript implementation of many web standards",
55
"keywords": [
66
"dom",

0 commit comments

Comments
 (0)