Skip to content

Releases: capricorn86/happy-dom

v0.8.4

Choose a tag to compare

@capricorn86 capricorn86 released this 04 Oct 13:14

👷‍♂️ Patch fixes

  • Fixes bug with dispatchEvent() not bubbling correctly.

v0.8.3

Choose a tag to compare

@capricorn86 capricorn86 released this 04 Oct 13:13

👷‍♂️ Patch fixes

  • Fixes bug with cloneNode() also copying non-node properties.

v0.8.0

Choose a tag to compare

@capricorn86 capricorn86 released this 04 Oct 13:13

🎨 Features

  • Adds support for previousElementSibling and nextElementSibling. (#18)

v0.7.0

Choose a tag to compare

@capricorn86 capricorn86 released this 04 Oct 13:12

🎨 Features

  • Thanks to @AdeAttwood we now have support for requestAnimationFrame() and cancelAnimationFrame(). (#9)

v0.6.0

Choose a tag to compare

@capricorn86 capricorn86 released this 04 Oct 13:12

🎨 Features

  • Thanks to @mat3e we now have support for hasAttributes(). The "attributes" property has also been changed. It is now returning an object instead of array. (#13)

v0.5.0

Choose a tag to compare

@capricorn86 capricorn86 released this 04 Oct 13:12

🎨 Features:

  • Adds support for click(), focus() and blur(). (#8)

v0.4.4

Choose a tag to compare

@capricorn86 capricorn86 released this 04 Oct 13:11

👷‍♂️ Patch fixes

  • Fixes issue with CustomEvent not being defined correctly causing issues with detail property. (#10)

v0.4.3

Choose a tag to compare

@capricorn86 capricorn86 released this 04 Oct 13:10

👷‍♂️ Patch fixes

  • Fixes issue with cloned nodes referring to the same attributes, which is causing weird issues in lit-html. (#5)

v0.4.2

Choose a tag to compare

@capricorn86 capricorn86 released this 04 Oct 13:09

👷‍♂️ Patch fixes

  • Fixes issue where query selector not returning correct elements. (#2)

v0.4.1

Choose a tag to compare

@capricorn86 capricorn86 released this 04 Oct 13:09

👷‍♂️ Patch fixes

  • Fixes issue with self closing elements become parent of next element in HTMLParser. (#1)