Skip to content

Releases: capricorn86/happy-dom

v0.12.0

04 Oct 13:19
Compare
Choose a tag to compare

🎨 Features

  • Adds support for node.remove(). (#23)

v0.11.1

04 Oct 13:19
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds check for space characters to the element.classList.add() function. (#29)

v0.11.0

04 Oct 13:18
Compare
Choose a tag to compare

🎨 Features

  • Adds support for firstElementChild and lastElementChild. (#32)

v0.10.7

04 Oct 13:17
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

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

v0.10.6

04 Oct 13:17
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • No text node is created when there only is one character. (#28)

v0.10.1

04 Oct 13:16
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue with parsing of self closing SVG elements. (#24)

v0.10.0

04 Oct 13:16
Compare
Choose a tag to compare

🎨 Features

  • Adds support for querying all (*). (#19)

v0.9.0

04 Oct 13:15
Compare
Choose a tag to compare

🎨 Features

  • Adds support for preventDefault() and stopPropagation(). (#11)

v0.8.5

04 Oct 13:15
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes bug with cloneNode() not copying some node properties after fix in 0.8.3.

v0.8.4

04 Oct 13:14
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes bug with dispatchEvent() not bubbling correctly.