Skip to content

Releases: capricorn86/happy-dom

v20.9.0

13 Apr 23:03
4090ade

Choose a tag to compare

🎨 Features

  • Adds support for event listener properties on Window (e.g. Window.onkeydown) - By @capricorn86 in task #2131

v20.8.9

26 Mar 23:39
68324c2

Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue where cookies from the current origin was being forwarded to the target origin in fetch requests - By @capricorn86 in task #2117

v20.8.8

24 Mar 23:40
5437fdf

Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue where export names can be interpolated as executable code in ESM - By @capricorn86 in task #2113
    • A security advisory (GHSA-6q6h-j7hj-3r64) has been reported that shows a security vulnerability where it may be possible to escape the VM context and get access to process level functionality in unsafe environments using CommonJS. Big thanks to @tndud042713 for reporting this!

v20.8.7

23 Mar 21:56
7e97acb

Choose a tag to compare

👷‍♂️ Patch fixes

  • Replace implementing Node.js Console with common IConsole interface to support latest version of Bun - By @YevheniiKotyrlo in task #1845

v20.8.6

23 Mar 21:33
3373929

Choose a tag to compare

👷‍♂️ Patch fixes

  • Request.formData() should honor "Content-Type" header - By @brianhelba in task #2106

v20.8.5

23 Mar 21:29
55c17ba

Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes error thrown when modifying DOM structure in connectedCallback() - By @capricorn86 in task #2110

v20.8.4

12 Mar 23:02
82a0888

Choose a tag to compare

👷‍♂️ Patch fixes

v20.8.3

03 Mar 00:23
5998eea

Choose a tag to compare

👷‍♂️ Patch fixes

  • Throw error if event is not of type Event in EventTarget.dispatchEvent() - By @capricorn86 in task #2054

v20.8.2

03 Mar 00:10
7a11238

Choose a tag to compare

👷‍♂️ Patch fixes

  • Resets Event.cancelBubble and Event.defaultPrevented when calling Event.initEvent() - By @capricorn86 in task #2090

v20.8.1

02 Mar 23:34
7d27984

Choose a tag to compare

👷‍♂️ Patch fixes