Skip to content

Releases: capricorn86/happy-dom

v17.4.3

09 Mar 13:44
a576202
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

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

v17.3.1

07 Mar 23:04
8e219af
Compare
Choose a tag to compare

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

v17.3.0

07 Mar 00:12
e8b77d0
Compare
Choose a tag to compare

🎨 Features

v17.2.4

06 Mar 23:20
a5424a8
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • SVG elements should be skipped in HTMLElement.innerText - By @karpiuMG in task #1151

v17.2.3

06 Mar 23:03
1417bad
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Element.contentEditable should be synced with the "contenteditable" attribute - By @karpiuMG in task #1463

v17.2.2

04 Mar 23:24
b1620c5
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Handle invalid indices on Node.childNodes - By @karpiuMG in task #1698