Skip to content

Commit 69b0205

Browse files
committed
Version 16.5.1
1 parent d8f0cd0 commit 69b0205

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Evan Haas <[email protected]>
8383
Evan Jacobs <[email protected]>
8484
Evan Jones <[email protected]>
8585
86+
fdesforges <[email protected]>
8687
Federico Galassi <[email protected]>
8788
8889
Felix Böhm <[email protected]>

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Other guidelines:
2626
* Roughly order changes within those groupings by impact.
2727
-->
2828

29+
## 16.5.1
30+
31+
* Fixed a regression that broke `customElements.get()` in v16.5.0. (fdesforges)
32+
* 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.
33+
2934
## 16.5.0
3035

3136
* Added `window.queueMicrotask()`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsdom",
3-
"version": "16.5.0",
3+
"version": "16.5.1",
44
"description": "A JavaScript implementation of many web standards",
55
"keywords": [
66
"dom",

0 commit comments

Comments
 (0)