jsdom/jsdom
### [`v21.1.1`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2111)
[Compare Source](https://togithub.com/jsdom/jsdom/compare/21.1.0...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)
### [`v21.1.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2110)
[Compare Source](https://togithub.com/jsdom/jsdom/compare/21.0.0...21.1.0)
- Added `x`, `y`, `pageX`, `pageY`, `offsetX`, and `offsetY` to `MouseEvent`. (jenseng, ViniciusFXavier)
- Added support for `unset` with `getComputedStyle()`. (jsnajdr)
- Added the `submitter` property to `SubmitEvent`. (jenseng)
- Fixed `MouseEvent`'s `screenX` and `screenY` to no longer coerce to integers, allowing fractional values. (jenseng)
- Fixed `formEl.submit()` to not longer fire `submit` events. (jenseng)
- Fixed stylesheets to no longer affect the document after their corresponding `` is removed. (jsnajdr)
- Fixed `pointer-events` to inherit when used with `getComputedStyle()`. (jnajdr)
- Fixed ` Githubissues.
Githubissues is a development platform for aggregating issues.
This PR contains the following updates:
^20.0.3
->^21.1.1
Release Notes
jsdom/jsdom
### [`v21.1.1`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2111) [Compare Source](https://togithub.com/jsdom/jsdom/compare/21.1.0...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) ### [`v21.1.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2110) [Compare Source](https://togithub.com/jsdom/jsdom/compare/21.0.0...21.1.0) - Added `x`, `y`, `pageX`, `pageY`, `offsetX`, and `offsetY` to `MouseEvent`. (jenseng, ViniciusFXavier) - Added support for `unset` with `getComputedStyle()`. (jsnajdr) - Added the `submitter` property to `SubmitEvent`. (jenseng) - Fixed `MouseEvent`'s `screenX` and `screenY` to no longer coerce to integers, allowing fractional values. (jenseng) - Fixed `formEl.submit()` to not longer fire `submit` events. (jenseng) - Fixed stylesheets to no longer affect the document after their corresponding `` is removed. (jsnajdr) - Fixed `pointer-events` to inherit when used with `getComputedStyle()`. (jnajdr) - Fixed ` Githubissues.