Skip to content

Commit

Permalink
Version 21.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Mar 12, 2023
1 parent 946050a commit 31cfdd4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.txt
Expand Up @@ -149,6 +149,7 @@ Johan Sköld <johan@pingdom.com>
John Hurliman <jhurliman@jhurliman.org>
John Nguyen <tgohn@users.noreply.github.com>
John Roberts <jroberts@logitech.com>
Jon Dufresne <jon.dufresne@gmail.com>
Jon Jensen <jenseng@gmail.com>
Jon Sakas <jon.sakas@gmail.com>
Jonathan Commins <joncom@gmail.com>
Expand Down Expand Up @@ -282,6 +283,7 @@ saucy <zekewarren@gmail.com>
Scott Albertine <scott.albertine@gmail.com>
Scott Ashton <scottmortonashton@gmail.com>
Sean Jacke <seanineurope@gmail.com>
Sean Parmelee <seanparmelee@users.noreply.github.com>
Sebastiaan Marynissen <sebastiaan.marynissen@gmail.com>
Sebastian Mayr <github@smayr.name>
Sebastian McKenzie <sebmck@gmail.com>
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 31cfdd4

Please sign in to comment.