Skip to content

Commit

Permalink
Version 15.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 4, 2019
1 parent dcbbb5e commit c3f0f27
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Francis Saul <francis@mummybot.com>
Francisco Requena <frarees@gmail.com>
Frederic Hemberger <mail@frederic-hemberger.de>
FrozenCow <frozencow@gmail.com>
Fumiaki MATSUSHIMA <mtsmfm@gmail.com>
Futtetennista <futtetennista@gmail.com>
Gary Court <gary.court@gmail.com>
Gianluca Guarini <gianluca.guarini@gmail.com>
Expand Down Expand Up @@ -205,6 +206,7 @@ Péter <peter.perenyi@gmail.com>
Peter Lyons <pete@peterlyons.com>
Phil Dokas <pdokas@organic.com>
Pierre-Marie Dartus <dartus.pierremarie@gmail.com>
Rafał Chłodnicki <rchl2k@gmail.com>
Rainer Eli <claushellsing@gmail.com>
Ralph Holzmann <ralphholzmann@gmail.com>
Ra'Shaun Stovall <help@sneakyhead.com>
Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 15.2.1

* Fixed `JSDOM.fromURL()` handling of URLs with hashes in them, to no longer send the hash to the server and append an extra copy of it when constructing the `Document`. (rchl)
* Fixed focusing an already-focused element to correctly do nothing, instead of firing additional `focus` events. (eps1lon)
* Fixed typo in the not-implemented message for `mediaElement.addTextTrack()`. (mtsmfm)
* Upgraded `nwsapi` minimum version to 2.2.0, which fixes issues with `::-webkit-` prefixed pseudo-elements and namespaced attribute selectors.

## 15.2.0

* Added basic style inheritance in `getComputedStyle()` for the `'visibility'` property. This sets the foundation for further work on inheritance, cascading, and specificity. (eps1lon)
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": "15.2.0",
"version": "15.2.1",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit c3f0f27

Please sign in to comment.