Skip to content

Commit

Permalink
Version 22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed May 27, 2023
1 parent 5857f25 commit 2ed1d4b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.txt
Expand Up @@ -128,6 +128,7 @@ James Broad <jb@kulor.com>
James Kyle <me@thejameskyle.com>
James McMath <mcmathja@mediant.co>
James Treworgy <jamietre@gmail.com>
James Vaughan <james@jamesbvaughan.com>
Jameson Little <t.jameson.little@gmail.com>
Jamie Liu <jamie.liu386@gmail.com>
Jarda Snajdr <jsnajdr@gmail.com>
Expand Down
11 changes: 11 additions & 0 deletions Changelog.md
Expand Up @@ -26,6 +26,17 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 22.1.0

* Added `crypto.randomUUID()`. (jamesbvaughan)
* Added `DOMRect` and `DOMRectReadOnly`.
* Added `AbortSignal.timeout()`.
* Added `abortSignal.throwIfAborted()`.
* Added support for the `submitter` argument to the `FormData` constructor. (jenseng)
* Improved `getComputedStyle()`'s results for color-based properties, to resolve named colors and attempt to provide initial inheritance support. (hoekz-wwt)
* Updated `Window`'s event handler properties (e.g. `oncopy`, `ontouchstart`, etc.) to reflect the latest list from the standard.
* Fixed `DOMParser`-created documents to inherit their URL from the creating document.

## 22.0.0

* Node.js v16 is now the minimum supported version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "22.0.0",
"version": "22.1.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 2ed1d4b

Please sign in to comment.