Skip to content

Releases: capricorn86/happy-dom

v20.0.11

27 Nov 23:37
b435ce7

Choose a tag to compare

👷‍♂️ Patch fixes

  • Always include manually set authorization headers in requests - By @capricorn86 in task #1048'
    • Authorization headers should only be omitted when automatically set by page context

v20.0.10

28 Oct 23:45
2cc0443

Choose a tag to compare

👷‍♂️ Patch fixes

  • Clears event listeners on all nodes when a Window is closed to prevent memory leaks - By @TrevorBurnham in task #1892

v20.0.9

28 Oct 22:49
70dde49

Choose a tag to compare

👷‍♂️ Patch fixes

  • Elements should only be upgraded to a custom element (web component) when the element is in the document - By @capricorn86 in task #1945
    • This will also improve the memory footprint as the listeners prevented nodes from being garbage collected until the document was closed

v20.0.8

21 Oct 23:24
6070199

Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue where previousSibling() and nextSibling() didn't work in HTMLSelectElement and HTMLFormElement - By @capricorn86 in task #1939
  • Fixes issue where parsing an item without a permitted parent (e.g. <tr>) should be valid inside a <template> element - By @capricorn86 in task #1939

v20.0.7

19 Oct 23:00
7852969

Choose a tag to compare

👷‍♂️ Patch fixes

  • Fix incorrect handling of >= operator in media query parser - By @lkritsimas in task #1869

v20.0.6

19 Oct 22:02
aab20c3

Choose a tag to compare

👷‍♂️ Patch fixes

  • Changes implementation for DOMTokenList.forEach(), Headers.forEach() and NodeList.forEach() to be spec compliant - By @ikeyan in task #1858

v20.0.5

17 Oct 16:39
0eb4e65

Choose a tag to compare

👷‍♂️ Patch fixes

  • The setter TreeWalker.currentNode should validate if the value is a Node - By @capricorn86 in task #1935

v20.0.4

16 Oct 23:25
5da6c37

Choose a tag to compare

👷‍♂️ Patch fixes

  • Only adds buttons to FormData if they are the submitter - By @maxmil and @
    karpiuMG
    in task #1859

v20.0.3

16 Oct 22:15
9e1bd67

Choose a tag to compare

👷‍♂️ Patch fixes

  • Moves URL resolution to after checking if module preloading is enabled to prevent URL errors to be thrown when unresolvable - By @iam-medvedev in task #1851
  • Fixes issue where CSS variables aren't parsed correctly when inside CSS functions - By @fimion in task #1837

v20.0.2

15 Oct 16:44
f4bd4eb

Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds frozen intrinsics flag to workers in @happy-dom/server-renderer - By @capricorn86 in task #1934