Skip to content

Commit

Permalink
Version 23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 5, 2024
1 parent d6c0ab2 commit dc8306f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions AUTHORS.txt
Expand Up @@ -10,6 +10,7 @@ Alex Pearson <alex@alexpear.com>
Alex Rattray <rattray.alex@gmail.com>
Alex Soncodi <asoncodi@gmail.com>
Alexander Flatter <flatter@gmail.com>
Alexander Trefz <alexander.trefz@gmail.com>
Alexis CHAPPRON <bullrot-10@hotmail.fr>
Alistair Brown <github@alistairjcbrown.com>
Alistair MacDonald <amacdonald@aisquared.com>
Expand All @@ -31,6 +32,7 @@ antonj <anton.johansson@gmail.com>
Aria Stewart <aredridel@nbtsc.org>
Arrix <arrixzhou@gmail.com>
Aryan Arora <aryanarora278@gmail.com>
asamuzaK (Kazz) <asamuzaK@users.noreply.github.com>
Avery Fay <avery@mixpanel.com>
Avi Deitcher <avi@deitcher.net>
Avi Vahl <avi.vahl@wix.com>
Expand Down Expand Up @@ -64,6 +66,7 @@ Dan Lidral-Porter <dan@luckysort.com>
Daniel Boelzle [:dbo] <dbo@numberfour.eu>
Daniel Cassidy <mail@danielcassidy.me.uk>
Daniel Cousens <github@dcousens.com>
Daniel Kaplan <tieTYT@gmail.com>
Daniël van de Burgt <daniel.vandeburgt@serialssolutions.com>
d-ash <andrey.shubin@gmail.com>
Dav Glass <davglass@gmail.com>
Expand Down Expand Up @@ -226,6 +229,7 @@ Michał Gołębiowski-Owczarek <m.goleb@gmail.com>
Michał Wadas <michalwadas@gmail.com>
Mike Bostock <mbostock@gmail.com>
Mike Schreifels <mike@schreifels.org>
Mikhail <connormiha1@gmail.com>
Mitar <mitar.git@tnode.com>
Nao Iizuka <iizuka@kyu-mu.net>
Nick McCurdy <nick@nickmccurdy.com>
Expand Down
10 changes: 9 additions & 1 deletion Changelog.md
Expand Up @@ -26,9 +26,17 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 23.1.0

* Added an initial implementation of `ElementInternals`, including the `shadowRoot` getter and the string-valued ARIA properties. (zjffun)
* Added the string-valued ARIA attribute-reflecting properties to `Element`.
* Fixed `history.pushState()` and `history.replaceState()` to follow the latest specification, notably with regards to how they handle empty string inputs and what new URLs are possible.
* Fixed the `input.valueAsANumber` setter to handle `NaN` correctly. (alexandertrefz)
* Updated various dependencies, including `cssstyle` which contains several bug fixes.

## 23.0.1

* Fix incorrect `canvas` peer dependency.
* Fixed the incorrect `canvas` peer dependency introduced in v23.0.0.

## 23.0.0

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "23.0.1",
"version": "23.1.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit dc8306f

Please sign in to comment.