Skip to content

Releases: capricorn86/happy-dom

v15.7.4

11 Sep 18:19
afd256b
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes incorrect handling of non-node items inserted using replaceWith(), before() and after() - By @BenjaminAster in task #1533

v15.7.3

01 Sep 16:49
afc3692
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes bug that occurs when checking if a symbol property exists on HTMLSelectElement - By @Cherry in task #1526

v15.7.2

31 Aug 13:52
20b520a
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes problem where it is not possible to observe again after disconnecting in MutationObserver - By @capricorn86 in task #1524

v15.7.1

31 Aug 13:46
d0c8ab5
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes selector validation and converts selectors to string (e.g. querySelector(['.class'])) - By @capricorn86 in task #1507

v15.7.0

30 Aug 15:08
9bde659
Compare
Choose a tag to compare

🎨 Features

v15.6.1

30 Aug 12:59
86748db
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Include Access-Control-*, Origin headers for cross-origin preflight requests - By @rexxars in task #1489

v15.6.0

29 Aug 23:33
71d243a
Compare
Choose a tag to compare

🎨 Features

  • Adds support for the selectors :focus and :focus-visible - By @capricorn86 in task #1515

👷‍♂️ Patch fixes

  • Changes wrong property name "inputmode" to "inputMode" in HTMLInputElement and HTMLTextAreaElement - By @capricorn86 in task #1487

v15.5.0

29 Aug 21:58
fec1c01
Compare
Choose a tag to compare

🎨 Features

v15.4.3

29 Aug 21:50
6aa044d
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds support for supporting new lines and tabs as white-space character in CSS selectors - By @syi0808 in task #1414

v15.4.2

29 Aug 17:52
0e3d424
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Typo in CORS rejection error message - By @rexxars in task #1485