Skip to content

Releases: capricorn86/happy-dom

v13.8.0

12 Mar 11:05
8c56b04
Compare
Choose a tag to compare

🎨 Features

v13.7.8

12 Mar 00:39
0dfe51d
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes problem related to constructing custom elements using the new keyword (e.g. new CustomElement()) - By @capricorn86 in task #1258

v13.7.7

11 Mar 23:46
f6e8467
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds missing setter for the HTMLImageElement.loading property - By @capricorn86 in task #1218
  • Adds validation for values of the HTMLImageElement.loading property according to spec - By @capricorn86 in task #1218

v13.7.6

11 Mar 23:26
54d1ae0
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes problem related to cloning a Response twice causing ReadableStream to be locked - By @capricorn86 in task #1294

v13.7.5

11 Mar 23:12
efce30d
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes problem related to HTMLOptionElement.value returning text content instead of empty string (when value attribute is empty string) - By @t-wataru in task #1138

v13.7.4

11 Mar 23:05
16396f9
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Add support for sending in testEnvironmentOptions in @happy-dom/jest-environment - By @Codex- in task #1287

v13.7.3

10 Mar 13:39
1bd9020
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds check to Node.contains() that will return false if the parameter is undefined - By @rofly in task #1285

v13.7.2

10 Mar 13:23
3b4339d
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes problem related to attributeChanged() being called before element is initialized in a cloned Node - By @itutto

v13.7.1

09 Mar 12:42
10c7617
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds support for cloning response body in Response.clone() - By @cprecioso in task #1216

v13.7.0

08 Mar 11:52
4c808b6
Compare
Choose a tag to compare

🎨 Features

  • Returns matched Element type in *.querySelector(), *.querySelectorAll(), *.getElementsByTagName(), *.getElementsByTagNameNS(), Document.createElement() and Document.createElementNS() - By @capricorn86 in task #1101
  • Adds support for HashChangeEvent - By @capricorn86 in task #1101
  • Adds support for navigating and posting form data when submitting a form - By @capricorn86 in task #1101

👷‍♂️ Patch fixes

  • Fixes problem related to form not being submitted when clicking a button with a "form" attribute set to the form's ID - By @capricorn86 in task #1101