Skip to content

Commit

Permalink
Version 16.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Mar 30, 2020
1 parent 74b716f commit 59fa795
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Arrix <arrixzhou@gmail.com>
Aryan Arora <aryanarora278@gmail.com>
Avery Fay <avery@mixpanel.com>
Avi Deitcher <avi@deitcher.net>
Avi Vahl <avi.vahl@wix.com>
Behind The Math <aryehb412@gmail.com>
Brandon Bethke <brandon.bethke@neudesic.com>
Brandon Paton <brandon@localizejs.com>
Expand Down Expand Up @@ -59,6 +60,7 @@ Daniel Cousens <github@dcousens.com>
Daniël van de Burgt <daniel.vandeburgt@serialssolutions.com>
d-ash <andrey.shubin@gmail.com>
Dav Glass <davglass@gmail.com>
Dave Clark <dave@dcwarwick.org.uk>
Dave Methvin <dave.methvin@gmail.com>
Davide P. Cervone <dpvc@union.edu>
Derek Lindahl <dlindahl@customink.com>
Expand Down
21 changes: 19 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,27 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 16.2.2

* Updated `StyleSheetList` for better spec compliance; notably it no longer inherits from `Array.prototype`. (ExE-Boss)
* Fixed `requestAnimationFrame()` from preventing process exit. This likely regressed in v16.1.0.
* Fixed `setTimeout()` to no longer leak the closures passed in to it. This likely regressed in v16.1.0. (AviVahl)
* Fixed infinite recursion that could occur when calling `click()` on a `<label>` element, or one of its descendants.
* Fixed `getComputedStyle()` to consider inline `style=""` attributes. (eps1lon)
* Fixed several issues with `<input type="number">`'s `stepUp()` and `stepDown()` functions to be properly decimal-based, instead of floating point-based.
* Fixed various issues where updating `selectEl.value` would not invalidate properties such as `selectEl.selectedOptions`. (ExE-Boss)
* Fixed `<input>`'s `src` property, and `<ins>`/`<del>`'s `cite` property, to properly reflect as URLs.
* Fixed `window.addEventLister`, `window.removeEventListener`, and `window.dispatchEvent` to properly be inherited from `EventTarget`, instead of being distinct functions. (ExE-Boss)
* Fixed errors that would occur if attempting to use a DOM object, such as a custom element, as an argument to `addEventListener`.
* Fixed errors that would occur when closing a window with outstanding requests to `data:` URLs.
* Fixed sporadic issues with the value of `<input type="month">` that could occur in some time zones and for some times.
* Fixed `document.implementation.createDocument()` to return an `XMLDocument`, instead of a `Document`. (ExE-Boss)
* Fixed running jsdom in a browser to detect globals more reliably. (ExE-Boss)

## 16.2.1

* Updated saxes, to bring in some BOM-related fixes
* Updated Acorn-related packages to squelch `npm audit` warnings
* Updated `saxes`, to bring in some BOM-related fixes.
* Updated Acorn-related packages to squelch `npm audit` warnings.

## 16.2.0

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.1",
"version": "16.2.2",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 59fa795

Please sign in to comment.