Skip to content

Releases: capricorn86/happy-dom

v14.11.0

14 May 22:23
f0d6091
Compare
Choose a tag to compare

🎨 Features

v14.10.3

14 May 16:58
909069b
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds check for if Window and MutationObserver has been destroyed when triggering listeners - By @capricorn86 in task #1436

v14.10.2

13 May 22:31
5b527c2
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • HTMLAnchorElement, HTMLButtonElement, HTMLInputElement and HTMLLabelElement checked that click events triggering native behavior was of type PointerEvent, but should check that they are of type MouseEvent - By @capricorn86 in task #1397

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