Releases: capricorn86/happy-dom
Releases · capricorn86/happy-dom
Release list
v0.8.4
👷♂️ Patch fixes
- Fixes bug with dispatchEvent() not bubbling correctly.
v0.8.3
👷♂️ Patch fixes
- Fixes bug with cloneNode() also copying non-node properties.
v0.8.0
🎨 Features
- Adds support for previousElementSibling and nextElementSibling. (#18)
v0.7.0
🎨 Features
- Thanks to @AdeAttwood we now have support for requestAnimationFrame() and cancelAnimationFrame(). (#9)
v0.6.0
v0.5.0
🎨 Features:
- Adds support for click(), focus() and blur(). (#8)
v0.4.4
👷♂️ Patch fixes
- Fixes issue with CustomEvent not being defined correctly causing issues with detail property. (#10)
v0.4.3
👷♂️ Patch fixes
- Fixes issue with cloned nodes referring to the same attributes, which is causing weird issues in lit-html. (#5)
v0.4.2
👷♂️ Patch fixes
- Fixes issue where query selector not returning correct elements. (#2)
v0.4.1
👷♂️ Patch fixes
- Fixes issue with self closing elements become parent of next element in HTMLParser. (#1)