Skip to content

Commit

Permalink
Version 18.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 1, 2021
1 parent 1f5acae commit b1ce1af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,10 @@ Gary Court <gary.court@gmail.com>
Gianluca Guarini <gianluca.guarini@gmail.com>
Godmar Back <godmar@gmail.com>
Gord Tanner <gtanner@gmail.com>
Grant Gryczan <grantgryczan@gmail.com>
gregory80 <gregory.tomlinson@gmail.com>
Haz <hazdiego@gmail.com>
Henrik Giesel <hengiesel@gmail.com>
Henry Zhu <hi@henryzoo.com>
hij1nx <fernmicro@gmail.com>
i8-pi <thomas@nomology.id.au>
Expand Down Expand Up @@ -274,6 +276,7 @@ Shimon Doodkin <helpmepro1@gmail.com>
Silvio Tomatis <silviot@gmail.com>
Simen Bekkhus <sbekkhus91@gmail.com>
Simon Müller <SimonMueller@users.noreply.github.com>
Simon Weimann <simon.weimann@gmail.com>
sonnym <michaud.sonny@gmail.com>
Soufiane Ghzal <sghzal@gmail.com>
sporchia <print@blindchaos.net>
Expand Down
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 18.0.1

* Fixed live `Range`s to update correctly after calling `node.normalize()`. (hgiesel)
* Fixed live `Range`s to update correctly after removing child nodes. (hgiesel)
* Fixed setting `inputEl.valueAsDate = null` to no longer throw an exception, but instead set the value to the empty string. (simon-weimann)
* Improved performance of node insertion and `node.contains()`. (GrandGryczan)

## 18.0.0

Potentially-breaking bug fixes:
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.0",
"version": "18.0.1",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit b1ce1af

Please sign in to comment.