From 31cfdd4541e0cc83c2be9b105fda41bc188f72cd Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Sun, 12 Mar 2023 21:26:35 +0900 Subject: [PATCH] Version 21.1.1 --- AUTHORS.txt | 2 ++ Changelog.md | 6 ++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 7e540c1769..d8c7da0062 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 09af382bb2..f1148bbedf 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 6d2eb11a52..3a9dd04afa 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",