Skip to content

Commit

Permalink
Version 16.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jul 10, 2020
1 parent 737c16c commit 3010c09
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Dave Methvin <dave.methvin@gmail.com>
Davide P. Cervone <dpvc@union.edu>
Derek Lindahl <dlindahl@customink.com>
Domenic Denicola <d@domenic.me>
Dominic Gannaway <trueadm@users.noreply.github.com>
dxgriffiths <dxgriffiths@gmail.com>
Dylan Marriott <info@d-32.com>
Edward O'Connor <hober0@gmail.com>
Expand Down Expand Up @@ -112,6 +113,7 @@ James Kyle <me@thejameskyle.com>
James McMath <mcmathja@mediant.co>
James Treworgy <jamietre@gmail.com>
Jameson Little <t.jameson.little@gmail.com>
Jamie Liu <jamie.liu386@gmail.com>
Jared Deckard <jared.deckard@gmail.com>
Jason Davies <jason@jasondavies.com>
Jason Orendorff <jason.orendorff@gmail.com>
Expand Down Expand Up @@ -141,6 +143,7 @@ José Valim <jose.valim@gmail.com>
Joseph Frazier <1212jtraceur@gmail.com>
Josh Marshall <catchjosh@gmail.com>
Joshua Peek <josh@joshpeek.com>
JuFeng Zhang <zjffun@gmail.com>
Julien Guimont <julien@porkepic.com>
Jürg Lehni <juerg@scratchdisk.com>
justinmchase <justin.m.chase@gmail.com>
Expand Down Expand Up @@ -180,6 +183,7 @@ Mariusz Nowak <mariusz@medikoo.com>
Martin Naumann <mr.avgp@gmail.com>
Matt Broadstone <mbroadst@gmail.com>
Matthew Crinklaw-Vogt <mlaw@fb.com>
Matthew Glazar <strager.nds@gmail.com>
Matthew Goldberg <matthew.goldberg@appian.com>
Matthew King <mking@borderstylo.com>
Matthew Pflueger <matthew.pflueger@gmail.com>
Expand All @@ -196,6 +200,7 @@ Mike Bostock <mbostock@gmail.com>
Mike Schreifels <mike@schreifels.org>
Mitar <mitar.git@tnode.com>
Nao Iizuka <iizuka@kyu-mu.net>
Nick McCurdy <nick@nickmccurdy.com>
Nick Oliver <github@pixnbits.org>
Nick Stenning <nick@whiteink.com>
Nicklas Gummesson <nicklas.gummesson@gmail.com>
Expand Down
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# jsdom Changelog

<!-- Style guide:
* Use past tense verbs to start the sentence, e.g. "Fixed", "Added", "Removed", ...
Expand All @@ -24,6 +26,15 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 16.3.0

* Added firing of `focusin` and `focusout` when using `el.focus()` and `el.blur()`. (trueadm)
* Fixed elements with the `contenteditable=""` attribute to be considered as focusable. (jamieliu386)
* Fixed `window.NodeFilter` to be per-`Window`, instead of shared across all `Window`s. (ExE-Boss)
* Fixed edge-case behavior involving use of objects with `handleEvent` properties as event listeners. (ExE-Boss)
* Fixed a second failing image load sometimes firing a `load` event instead of an `error` event, when the `canvas` package is installed. (strager)
* Fixed drawing an empty canvas into another canvas. (zjffun)

## 16.2.2

* Updated `StyleSheetList` for better spec compliance; notably it no longer inherits from `Array.prototype`. (ExE-Boss)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "16.2.2",
"version": "16.3.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 3010c09

Please sign in to comment.