happy-dom

A JavaScript implementation of a web browser without its graphical user interface

MIT License

Downloads
4.1M
Stars
3K
Committers
123

Bot releases are hidden (Show)

happy-dom - v0.7.0

Published by capricorn86 about 4 years ago

🎨 Features

  • Thanks to @AdeAttwood we now have support for requestAnimationFrame() and cancelAnimationFrame(). (#9)
happy-dom - v0.6.0

Published by capricorn86 about 4 years ago

🎨 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)
happy-dom - v0.5.0

Published by capricorn86 about 4 years ago

🎨 Features:

  • Adds support for click(), focus() and blur(). (#8)
happy-dom - v0.4.4

Published by capricorn86 about 4 years ago

👷‍♂️ Patch fixes

  • Fixes issue with CustomEvent not being defined correctly causing issues with detail property. (#10)
happy-dom - v0.4.3

Published by capricorn86 about 4 years ago

👷‍♂️ Patch fixes

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

Published by capricorn86 about 4 years ago

👷‍♂️ Patch fixes

  • Fixes issue where query selector not returning correct elements. (#2)
happy-dom - v0.4.1

Published by capricorn86 about 4 years ago

👷‍♂️ Patch fixes

  • Fixes issue with self closing elements become parent of next element in HTMLParser. (#1)
happy-dom - v0.4.0

Published by capricorn86 about 4 years ago

🎨 Features

  • Adds type and eventInit to Event constructor. (#4)
happy-dom - v0.3.1

Published by capricorn86 about 4 years ago

👷‍♂️ Patch fixes

  • Fixes bug where global.Error is undefined. (#6)
happy-dom - v0.3.0

Published by capricorn86 about 4 years ago

🎨 Features

  • Adds support for scrollTop, scrollLeft, scrollTo(), offsetLeft, offsetTop offsetHeight, offsetWidth.
happy-dom - v0.2.16

Published by capricorn86 about 4 years ago

👷‍♂️ Patch fixes

  • Major bug fixes with server side rendering.
happy-dom - v0.2.0

Published by capricorn86 about 4 years ago

🎨 Features

  • Adds support for SVGSVGElement, SVGElement and SVGGraphicsElement.
happy-dom - v0.1.0

Published by capricorn86 about 4 years ago

🎨 Features

  • Adds support for HTMLInputElement, HTMLTextAreaElement, HTMLFormElement, Range and DOMRect (bounding client rect).
happy-dom - v0.0.1

Published by capricorn86 about 4 years ago

🎨 Features

  • Initial release.