Skip to content

Commit

Permalink
Version 18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 12, 2021
1 parent a303721 commit 79ff734
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 @@ -200,6 +200,7 @@ Matthew Goldberg <matthew.goldberg@appian.com>
Matthew King <mking@borderstylo.com>
Matthew Pflueger <matthew.pflueger@gmail.com>
Matthew Phillips <matthew@matthewphillips.info>
Mattias Buelens <649348+MattiasBuelens@users.noreply.github.com>
Max Walker <maxwell.a.walker@gmail.com>
Maxim Vorobjov <maxim.vorobjov@gmail.com>
Michael Best <mbest@dasya.com>
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.
-->

## 18.1.0

* Fixed `headers.append()` and `headers.set()` to normalize values. (MattiasBuelens)
* Fixed `pageshow` events to have `bubbles: true` and `cancelable: true`. (MattiasBuelens)
* Implemented the `reason` property on `AbortSignal`s, along with the corresponding `reason` argument to `abortSignal.abort()` and `AbortSignal.abort()`. (MattiasBuelens)

## 18.0.1

* Fixed live `Range`s to update correctly after calling `node.normalize()`. (hgiesel)
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": "18.0.1",
"version": "18.1.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 79ff734

Please sign in to comment.