Skip to content

Releases: capricorn86/happy-dom

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).

v0.0.1

04 Oct 13:02
Compare
Choose a tag to compare

🎨 Features

  • Initial release.