Skip to content

Releases: capricorn86/happy-dom

v16.8.1

31 Jan 13:17
f2d46b6
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Handle non-string values gracefully when removing an attribute - By @OlaviSau in task #1706

v16.8.0

31 Jan 13:07
df84257
Compare
Choose a tag to compare

🎨 Features

  • Add support for insertRow() and deleteRow() to HTMLTableSectionElement - By @christiango in task #1708

v16.7.3

26 Jan 18:32
a72b016
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Removes space from directory name that prevents the repo to be cloned on MS Windows - By @kleinfreund in task #1703

v16.7.2

22 Jan 01:33
89e8820
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

v16.7.1

20 Jan 22:52
02130fb
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds ICookie, IOptionalCookie, CookieSameSiteEnum and IVirtualServer as exports to the index file - By @capricorn86 in task #1693
  • Makes non-mandatory cookie properties optional in CookieContainer.addCookies() - By @capricorn86 in task #1693

v16.7.0

20 Jan 20:13
8d1cf8f
Compare
Choose a tag to compare

🎨 Features

  • Adds support for simulating local HTTP servers that serves files from the local file system - By @capricorn86 in task #1688
    • Read more about virtual servers in the Wiki

v16.6.0

15 Jan 00:37
3bb23c2
Compare
Choose a tag to compare

🎨 Features

  • Adds support for subsequent sibling combinator to querySelector(), querySelectorAll() and matches() (e.g. ".a ~ .b") - By @karpiuMG in task #1683

v16.5.3

08 Jan 23:37
ecbf335
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes problem with encoding and decoding attribute values in HTML - By @capricorn86 in task #1678
  • Fixes issue where it was not possible to query selector by class when the attribute value had line breaks in it - By @capricorn86 in task #1678

v16.5.2

08 Jan 01:46
8bf1f26
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Event.target should be the target element after an event has been dispatched - By @capricorn86 in task #1529

v16.5.1

08 Jan 00:27
f79188a
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue where Comment, Text and DocumentFragment are not instances of their corresponding property on Window - By @capricorn86 in task #1577