Skip to content

Commit

Permalink
Version 11.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jul 27, 2018
1 parent d6688e5 commit 4d26c67
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.txt
Expand Up @@ -58,6 +58,7 @@ Domenic Denicola <d@domenic.me>
dxgriffiths <dxgriffiths@gmail.com>
Dylan Marriott <info@d-32.com>
Edward O'Connor <hober0@gmail.com>
Edwin Shin <eddies@users.noreply.github.com>
eleith <online@eleith.com>
Elijah Insua <tmpvar@gmail.com>
E̵̘̳̘̝ṃ̟͈͙̗̹͘i͖͇ḷ͚͔̱̰̠y͜ ̩̲͕R̮̜͓̫o͉̣̦̘̖̖ͅs̫̣͜e̼͖̹̩͉͉͠ <nexxy@symphonysubconscious.com>
Expand Down
9 changes: 9 additions & 0 deletions Changelog.md
@@ -1,3 +1,12 @@
## 11.12.0

* Added `window.localStorage`, `window.sessionStorage`, and `StorageEvent` support. These are currently only stored in-memory; file an issue if you need persistent (on-disk) storage capability so we can discuss adding that. This feature includes the new `storageQuota` option for controlling how much can be stored.
* Added `element.closest()`. (caub)
* Changed `"hashchange"` and `"popstate"` events to no longer bubble, per a specification update.
* Fixed the old API in Node.js v10 to not throw, when given input that is not a valid file path (such as a typical HTML string).
* Upgraded `cssstyle` to v1.0.0, bringing along various fixes to our CSS parser and object model. (eddies)
* Upgraded `nwsapi` to v2.0.7, bringing along various fixes to our selector engine.

## 11.11.0

* Added `node.getRootNode()`. (FrecksterGIT)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "11.11.0",
"version": "11.12.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 4d26c67

Please sign in to comment.