Skip to content

Releases: capricorn86/happy-dom

v17.4.8

27 May 17:09
4c93732

Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue where CSS variables where not being parsed in color functions - By @hampustagerud in task #1822

v17.4.7

10 May 15:01
95350fa

Choose a tag to compare

👷‍♂️ Patch fixes

v17.4.6

30 Apr 14:37
52c49c3

Choose a tag to compare

👷‍♂️ Patch fixes

  • Preserve slashes in the "name" property in File - By @dyabol in task #1788

v17.4.5

30 Apr 14:28
a1a35cb

Choose a tag to compare

👷‍♂️ Patch fixes

  • Handle bubbling click events in HTMLAnchorElement - By @maxmil in task #1775

v17.4.4

11 Mar 23:02
b61762e

Choose a tag to compare

👷‍♂️ Patch fixes

  • Sets 0 instead of undefined as default in setTimeout() to prevent Bun from logging a "TimeoutNaNWarning" - By @lekoala in task #1772

v17.4.3

09 Mar 13:44
a576202

Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue where the wrong scope was used when settings.errorCapture is not set to "tryAndCatch" and handleEvent is used for the event listener - By @capricorn86 in task #1766

v17.4.2

08 Mar 22:56
bc3583b

Choose a tag to compare

👷‍♂️ 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

08 Mar 13:29
150a590

Choose a tag to compare

👷‍♂️ 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

07 Mar 23:59
ac792cf

Choose a tag to compare

🎨 Features

  • Adds support for the KeyboardEvent.getModifierState() method - By @karpiuMG in task #1467

v17.3.2

07 Mar 23:42
0dbdd4d

Choose a tag to compare

👷‍♂️ Patch fixes

  • Escapes special regex characters in attribute selectors - By @karpiuMG in task #1697