jsdom v15.2.1 Release Notes

Release Date: 2019-11-04 // over 4 years ago
    • 🛠 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.