Skip to content

Releases: capricorn86/happy-dom

v16.5.3

08 Jan 23:37
ecbf335
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes problem with encoding and decoding attribute values in HTML - By @capricorn86 in task #1678
  • Fixes issue where it was not possible to query selector by class when the attribute value had line breaks in it - By @capricorn86 in task #1678

v16.5.2

08 Jan 01:46
8bf1f26
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Event.target should be the target element after an event has been dispatched - By @capricorn86 in task #1529

v16.5.1

08 Jan 00:27
f79188a
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue where Comment, Text and DocumentFragment are not instances of their corresponding property on Window - By @capricorn86 in task #1577

v16.5.0

08 Jan 00:16
02820d9
Compare
Choose a tag to compare

🎨 Features

v16.4.3

07 Jan 23:58
a68a9cc
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds null check for if browser frame is available in Response during tear down of the Window - By @capricorn86 in task #1669

v16.4.2

07 Jan 23:45
4732136
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Support using URL as an object for URL:s when using the Browser API - By @capricorn86 in task #1664

v16.4.1

07 Jan 23:28
00b34b4
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue where HTML assigned to document.documentElement.innerHTML isnt parsed correctly since v16 - By @capricorn86 in task #1663

v16.4.0

07 Jan 22:08
4975dc5
Compare
Choose a tag to compare

🎨 Features

  • Allow fetch to be intercepted and modified by sending in an interceptor as a setting - By @OlaviSau in task #1502

v16.3.0

01 Jan 19:25
17634e6
Compare
Choose a tag to compare

🎨 Features

  • Adds support for child combinator to ":has()" pseudo selector (e.g. "span:has(> video)") - By @capricorn86 in task #1642

v16.2.9

31 Dec 17:03
3082b7e
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes the HTMLInputElement.defaultChecked property - By @capricorn86 in task #1587
    • This issue caused React not to serialize the "checked" attribute correctly