Skip to content

Commit e285763

Browse files
committed
Version 20.0.2
1 parent cb4e454 commit e285763

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

AUTHORS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ JuFeng Zhang <[email protected]>
162162
Julien Guimont <[email protected]>
163163
Jürg Lehni <[email protected]>
164164
justinmchase <[email protected]>
165+
Juzer Zarif <[email protected]>
165166
166167
167168
Karel Bruneel <[email protected]>
@@ -205,6 +206,7 @@ Matthew Crinklaw-Vogt <[email protected]>
205206
Matthew Glazar <[email protected]>
206207
Matthew Goldberg <[email protected]>
207208
Matthew King <[email protected]>
209+
Matthew Molloy <[email protected]>
208210
Matthew Pflueger <[email protected]>
209211
Matthew Phillips <[email protected]>
210212
Mattias Buelens <[email protected]>
@@ -262,6 +264,7 @@ Rolf Timmermans <[email protected]>
262264
Romain Trotard <[email protected]>
263265
Ronald Rey <[email protected]>
264266
Rondinelly <[email protected]>
267+
Russell Bicknell <[email protected]>
265268
Ryan Gasparini <[email protected]>
266269
Ryan Grove <[email protected]>
267270
Ryan Seddon <[email protected]>

Changelog.md

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

29+
## 20.0.2
30+
31+
* Fixed `xhr.abort()` to no longer give an exception when the constructed `XMLHttpRequest` was invalid. (whamtet)
32+
* Fixed `event.getModifierState()` on `MouseEvent` and `KeyboardEvent` instances to properly consult the `ctrlKey`, `altKey`, `metaKey`, and `shiftKey` properties of the event. (juzerzarif)
33+
* Fixed custom element creation to not be affected by any modifications to the `window.customElements` property. (bicknellr)
34+
2935
## 20.0.1
3036

3137
* Improved the performance of appending `<option>` elements to `<select>` elements. (TheHound)

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.1",
3+
"version": "20.0.2",
44
"description": "A JavaScript implementation of many web standards",
55
"keywords": [
66
"dom",

0 commit comments

Comments
 (0)