Skip to content

Releases: capricorn86/happy-dom

v14.7.1

07 Apr 15:21
e8f6107
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds support for using Node.prototype.cloneNode.call(element), Node.prototype.appendChild.call(element), Node.prototype.removeChild.call(element), Node.prototype.insertBefore.call(element) and Node.prototype.replaceChild.call(element), which Svelte v5 relies on - By @capricorn86 in task #1392

v14.7.0

06 Apr 23:00
4849b62
Compare
Choose a tag to compare

🎨 Features

  • Adds support for constructing Text and Comment using the new operator - By @capricorn86 in task #1387
    • E.g. new Text('text') or new Comment('comment')

v14.6.2

06 Apr 13:26
32b30bd
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

v14.6.1

05 Apr 23:19
86c9166
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes bug where Document.createTextNode() didn't handle conversion of non-string values to string - By @odanado in task #1380
  • Adds support for throwing an exception when no argument is submitted to Document.createTextNode() - By @odanado in task #1380

v14.6.0

05 Apr 23:03
5c745d4
Compare
Choose a tag to compare

🎨 Features

  • Adds support for the HTMLElement.inert property - By @odanado in task #1124

v14.5.2

05 Apr 23:02
a026261
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes bug related to custom property resolution chaining when using Window.getComputedStyle() - By @odanado in task #1363

v14.5.1

04 Apr 22:21
f456def
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes problem with Document.defaultView not referring to the global object when using GlobalRegistrator - By @capricorn86 in task #1367

🎨 Features

  • Adds support for closing/destroying the Window in GlobalRegistrator.unregister() - By @capricorn86 in task #1367

v14.5.0

04 Apr 16:57
5e160ed
Compare
Choose a tag to compare

🎨 Features

  • Adds support for handling "application/x-www-form-urlencoded" in Request.formData() - By @tt-public in #1379

v14.4.0

03 Apr 21:38
75041b2
Compare
Choose a tag to compare

🎨 Features

  • Adds support for HTMLIFrameElement.sandbox to return a DOMTokenList - By @jeffwcx in task #825

v14.3.10

01 Apr 22:36
f9d4343
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes problem related to CSS properties not being used in CSS values when they are declared after (e.g. when CSS properties are defined in Element attribute) - By @capricorn86 in task #1364
  • Update the CSSStyleSheet object when child nodes of an HTMLStyleElement are modified - By @capricorn86 in task #1364