diff --git a/AUTHORS.txt b/AUTHORS.txt index 6d3641f9ce..811ae5ddbd 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -58,6 +58,7 @@ Domenic Denicola dxgriffiths Dylan Marriott Edward O'Connor +Edwin Shin eleith Elijah Insua E̵̘̳̘̝ṃ̟͈͙̗̹͘i͖͇ḷ͚͔̱̰̠y͜ ̩̲͕R̮̜͓̫o͉̣̦̘̖̖ͅs̫̣͜e̼͖̹̩͉͉͠ diff --git a/Changelog.md b/Changelog.md index d6029a1816..dee367af77 100644 --- a/Changelog.md +++ b/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) diff --git a/package.json b/package.json index 5100ffdc12..c774c7e06b 100644 --- a/package.json +++ b/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",