Skip to content

Commit

Permalink
Version 11.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Apr 1, 2018
1 parent 8767d9f commit 1e5bbd2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions AUTHORS.txt
Expand Up @@ -3,6 +3,7 @@ Adrian Lang <mail@adrianlang.de>
Adrian Makowski <adrian.makowski@gmail.com>
airportyh <airportyh@gmail.com>
alec <alec.hulce@gmail.com>
Aleksei Tsikov <alexey.tsikov@gmail.com>
Alex Coles <alex@alexbcoles.com>
Alex Pearson <alex@alexpear.com>
Alex Rattray <rattray.alex@gmail.com>
Expand Down Expand Up @@ -75,6 +76,7 @@ Francis Saul <francis@mummybot.com>
Francisco Requena <frarees@gmail.com>
Frederic Hemberger <mail@frederic-hemberger.de>
FrozenCow <frozencow@gmail.com>
Futtetennista <futtetennista@gmail.com>
Gary Court <gary.court@gmail.com>
Gianluca Guarini <gianluca.guarini@gmail.com>
Godmar Back <godmar@gmail.com>
Expand Down Expand Up @@ -140,6 +142,7 @@ Lon Ingram <lawnsea@gmail.com>
Louis-Dominique Dubeau <ldd@lddubeau.com>
lovebear <hheennrryy@gmail.com>
Ludovico Fischer <livrerie@gmail.com>
Luis Silva <fetzpt@gmail.com>
Lukas Bünger <lukas.buenger@fixxpunkt.ch>
makana <mamas-albtraum@web.de>
Manuel Lopez <jmlopez.rod@gmail.com>
Expand All @@ -166,6 +169,7 @@ Mitar <mitar.git@tnode.com>
Nao Iizuka <iizuka@kyu-mu.net>
Nick Oliver <github@pixnbits.org>
Nick Stenning <nick@whiteink.com>
Nicklas Gummesson <nicklas.gummesson@gmail.com>
Nicolas HENRY <icewil@gmail.com>
Nicolas LaCasse <nicolas.lacasse@gmail.com>
Nik Nyby <niknyby@gmail.com>
Expand Down
10 changes: 10 additions & 0 deletions Changelog.md
@@ -1,3 +1,13 @@
## 11.7.0

* Added the boolean return value to `DOMTokenList`'s `replace()` method, per the recent spec addition.
* Added `FileReader`'s `readAsBinaryString()` method, as it has been added back to the specification.
* Fixed event handlers to be own properties of each `Window`, instead of on `Window.prototype`. (Fetz)
* Fixed an exception that would sometimes get raised when removing an `<img>` element's `src=""` attribute. (atsikov)
* Fixed `"abort"` events on `AbortSignal`s to have their `isTrusted` set to true.
* Fixed some argument conversions in `XMLHttpRequest`'s `open()` method.
* Improved MIME type and data: URL parsing throughout jsdom, by using the new [`whatwg-mimetype`](https://www.npmjs.com/package/whatwg-mimetype) and [`data-urls`](https://www.npmjs.com/package/data-urls) packages.

## 11.6.2

* Fixed another regression (since v11.6.0) in `<style>` elements, where they would omit a series of parsing `"jsdomError"`s for any style sheet text containing spaces.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "11.6.2",
"version": "11.7.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 1e5bbd2

Please sign in to comment.