Skip to content

Commit

Permalink
Version 20.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Oct 30, 2022
1 parent cb4e454 commit e285763
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ JuFeng Zhang <[email protected]>
Julien Guimont <[email protected]>
Jürg Lehni <[email protected]>
justinmchase <[email protected]>
Juzer Zarif <[email protected]>
Kai <[email protected]>
kangax <[email protected]>
Karel Bruneel <[email protected]>
Expand Down Expand Up @@ -205,6 +206,7 @@ Matthew Crinklaw-Vogt <[email protected]>
Matthew Glazar <[email protected]>
Matthew Goldberg <[email protected]>
Matthew King <[email protected]>
Matthew Molloy <[email protected]>
Matthew Pflueger <[email protected]>
Matthew Phillips <[email protected]>
Mattias Buelens <[email protected]>
Expand Down Expand Up @@ -262,6 +264,7 @@ Rolf Timmermans <[email protected]>
Romain Trotard <[email protected]>
Ronald Rey <[email protected]>
Rondinelly <[email protected]>
Russell Bicknell <[email protected]>
Ryan Gasparini <[email protected]>
Ryan Grove <[email protected]>
Ryan Seddon <[email protected]>
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 20.0.2

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

## 20.0.1

* Improved the performance of appending `<option>` elements to `<select>` elements. (TheHound)
Expand Down
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": "20.0.1",
"version": "20.0.2",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit e285763

Please sign in to comment.