Releases: capricorn86/happy-dom
Releases · capricorn86/happy-dom
v15.11.0
🎨 Features
- Adds support for the
:disabled
pseudo-class in CSS and query selectors - By @capricorn86 in task #1159
v15.10.8
v15.10.7
v15.10.6
👷♂️ Patch fixes
- Accept objects with a stringifier (such as a
URL
object) inLocation.assign()
andLocation.replace()
- By @silverwind in task #1568
v15.10.5
👷♂️ Patch fixes
- Fixes incorrect serialization of special characters in raw text elements such as
<script>
and<style>
- By @BenjaminAster in task #1566
v15.10.4
👷♂️ Patch fixes
- Adds missing setter for the
HTMLMediaElement.srcObject
property - By @ewesemann in task #1557
v15.10.3
v15.10.2
👷♂️ Patch fixes
- Fixes a security vulnerability that allowed for server side code to be executed by a
<script>
tag - By @capricorn86 in task #1585- There was a case that was missed with the first patch
v15.10.1
👷♂️ Patch fixes
- Fixes a security vulnerability that allowed for server side code to be executed by a
<script>
tag - By @capricorn86 in task #1585