Releases: capricorn86/happy-dom
Releases · capricorn86/happy-dom
v20.0.11
👷♂️ 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
👷♂️ 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
👷♂️ 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
👷♂️ Patch fixes
- Fixes issue where
previousSibling()andnextSibling()didn't work inHTMLSelectElementandHTMLFormElement- 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
👷♂️ Patch fixes
- Fix incorrect handling of
>=operator in media query parser - By @lkritsimas in task #1869
v20.0.6
v20.0.5
👷♂️ Patch fixes
- The setter
TreeWalker.currentNodeshould validate if the value is aNode- By @capricorn86 in task #1935
v20.0.4
v20.0.3
👷♂️ 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
👷♂️ Patch fixes
- Adds frozen intrinsics flag to workers in
@happy-dom/server-renderer- By @capricorn86 in task #1934