Skip to content

Releases: capricorn86/happy-dom

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)

v0.3.1

04 Oct 13:06
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes bug where global.Error is undefined. (#6)

v0.3.0

04 Oct 13:05
Compare
Choose a tag to compare

🎨 Features

  • Adds support for scrollTop, scrollLeft, scrollTo(), offsetLeft, offsetTop offsetHeight, offsetWidth.

v0.2.16

04 Oct 13:05
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Major bug fixes with server side rendering.

v0.2.0

04 Oct 13:04
Compare
Choose a tag to compare

🎨 Features

  • Adds support for SVGSVGElement, SVGElement and SVGGraphicsElement.

v0.1.0

04 Oct 13:04
Compare
Choose a tag to compare

🎨 Features

  • Adds support for HTMLInputElement, HTMLTextAreaElement, HTMLFormElement, Range and DOMRect (bounding client rect).