Releases: capricorn86/happy-dom
Releases · capricorn86/happy-dom
v16.2.8
👷♂️ Patch fixes
- Fixes issue where the wrong event target was used when dispatching events on
HTMLFormElement
orHTMLSelectElement
- By @capricorn86 in task #1628
v16.2.7
👷♂️ Patch fixes
- Fixes issue where text in
<script>
and<style>
elements should not be decoded or encoded - By @capricorn86 in task #1564
v16.2.6
👷♂️ Patch fixes
- Fixes problem where snapshots did not result in HTML for
<form>
and<select>
elements - By @capricorn86 in task #1608
v16.2.5
👷♂️ Patch fixes
- Fixes bug where the reference to a parent
HTMLFormElement
andHTMLSelectElement
was wrong which affected the methodsremove()
,replaceWith()
,before()
,after()
,append()
,prepend()
,replaceChildren()
andinsertAdjacentElement()
- By @capricorn86 in task #1637
v16.2.4
👷♂️ Patch fixes
- Fixes bug where the incorrect location is set after a redirect in
BrowserFrame.goto()
andDetachedBrowserFrame.goto()
- By @capricorn86 in task #1627
v16.2.3
👷♂️ Patch fixes
- Fixes the implementation for the
HTMLTableCellElement.headers
property - By @capricorn86 in task #1634
v16.2.2
👷♂️ Patch fixes
- Improves error when a Symbol object is being sent to
querySelector()
orquerySelectorAll()
as selector - By @chocolateboy in task #1640
v16.2.1
👷♂️ Patch fixes
- Set request credentials to "same-origin" in
XMLHttpRequest
when "withCredentials" is false - By @saitonakamura in task #1631
v16.2.0
v16.1.0
🎨 Features
- Add support for using whitespace-separated list to
getElementsByClassName()
- By @kylehalleman in task #1551