Skip to content

Commit 1aa3cbc

Browse files
committed
Version 16.7.0
1 parent df1f551 commit 1aa3cbc

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

AUTHORS.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Alistair Brown <github@alistairjcbrown.com>
1414
Alistair MacDonald <amacdonald@aisquared.com>
1515
Alvaro Dias <alvarod@microsoft.com>
1616
Ammar Khaku <ammar.khaku@gmail.com>
17+
Anant Patni <anantpatni1@gmail.com>
1718
Andrea Bogazzi <andreabogazzi79@gmail.com>
1819
Andreas Fleig <andreasfleig@gmail.com>
1920
Andreas Lind <andreaslindpetersen@gmail.com>
@@ -73,6 +74,7 @@ Dylan Marriott <info@d-32.com>
7374
Edward O'Connor <hober0@gmail.com>
7475
Edward Pfremmer <epfremmer@users.noreply.github.com>
7576
Edwin Shin <eddies@users.noreply.github.com>
77+
eiko <kokumeiko@gmail.com>
7678
eleith <online@eleith.com>
7779
Elijah Insua <tmpvar@gmail.com>
7880
E̵̘̳̘̝ṃ̟͈͙̗̹͘i͖͇ḷ͚͔̱̰̠y͜ ̩̲͕R̮̜͓̫o͉̣̦̘̖̖ͅs̫̣͜e̼͖̹̩͉͉͠ <nexxy@symphonysubconscious.com>
@@ -107,6 +109,7 @@ Henry Zhu <hi@henryzoo.com>
107109
hij1nx <fernmicro@gmail.com>
108110
i8-pi <thomas@nomology.id.au>
109111
Ian Young <ian.greenleaf@gmail.com>
112+
Ikko Ashimine <eltociear@gmail.com>
110113
indexzero <charlie.robbins@gmail.com>
111114
isaacs <i@izs.me>
112115
isonmad <github2.nobled@spamgourmet.com>
@@ -151,6 +154,7 @@ JuFeng Zhang <zjffun@gmail.com>
151154
Julien Guimont <julien@porkepic.com>
152155
Jürg Lehni <juerg@scratchdisk.com>
153156
justinmchase <justin.m.chase@gmail.com>
157+
Kai <Schweinepriester@users.noreply.github.com>
154158
kangax <kangax@gmail.com>
155159
Karel Bruneel <1569717+kbruneel@users.noreply.github.com>
156160
Karl Horky <karl.horky@gmail.com>
@@ -165,6 +169,7 @@ King Koopa <bbyholm@abo.fi>
165169
Konto Mondo <kontomondo@gmail.com>
166170
kontomondo <kontomondo@gmail.com>
167171
Koushik Challa <challakoushik@gmail.com>
172+
Krystan Honour <krystan@gmail.com>
168173
Kuriyama hibiya <kuriyama@hibiya.moe>
169174
Kyle <halldirector@gmail.com>
170175
Kyle McFarland <kyle.mcfarland@formidablelabs.com>
@@ -242,6 +247,7 @@ Robin <fbzhong@gmail.com>
242247
Robin Berjon <robin@berjon.com>
243248
Rodrigo Flores <rodrigo.flores@plataformatec.com.br>
244249
Rolf Timmermans <rolftimmermans@voormedia.com>
250+
Romain Trotard <romain.trotard@mirakl.com>
245251
Ronald Rey <reyronald@gmail.com>
246252
Rondinelly <rondinelly-ribeiro@outlook.com>
247253
Ryan Gasparini <ryan@rxgx.com>

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ Other guidelines:
2626
* Roughly order changes within those groupings by impact.
2727
-->
2828

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

3139
* Added `parentNode.replaceChildren()`. (ninevra)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsdom",
3-
"version": "16.6.0",
3+
"version": "16.7.0",
44
"description": "A JavaScript implementation of many web standards",
55
"keywords": [
66
"dom",

0 commit comments

Comments
 (0)