Skip to content

Releases: capricorn86/happy-dom

v0.8.3

04 Oct 13:13
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

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

v0.8.0

04 Oct 13:13
Compare
Choose a tag to compare

🎨 Features

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

v0.7.0

04 Oct 13:12
Compare
Choose a tag to compare

🎨 Features

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

v0.6.0

04 Oct 13:12
Compare
Choose a tag to compare

🎨 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

04 Oct 13:12
Compare
Choose a tag to compare

🎨 Features:

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

v0.4.4

04 Oct 13:11
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

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

v0.4.3

04 Oct 13:10
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

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

v0.4.2

04 Oct 13:09
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

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

v0.4.1

04 Oct 13:09
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

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

v0.4.0

04 Oct 13:08
Compare
Choose a tag to compare

🎨 Features

  • Adds type and eventInit to Event constructor. (#4)