Skip to content

Commit

Permalink
Version 11.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Apr 16, 2018
1 parent 1c4945b commit 2e90c57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.txt
Expand Up @@ -24,6 +24,7 @@ Anton Yefremov <anton.yefremov@gmail.com>
antonj <anton.johansson@gmail.com>
Aria Stewart <aredridel@nbtsc.org>
Arrix <arrixzhou@gmail.com>
Aryan Arora <aryanarora278@gmail.com>
Avery Fay <avery@mixpanel.com>
Avi Deitcher <avi@deitcher.net>
Brandon Bethke <brandon.bethke@neudesic.com>
Expand Down Expand Up @@ -132,6 +133,7 @@ kblomquist <kblomquist@groupon.com>
Ken "Elf" Mathieu Sternberg <elf@pendorwright.com>
Kenneth Powers <ken@kenpowers.net>
King Koopa <bbyholm@abo.fi>
kontomondo <kontomondo@gmail.com>
Kuriyama hibiya <kuriyama@hibiya.moe>
Kyle <halldirector@gmail.com>
Kyle McFarland <kyle.mcfarland@formidablelabs.com>
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
@@ -1,3 +1,8 @@
## 11.8.0

* Added the full constraint validation API, i.e. `willValidate`, `validity`, `validationMessage`, `checkValidity()`, `reportValidity()`, and `setCustomValidity()`, on `HTMLButtonElement`, `HTMLFieldSetElement`, `HTMLFormElement`, `HTMLInputElement`, `HTMLObjectElement`, `HTMLOutputElement`, `HTMLSelectElement`, and `HTMLTextAreaElement`. (kontomondo)
* Added `getElementById()` to `DocumentFragment`.

## 11.7.0

* Added the boolean return value to `DOMTokenList`'s `replace()` method, per the recent spec addition.
Expand All @@ -7,6 +12,7 @@
* 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.
* Removed some unnnecessary `.webidl` files that were included in the npm package.

## 11.6.2

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "11.7.0",
"version": "11.8.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 2e90c57

Please sign in to comment.