Skip to content

Commit

Permalink
Version 21.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 22, 2023
1 parent 026ceb5 commit 8e3a568
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.txt
Expand Up @@ -130,6 +130,7 @@ James McMath <mcmathja@mediant.co>
James Treworgy <jamietre@gmail.com>
Jameson Little <t.jameson.little@gmail.com>
Jamie Liu <jamie.liu386@gmail.com>
Jarda Snajdr <jsnajdr@gmail.com>
Jared Deckard <jared.deckard@gmail.com>
Jason Davies <jason@jasondavies.com>
Jason Orendorff <jason.orendorff@gmail.com>
Expand Down Expand Up @@ -302,6 +303,7 @@ steve <steve@goddamnbugs.com>
Steve Conover <sconover@gmail.com>
Sven Müller <sven.mueller@breathless-code.de>
Swizec Teller <swizec@swizec.com>
t1ger2080 <108248118+t1ger2080@users.noreply.github.com>
Thiago Hirata <hirata@devcase.com.br>
Thomas Chung <thomas@nomology.id.au>
Tiago Rodrigues <tmcrodrigues@gmail.com>
Expand Down
12 changes: 12 additions & 0 deletions Changelog.md
Expand Up @@ -26,6 +26,18 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 21.1.0

* Added `x`, `y`, `pageX`, `pageY`, `offsetX`, and `offsetY` to `MouseEvent`. (jenseng, ViniciusFXavier)
* Added support for `unset` with `getComputedStyle()`. (jsnajdr)
* Added the `submitter` property to `SubmitEvent`. (jenseng)
* Fixed `MouseEvent`'s `screenX` and `screenY` to no longer coerce to integers, allowing fractional values. (jenseng)
* Fixed `formEl.submit()` to not longer fire `submit` events. (jenseng)
* Fixed stylesheets to no longer affect the document after their corresponding `<link>` is removed. (jsnajdr)
* Fixed `pointer-events` to inherit when used with `getComputedStyle()`. (jnajdr)
* Fixed `<script>` elements with no `src=""` to no longer fire `load` events. (t1ger2080)
* Improved `getComputedStyle()` to cache its results, which should make it much faster. (jsnajdr)

## 21.0.0

A potentially-breaking bug fix:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "21.0.0",
"version": "21.1.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 8e3a568

Please sign in to comment.