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 - v8.3.1

Published by capricorn86 over 1 year ago

👷‍♂️ Patch fixes

  • Fixes problems with the release build after migrating to Turbo repo. (#747 )
happy-dom - v8.3.0

Published by capricorn86 over 1 year ago

🎨 Features

  • Adds support for Event.timeStamp. (#722)
happy-dom - v2.18.0

Published by capricorn86 over 3 years ago

🎨 Features

  • Adds support for Window.parent (#268)
  • Adds support for dispatching "focusin" and "focusout" event when using the methods HTMLElement.focus() and HTMLElement.blur() (#268)
happy-dom - v2.16.1

Published by capricorn86 over 3 years ago

👷‍♂️ Patch fixes

  • Adds a line-break to the documentation (README.md) to fix an issue with body text becoming a title (#256)
happy-dom - v2.16.0

Published by capricorn86 over 3 years ago

🎨 Features

  • Adds a new package called "global-registrator" to the Happy DOM mono-repo. The package contains a utility that registers Happy DOM globally, which makes it possible to use Happy DOM for testing in a Node environment. (#248)
happy-dom - v1.0.0

Published by capricorn86 about 4 years ago

💣 Breaking Changes

  • Lerna is used for managing multiple packages within a single repo. Support for React and Angular. Full support for querySelector() and querySelectorAll(). (#45)
happy-dom - v0.14.0

Published by capricorn86 about 4 years ago

🎨 Features

  • Thanks to @allain we now have support for "target" and "currentTarget" in events.
happy-dom - v0.13.0

Published by capricorn86 about 4 years ago

🎨 Features

  • Thanks to @mat3e we now have support for append() and prepend().
happy-dom - v0.12.0

Published by capricorn86 about 4 years ago

🎨 Features

  • Adds support for node.remove(). (#23)
happy-dom - v0.11.1

Published by capricorn86 about 4 years ago

👷‍♂️ Patch fixes

  • Adds check for space characters to the element.classList.add() function. (#29)
happy-dom - v0.11.0

Published by capricorn86 about 4 years ago

🎨 Features

  • Adds support for firstElementChild and lastElementChild. (#32)
happy-dom - v0.10.7

Published by capricorn86 about 4 years ago

👷‍♂️ Patch fixes

  • Thanks to @DaSchTour we now have a fix for possible name conflicts when integrating with Angular. (#31)
happy-dom - v0.10.6

Published by capricorn86 about 4 years ago

👷‍♂️ Patch fixes

  • No text node is created when there only is one character. (#28)
happy-dom - v0.10.1

Published by capricorn86 about 4 years ago

👷‍♂️ Patch fixes

  • Fixes issue with parsing of self closing SVG elements. (#24)
happy-dom - v0.10.0

Published by capricorn86 about 4 years ago

🎨 Features

  • Adds support for querying all (*). (#19)
happy-dom - v0.9.0

Published by capricorn86 about 4 years ago

🎨 Features

  • Adds support for preventDefault() and stopPropagation(). (#11)
happy-dom - v0.8.5

Published by capricorn86 about 4 years ago

👷‍♂️ Patch fixes

  • Fixes bug with cloneNode() not copying some node properties after fix in 0.8.3.
happy-dom - v0.8.4

Published by capricorn86 about 4 years ago

👷‍♂️ Patch fixes

  • Fixes bug with dispatchEvent() not bubbling correctly.
happy-dom - v0.8.3

Published by capricorn86 about 4 years ago

👷‍♂️ Patch fixes

  • Fixes bug with cloneNode() also copying non-node properties.
happy-dom - v0.8.0

Published by capricorn86 about 4 years ago

🎨 Features

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