diff --git a/AUTHORS.txt b/AUTHORS.txt index e062bb7c4..98962d0fe 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -128,6 +128,7 @@ James Broad James Kyle James McMath James Treworgy +James Vaughan Jameson Little Jamie Liu Jarda Snajdr diff --git a/Changelog.md b/Changelog.md index 836d84224..ed697f1c9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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. diff --git a/package.json b/package.json index 4eb93f163..ba730095a 100644 --- a/package.json +++ b/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",