You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,13 @@ Other guidelines:
26
26
* Roughly order changes within those groupings by impact.
27
27
-->
28
28
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
+
29
36
## 20.0.0
30
37
31
38
* Node.js v14 is now the minimum supported version
0 commit comments