diff --git a/AUTHORS.txt b/AUTHORS.txt index 7e540c176..d8c7da006 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -149,6 +149,7 @@ Johan Sköld John Hurliman John Nguyen John Roberts +Jon Dufresne Jon Jensen Jon Sakas Jonathan Commins @@ -282,6 +283,7 @@ saucy Scott Albertine Scott Ashton Sean Jacke +Sean Parmelee Sebastiaan Marynissen Sebastian Mayr Sebastian McKenzie diff --git a/Changelog.md b/Changelog.md index 09af382bb..f1148bbed 100644 --- a/Changelog.md +++ b/Changelog.md @@ -26,6 +26,12 @@ Other guidelines: * Roughly order changes within those groupings by impact. --> +## 21.1.1 + +* Fixed `jsdom.reconfigure()` to also adjust the URL as seen by the history API, so that e.g. `history.replaceState(null, "")` would not mess up the URL. (jdufresne) +* Fixed `location.hash = ""` to leave any `#` in location.href. +* Fixes a few bugs with CSS parsing by replacing `cssom` with `rweb-cssom`, since the latter is maintained. (seanparmelee) + ## 21.1.0 * Added `x`, `y`, `pageX`, `pageY`, `offsetX`, and `offsetY` to `MouseEvent`. (jenseng, ViniciusFXavier) diff --git a/package.json b/package.json index 6d2eb11a5..3a9dd04af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsdom", - "version": "21.1.0", + "version": "21.1.1", "description": "A JavaScript implementation of many web standards", "keywords": [ "dom",