Skip to content

Commit

Permalink
Version 16.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Mar 13, 2021
1 parent d8f0cd0 commit 69b0205
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.txt
Expand Up @@ -83,6 +83,7 @@ Evan Haas <evan@fictivekin.com>
Evan Jacobs <evan.jacobs@enigma.io>
Evan Jones <evan.q.jones@gmail.com>
ExE Boss <3889017+ExE-Boss@users.noreply.github.com>
fdesforges <frederic.desforges@gmail.com>
Federico Galassi <federico.galassi@gmail.com>
fegs <ang0123dev@gmail.com>
Felix Böhm <me@feedic.com>
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Expand Up @@ -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()`.
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 69b0205

Please sign in to comment.