Sourced from happy-dom's releases.
v13.1.4
:construction_worker_man: Patch fixes
- Adds submitter to
SubmitEvent
instances dispatched byHTMLInputElement
andHTMLButtonElement
. (#1173)
Thank you
@aaltepet
for your contribution!v13.1.3
:construction_worker_man: Patch fixes
- Throws an error when providing an invalid selector to
querySelector()
andquerySelectorAll()
. (#1170)
Thank you
@btea
for your contribution!v13.1.2
:construction_worker_man: Patch fixes
Selection.anchorOffset
,Selection.baseOffset
,Selection.focusOffset
andSelection.extendOffset
should return 0 when no range has been added. (#1163)
Thank you
@seanogdev
for your contribution!v13.1.1
:construction_worker_man: Patch fixes
- Support whitespace with multiple spaces, line breaks or tabs in
DOMTokenList
(e.g.<div class=" class1 class2 ">
). (#1168)
Thank you
@takenspc
for your contribution!v13.1.0
:art: Features
- Makes properties into getters and setters according to spec in all nodes. (#1188)
- Adds support for adopted stylesheets to
Window.getComputedStyle()
. (#1188)v13.0.7
:construction_worker_man: Patch fixes
- Fixes issue related to using fake timers in Vitest making the test get stuck. (#1210)
v13.0.6
:construction_worker_man: Patch fixes
- Fixes problem related to exception thrown when creating a
Node
in the constructor of a custom element. (#1207)v13.0.5
:construction_worker_man: Patch fixes
... (truncated)
52487a2
Merge pull request #1174
from aaltepet/fix-form-submitter61577a0
#1173@trivial
: Adds unit
test for submitter to HTMLInputElement.fb026d9
Merge branch 'master' into fix-form-submitter35a0b3c
Merge pull request #1170
from btea/task/0-match-section-invalid-selector61b3137
#1170@patch
: Throws an
error when providing an invalid selector to querySelec...85ea7d7
Merge branch 'master' into task/0-match-section-invalid-selector5faca75
Merge pull request #1164
from seanogdev/fix-selection-spec08ad2c7
Merge branch 'master' into fix-selection-spec43e73a7
Merge branch 'master' into fix-form-submitteree4eb6f
Merge pull request #1169
from takenspc/task/1168-normalize-whitespace