Skip to content

Commit

Permalink
Version 11.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Apr 23, 2018
1 parent d4d0517 commit b0ca4dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Ken "Elf" Mathieu Sternberg <elf@pendorwright.com>
Kenneth Powers <ken@kenpowers.net>
King Koopa <bbyholm@abo.fi>
kontomondo <kontomondo@gmail.com>
Koushik Challa <challakoushik@gmail.com>
Kuriyama hibiya <kuriyama@hibiya.moe>
Kyle <halldirector@gmail.com>
Kyle McFarland <kyle.mcfarland@formidablelabs.com>
Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 11.9.0

* Added `node.lookupPrefix()`, `node.lookupNamespaceURI()` and `node.isDefaultNamespace()`.
* Fixed the cloning of `Document`s; previously it would not clone all of the appropriate state, and wouuld sometimes add an extra document type node.
* Fixed various edge cases in the `textContent` and `nodeValue` properties.
* Fixed `canvas.toBlob()` to properly pass through the JPEG quality argument, instead of always passing zero to `node-canvas`. (challakoushik)

## 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)
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": "11.8.0",
"version": "11.9.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit b0ca4dd

Please sign in to comment.