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
Expand Up @@ -318,6 +318,7 @@ Tom Taylor <tom@tomtaylor.co.uk>
ulteriorlife <ulteriorlife@gmail.com>
Vadim Baryshev <vadimbaryshev@gmail.com>
Vegard B. Bugge <vegabug@live.no>
Viachaslau <pmstss@gmail.com>
Vincent Desjardins <vdesjardins@gmail.com>
Vincent Siao <vincent@asana.com>
VinothKumar Raman <vinoth@indix.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.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
@@ -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.