Skip to content

Commit

Permalink
Version 21.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed May 1, 2023
1 parent 2167822 commit 4d1ef41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ Tom Taylor <[email protected]>
ulteriorlife <[email protected]>
Vadim Baryshev <[email protected]>
Vegard B. Bugge <[email protected]>
Viachaslau <[email protected]>
Vincent Desjardins <[email protected]>
Vincent Siao <[email protected]>
VinothKumar Raman <[email protected]>
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 21.1.2

* Fixed `setRangeText()` used on `<input>` and `<textarea>` elements to calculate the new end index correctly. (pmstss)
* Fixed `pageX`, `pageY`, `offsetX`, and `offsetY` on `MouseEvent`s during dispatch. (jenseng)
* Upgraded `nwsapi` to v2.2.4, bringing along various fixes to our selector engine.

## 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)
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": "21.1.1",
"version": "21.1.2",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 4d1ef41

Please sign in to comment.