Skip to content

Releases: capricorn86/happy-dom

v17.1.8

24 Feb 23:52
73a3672
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue where change event wasn't triggered for an input inside of a label - By @SCPF-Archive in task #1614

v17.1.7

24 Feb 23:07
baaeeb9
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

v17.1.6

24 Feb 22:04
d66de2d
Compare
Choose a tag to compare

🎨 Features

  • Adds support for sending AbortSignal as option to EventTarget.addEventListener() - By @karpiuMG in task #1540

v17.1.5

24 Feb 21:51
33f1beb
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • HTMLElement.dataset should return undefined for properties not found - By @karpiuMG in task #1689

v17.1.4

23 Feb 17:35
6c5e0f9
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue where the use of filtering in TreeWalker didn't work according to spec - By @capricorn86 in task #1605

v17.1.3

22 Feb 21:55
c929243
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes incorrect handling of attribute prefixes when iterating NamedNodeMap - By @capricorn86 in task #1728
    • This caused attribute names to be incorrectly returned in Element.getAttributeNames() when attributes where using prefixes

v17.1.2

22 Feb 00:01
6ced6d8
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • AbortSignal.reason can have any type - By @btea in task #1718
  • When aborting a request, AbortSignal.reason should be the object used when the promise is rejected - By @btea in task #1718

v17.1.1

19 Feb 01:09
6290bb9
Compare
Choose a tag to compare

🎨 Features

👷‍♂️ Patch fixes

  • Fixes issue where it was not possible to nest @media, @supports and @container rules - By @capricorn86 in task #1727
  • Fixes issue where CSSStyleSheet was instantiated internally without a Window context, causing errors to not be thrown correctly in CSSStyleSheet methods - By @capricorn86 in task #1727
  • Changes errors thrown in CSSStyleSheet methods, so that they work according to spec - By @capricorn86 in task #1727

v17.1.0

11 Feb 22:44
2f709e4
Compare
Choose a tag to compare

🎨 Features

  • Add support for CSS media query rule "prefers-reduced-motion" - By @mwdiaz in task #1724

v17.0.4

11 Feb 12:55
efd734b
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • The "slotchange" event should be fired after the element has been connected to the DOM - By @capricorn86 in task #1722