Skip to content

Commit

Permalink
Version 16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Feb 1, 2020
1 parent 7597537 commit b4b5a54
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.txt
Expand Up @@ -8,6 +8,7 @@ Alex Coles <alex@alexbcoles.com>
Alex Pearson <alex@alexpear.com>
Alex Rattray <rattray.alex@gmail.com>
Alexander Flatter <flatter@gmail.com>
Alexis CHAPPRON <bullrot-10@hotmail.fr>
Alistair Brown <github@alistairjcbrown.com>
Alistair MacDonald <amacdonald@aisquared.com>
Alvaro Dias <alvarod@microsoft.com>
Expand Down Expand Up @@ -177,6 +178,7 @@ Mariusz Nowak <mariusz@medikoo.com>
Martin Naumann <mr.avgp@gmail.com>
Matt Broadstone <mbroadst@gmail.com>
Matthew Crinklaw-Vogt <mlaw@fb.com>
Matthew Goldberg <matthew.goldberg@appian.com>
Matthew King <mking@borderstylo.com>
Matthew Pflueger <matthew.pflueger@gmail.com>
Matthew Phillips <matthew@matthewphillips.info>
Expand Down
9 changes: 9 additions & 0 deletions Changelog.md
Expand Up @@ -24,6 +24,15 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 16.1.0

* Added `console.timeLog()`.
* Changed `Attr` to extend `Node`, to align with specifications. (ExE-Boss)
* Changed `<noscript>` children to be parsed as nodes, instead of as text, when `runScripts` is left as the default of `undefined`. (ACHP)
* Upgraded `cssstyle` to v2.1.0, which brings along fixes to handling of `rgba()` and `hsl()` colors. (kraynel)
* Fixed some selection-related issues when manipulating the value of `<input>`s and `<textarea>`s. (Matthew-Goldberg)
* Fixed various issues with `setTimeout()`, `setInterval()`, and `requestAnimationFrame()`, particularly around window closing and recursive calls.

## 16.0.1

* Fixed Node v10 and v11 support when `runScripts` was set.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "16.0.1",
"version": "16.1.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit b4b5a54

Please sign in to comment.