Skip to content

Releases: capricorn86/happy-dom

v14.10.1

06 May 23:15
8ceadb3
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Makes descriptor for properties "configurable" to make Storage.entries(), Storage.keys() and Storage.values() work according to spec - By @motss in task #1418

v14.10.0

06 May 23:01
4dc3de4
Compare
Choose a tag to compare

🎨 Features

  • Adds support for Document.elementFromPoint() - By @TreyVigus in task #1400
    • The method will always return null as Happy DOM doesn't support rendering and can't calculate an element's position based on where it is rendered

v14.9.0

06 May 22:57
2e03291
Compare
Choose a tag to compare

🎨 Features

  • Adds support for Document.queryCommandSupported() - By @btea in task #1411

v14.8.3

06 May 22:06
d159d4d
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue related to Element.insertBefore() not removing comment node from previous ancestor - By @mdafanasev in task #1406

v14.8.2

06 May 21:55
9095b2d
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Changes implementation to return HTMLCollection instead of NodeList in Document.forms - By @jean-leonco in task #1349

v14.8.1

06 May 21:46
2a8030f
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Improves support of the DOMRect interface - By @domakas in task #1161
  • Adds support for the DOMReactReadOnly interface - By @domakas in task #1161

v14.8.0

06 May 21:30
a289408
Compare
Choose a tag to compare

🎨 Features

  • Adds support for the HTMLIFrameElement.srcdoc property - By @jeffwcx in task #1398

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