Skip to content

Commit

Permalink
Version 16.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Aug 1, 2021
1 parent df1f551 commit 1aa3cbc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions AUTHORS.txt
Expand Up @@ -14,6 +14,7 @@ Alistair Brown <github@alistairjcbrown.com>
Alistair MacDonald <amacdonald@aisquared.com>
Alvaro Dias <alvarod@microsoft.com>
Ammar Khaku <ammar.khaku@gmail.com>
Anant Patni <anantpatni1@gmail.com>
Andrea Bogazzi <andreabogazzi79@gmail.com>
Andreas Fleig <andreasfleig@gmail.com>
Andreas Lind <andreaslindpetersen@gmail.com>
Expand Down Expand Up @@ -73,6 +74,7 @@ Dylan Marriott <info@d-32.com>
Edward O'Connor <hober0@gmail.com>
Edward Pfremmer <epfremmer@users.noreply.github.com>
Edwin Shin <eddies@users.noreply.github.com>
eiko <kokumeiko@gmail.com>
eleith <online@eleith.com>
Elijah Insua <tmpvar@gmail.com>
E̵̘̳̘̝ṃ̟͈͙̗̹͘i͖͇ḷ͚͔̱̰̠y͜ ̩̲͕R̮̜͓̫o͉̣̦̘̖̖ͅs̫̣͜e̼͖̹̩͉͉͠ <nexxy@symphonysubconscious.com>
Expand Down Expand Up @@ -107,6 +109,7 @@ Henry Zhu <hi@henryzoo.com>
hij1nx <fernmicro@gmail.com>
i8-pi <thomas@nomology.id.au>
Ian Young <ian.greenleaf@gmail.com>
Ikko Ashimine <eltociear@gmail.com>
indexzero <charlie.robbins@gmail.com>
isaacs <i@izs.me>
isonmad <github2.nobled@spamgourmet.com>
Expand Down Expand Up @@ -151,6 +154,7 @@ JuFeng Zhang <zjffun@gmail.com>
Julien Guimont <julien@porkepic.com>
Jürg Lehni <juerg@scratchdisk.com>
justinmchase <justin.m.chase@gmail.com>
Kai <Schweinepriester@users.noreply.github.com>
kangax <kangax@gmail.com>
Karel Bruneel <1569717+kbruneel@users.noreply.github.com>
Karl Horky <karl.horky@gmail.com>
Expand All @@ -165,6 +169,7 @@ King Koopa <bbyholm@abo.fi>
Konto Mondo <kontomondo@gmail.com>
kontomondo <kontomondo@gmail.com>
Koushik Challa <challakoushik@gmail.com>
Krystan Honour <krystan@gmail.com>
Kuriyama hibiya <kuriyama@hibiya.moe>
Kyle <halldirector@gmail.com>
Kyle McFarland <kyle.mcfarland@formidablelabs.com>
Expand Down Expand Up @@ -242,6 +247,7 @@ Robin <fbzhong@gmail.com>
Robin Berjon <robin@berjon.com>
Rodrigo Flores <rodrigo.flores@plataformatec.com.br>
Rolf Timmermans <rolftimmermans@voormedia.com>
Romain Trotard <romain.trotard@mirakl.com>
Ronald Rey <reyronald@gmail.com>
Rondinelly <rondinelly-ribeiro@outlook.com>
Ryan Gasparini <ryan@rxgx.com>
Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Expand Up @@ -26,6 +26,14 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 16.7.0

* Added `AbortSignal.abort()`. (ninevra)
* Added dummy `x` and `y` properties to the return value of `getBoundingClientRect()`. (eiko)
* Implemented wrapping for `textareaEl.value` if the `wrap=""` attribute is specified. (ninevra)
* Changed newline normalization in `<textarea>`s according to [recent HTML Standard updates](https://blog.whatwg.org/newline-normalizations-in-form-submission). (ninevra)
* Fixed some bad cascade computation in `getComputedStyle()`. (romain-trotard)

## 16.6.0

* Added `parentNode.replaceChildren()`. (ninevra)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "16.6.0",
"version": "16.7.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 1aa3cbc

Please sign in to comment.