Skip to content

Releases: capricorn86/happy-dom

v16.2.8

31 Dec 13:30
b95a867
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue where the wrong event target was used when dispatching events on HTMLFormElement or HTMLSelectElement - By @capricorn86 in task #1628

v16.2.7

31 Dec 12:53
78eb240
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue where text in <script> and <style> elements should not be decoded or encoded - By @capricorn86 in task #1564

v16.2.6

31 Dec 01:03
2c8a596
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes problem where snapshots did not result in HTML for <form> and <select> elements - By @capricorn86 in task #1608

v16.2.5

31 Dec 00:33
675e306
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes bug where the reference to a parent HTMLFormElement and HTMLSelectElement was wrong which affected the methods remove(), replaceWith(), before(), after(), append(), prepend(), replaceChildren() and insertAdjacentElement() - By @capricorn86 in task #1637

v16.2.4

30 Dec 23:44
758e9ff
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes bug where the incorrect location is set after a redirect in BrowserFrame.goto() and DetachedBrowserFrame.goto() - By @capricorn86 in task #1627

v16.2.3

30 Dec 23:14
f41ad67
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes the implementation for the HTMLTableCellElement.headers property - By @capricorn86 in task #1634

v16.2.2

30 Dec 22:58
b7f0b8f
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Improves error when a Symbol object is being sent to querySelector() or querySelectorAll() as selector - By @chocolateboy in task #1640

v16.2.1

30 Dec 22:49
f7b6ac6
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Set request credentials to "same-origin" in XMLHttpRequest when "withCredentials" is false - By @saitonakamura in task #1631

v16.2.0

30 Dec 19:46
5629a74
Compare
Choose a tag to compare

🎨 Features

  • Adds support for Window.scrollBy() and Element.scrollBy() - By @OlaviSau in task #1623

v16.1.0

30 Dec 13:45
c738c4e
Compare
Choose a tag to compare

🎨 Features

  • Add support for using whitespace-separated list to getElementsByClassName() - By @kylehalleman in task #1551