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 <[email protected]>
3535
Avi Deitcher <[email protected]>
3636
3737
Behind The Math <[email protected]>
38+
Ben Gilbert <[email protected]>
39+
Bernd Hacker <[email protected]>
3840
Brandon Bethke <[email protected]>
3941
Brandon Paton <[email protected]>
4042
Brendan Abbott <[email protected]>
@@ -274,6 +276,7 @@ saucy <[email protected]>
274276
Scott Albertine <[email protected]>
275277
Scott Ashton <[email protected]>
276278
Sean Jacke <[email protected]>
279+
Sebastiaan Marynissen <[email protected]>
277280
Sebastian Mayr <[email protected]>
278281
Sebastian McKenzie <[email protected]>
279282
Sebastian Silbermann <[email protected]>

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)