Skip to content

Releases: capricorn86/happy-dom

v15.11.0

07 Nov 00:23
3a79654
Compare
Choose a tag to compare

🎨 Features

  • Adds support for the :disabled pseudo-class in CSS and query selectors - By @capricorn86 in task #1159

v15.10.8

06 Nov 22:46
6ff0d8f
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Validate that object is of type Blob in FileReader.readAsArrayBuffer(), FileReader.readAsBinaryString(), FileReader.readAsDataURL() and FileReader.readAsText() - By @btea in task #1565

v15.10.7

06 Nov 22:27
1416396
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Cookies with values that contains "=" should be supported - By @btea in task #1570

v15.10.6

06 Nov 21:56
f5e1722
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Accept objects with a stringifier (such as a URL object) in Location.assign() and Location.replace() - By @silverwind in task #1568

v15.10.5

06 Nov 21:46
c80a0e9
Compare
Choose a tag to compare

👷‍♂️ 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

06 Nov 21:21
32f7510
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds missing setter for the HTMLMediaElement.srcObject property - By @ewesemann in task #1557

v15.10.3

06 Nov 20:59
b949718
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Allow to set custom export conditions in @happy-dom/jest-environment - By @aearly in task #1555

v15.10.2

06 Nov 19:49
d23834c
Compare
Choose a tag to compare

👷‍♂️ 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

06 Nov 00:34
5ee0b16
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes a security vulnerability that allowed for server side code to be executed by a <script> tag - By @capricorn86 in task #1585

v15.10.0

05 Nov 22:43
1625d40
Compare
Choose a tag to compare

🎨 Features

  • Adds a new setting called disableSameOriginPolicy that makes it possible to bypass the same-origin policy in fetch requests - By @OlaviSau in task #1553