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
Expand Up @@ -162,6 +162,7 @@ JuFeng Zhang <zjffun@gmail.com>
Julien Guimont <julien@porkepic.com>
Jürg Lehni <juerg@scratchdisk.com>
justinmchase <justin.m.chase@gmail.com>
Juzer Zarif <juzerapj@gmail.com>
Kai <Schweinepriester@users.noreply.github.com>
kangax <kangax@gmail.com>
Karel Bruneel <1569717+kbruneel@users.noreply.github.com>
Expand Down Expand Up @@ -205,6 +206,7 @@ Matthew Crinklaw-Vogt <mlaw@fb.com>
Matthew Glazar <strager.nds@gmail.com>
Matthew Goldberg <matthew.goldberg@appian.com>
Matthew King <mking@borderstylo.com>
Matthew Molloy <whamtet@gmail.com>
Matthew Pflueger <matthew.pflueger@gmail.com>
Matthew Phillips <matthew@matthewphillips.info>
Mattias Buelens <649348+MattiasBuelens@users.noreply.github.com>
Expand Down Expand Up @@ -262,6 +264,7 @@ Rolf Timmermans <rolftimmermans@voormedia.com>
Romain Trotard <romain.trotard@mirakl.com>
Ronald Rey <reyronald@gmail.com>
Rondinelly <rondinelly-ribeiro@outlook.com>
Russell Bicknell <bicknellr@gmail.com>
Ryan Gasparini <ryan@rxgx.com>
Ryan Grove <ryan@wonko.com>
Ryan Seddon <rseddon@zendesk.com>
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
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
@@ -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.