Releases: capricorn86/happy-dom
Releases · capricorn86/happy-dom
v17.4.3
👷♂️ Patch fixes
- Fixes issue where the wrong scope was used when
settings.errorCapture
is not set to "tryAndCatch" andhandleEvent
is used for the event listener - By @capricorn86 in task #1766
v17.4.2
👷♂️ Patch fixes
- Fixes issue where an error was thrown for "xmlns" or unknown prefixes in
Element.setAttribute()
- By @capricorn86 in task #1750
v17.4.1
👷♂️ Patch fixes
- Fixes issue where an error was thrown for attributes "xlink" or an unknown prefix during parsing of HTML - By @capricorn86 in task #1750
v17.4.0
v17.3.2
v17.3.1
👷♂️ Patch fixes
- Fixes issue where an error was thrown for attributes with "xmlns" as prefix during parsing of HTML (e.g.
<svg xmlns:link=""></svg>
) - By @capricorn86 in task #1750