Skip to content

Commit

Permalink
Version 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Oct 8, 2021
1 parent 6a4d9a0 commit 24e23c0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Basic info:

- **Node.js version:** <!-- only v12 and above are supported -->
- **jsdom version:** <!-- only v17 and above are supported -->
- **jsdom version:** <!-- only v18 and above are supported -->

### Minimal reproduction case

Expand Down
2 changes: 2 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ Lucian Buzzo <LucianBuzzo@users.noreply.github.com>
Ludovico Fischer <livrerie@gmail.com>
Luis Silva <fetzpt@gmail.com>
Lukas Bünger <lukas.buenger@fixxpunkt.ch>
lul-odoo <lucas.lefevre@hotmail.com>
Magne Andersson <code@zirro.se>
makana <mamas-albtraum@web.de>
Manuel Lopez <jmlopez.rod@gmail.com>
Expand Down Expand Up @@ -231,6 +232,7 @@ Péter <peter.perenyi@gmail.com>
Peter Lyons <pete@peterlyons.com>
Phil Dokas <pdokas@organic.com>
Philipp Fritsche <ph.fritsche@gmail.com>
Philippe Ozil <5071767+pozil@users.noreply.github.com>
Pierre-Marie Dartus <dartus.pierremarie@gmail.com>
Rafał Chłodnicki <rchl2k@gmail.com>
Rainer Eli <claushellsing@gmail.com>
Expand Down
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 18.0.0

Potentially-breaking bug fixes:

* Fixed SSL certificate checking for WebSocket connections. Previously, invalid SSL certificates were always accepted; now, they properly respect the `ResourceLoader`'s `strictSSL` option (which defaults to `true`).
* Changed the global in which almost all `Promise` and `TypeError` instances are created to be the jsdom global, not the Node.js global. This could affect any code that uses `instanceof`.

Other changes:

* Fixed moving an element between HTML and XML documents to reset the `tagName` cache, allowing it to return a lowercase value once it's in the XML document. (LucasLefevre)
* Fixed form submission to not happen when the form is invalid. (pozil)

## 17.0.0

Breaking change: Node v12 is now the minimum supported version.
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": "17.0.0",
"version": "18.0.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 24e23c0

Please sign in to comment.