Skip to content

Releases: capricorn86/happy-dom

v17.5.9

02 Jun 22:15
6bad92f

Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds missing null check in HTMLLinkElement for a browser frame property that becomes null during teardown of a Window - By @capricorn86 in task #1800

v17.5.8

02 Jun 21:37
d1182cb

Choose a tag to compare

👷‍♂️ Patch fixes

  • Incorrect cache matching caused Element.classList to return the wrong items - By @capricorn86 in task #1812

v17.5.7

02 Jun 20:51
8551295

Choose a tag to compare

👷‍♂️ Patch fixes

  • Handle wider range of valid characters in unquoted attribute value parsing - By @AudunWA in task #1817

v17.5.6

27 May 23:21
2491204

Choose a tag to compare

👷‍♂️ Patch fixes

  • Removes the min and max boundary check when setting the value of an input field of type "date" - By @zgrybus in task #1815

v17.5.4

27 May 22:34
91e786a

Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue where the body of a ReadableStream was locked after being cloned - By @MarcMcIntosh in task #1493

v17.5.3

27 May 22:25
5e830a1

Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds previousSibling and nextSibling to MutationObserver records when a child is removed - By @uxuip in task #1803

v17.5.2

27 May 22:10
b257aa1

Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds support for the unicode characters « and » in query selectors used by the React 19.1 "useId" hook - By @terrymun in task #1785

v17.5.1

27 May 21:25
678235f

Choose a tag to compare

👷‍♂️ Patch fixes

  • Existing URL query string should be overwritten on form submit when method is "GET" - By @rslabbert in task #1786

v17.5.0

27 May 21:19
d1092af

Choose a tag to compare

🎨 Features

  • Adds support for XMLHttpRequest.overrideMimeType() - By @maxmil in task #1782

v17.4.9

27 May 21:15
4ec75b7

Choose a tag to compare

👷‍♂️ Patch fixes

  • A disabled input element should not be parsed in FormData - By @juandiegombr in task #1790