From 69b0205ed4cdafe94f9ffea519e00dcc67e17f1f Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Fri, 12 Mar 2021 19:20:07 -0500 Subject: [PATCH] Version 16.5.1 --- AUTHORS.txt | 1 + Changelog.md | 5 +++++ package.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index aeb05848bf..4d852ad93e 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -83,6 +83,7 @@ Evan Haas Evan Jacobs Evan Jones ExE Boss <3889017+ExE-Boss@users.noreply.github.com> +fdesforges Federico Galassi fegs Felix Böhm diff --git a/Changelog.md b/Changelog.md index 5b0cb2a8cb..be11d4dcdc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -26,6 +26,11 @@ Other guidelines: * Roughly order changes within those groupings by impact. --> +## 16.5.1 + +* Fixed a regression that broke `customElements.get()` in v16.5.0. (fdesforges) +* Fixed `window.event` to have a setter which overwrites the `window.event` property with the given value, per the specification. This fixes an issue where after upgrading to jsdom v16.5.0 you would no longer be able to set a global variable named `event` in the jsdom context. + ## 16.5.0 * Added `window.queueMicrotask()`. diff --git a/package.json b/package.json index 671a455c15..294e4bb53f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsdom", - "version": "16.5.0", + "version": "16.5.1", "description": "A JavaScript implementation of many web standards", "keywords": [ "dom",