Skip to content

Commit

Permalink
Version 9.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Mar 12, 2017
1 parent 580e557 commit e068779
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ Adrian Lang <[email protected]>
Adrian Makowski <[email protected]>
airportyh <[email protected]>
alec <[email protected]>
Alex Pearson <[email protected]>
Alex Rattray <[email protected]>
Alexander Flatter <[email protected]>
Alistair Brown <[email protected]>
Alistair MacDonald <[email protected]>
Alvaro Dias <[email protected]>
Ammar Khaku <[email protected]>
Andrea Bogazzi <[email protected]>
Andreas Lind Petersen <[email protected]>
andrew morton <[email protected]>
Andrew Patton <[email protected]>
Expand Down Expand Up @@ -105,6 +107,7 @@ Joris van der Wel <[email protected]>
Jörn Hees <[email protected]>
Jos Shepherd <[email protected]>
José Valim <[email protected]>
Joseph Frazier <[email protected]>
Josh Marshall <[email protected]>
Joshua Peek <[email protected]>
Julien Guimont <[email protected]>
Expand Down
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 9.12.0

* Added the `Option` named constructor. (NAlexPear)
* Added support for the `canvas-prebuilt` npm package as an alternative to `canvas`.
* Fixed `setTimeout()` and `setInterval()` to always return a positive integer, instead of returning `0` the first time were called. (yefremov)
* Fixed `jsdom.env()` to preserve URL fragments across redirects. (josephfrazier)
* Fixed `optionEl.text` and `optionEl.value` to be more spec-compliant.
* Fixed `event.stopImmediatePropagation()` to actually stop immediate propagation, not just propagation.
* Fixed `clearTimeout()` and `clearInterval()` to work correctly when using jsdom browserified.

## 9.11.0

* Added dummy properties `offsetTop`, `offsetLeft`, `offsetWidth`, and `offsetHeight` that always return `0`, and `offsetParent` which always returns `null`, for all HTML elements. (yefremov)
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": "9.11.0",
"version": "9.12.0",
"description": "A JavaScript implementation of the DOM and HTML standards",
"keywords": [
"dom",
Expand Down

0 comments on commit e068779

Please sign in to comment.