Skip to content

Tags: capricorn86/happy-dom

Tags

v15.7.4

Toggle v15.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: [1533] Fixes incorrect handling of non-node items inserted using…

… replaceWith(), before() and after() (#1533)

* Fix incorrect handling of non-node items inserted into the DOM

* Properly format appendChild() calls to make eslint happy

* Fix outerHTML setter and edit tests to match correct behavior of non-node insertions

v15.7.3

Toggle v15.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: [#1526] Handles scenario where a symbol property doesn't exist o…

…n HTMLSelectElement (#1527)

v15.7.2

Toggle v15.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: [#1527] Fixes problem where it is not possible to observe again …

…after disconnecting in MutationObserver (#1525)

v15.7.1

Toggle v15.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: [#1507] Fixes selector validation, so that it converts values to…

… string (#1522)

* chore: [#1507] Fixes selector validation, so that it converts values to string

* fix: [#1507] Fixes selector validation, so that it converts values to string

* chore: [#1507] Attempt to fix shaky unit tests

v15.7.0

Toggle v15.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: [#1373] Adds support for the :has pseudo selector (#1521)

v15.6.1

Toggle v15.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: [#1489] Include Access-Control, Origin headers for cross-origin …

…requests (#1492)

Fixes #1489

Co-authored-by: David Ortner <david@ortner.se>

v15.6.0

Toggle v15.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: [#1515] Adds support for the selectors :focus and :focus-visible (

#1520)

* feat: [#1515] Adds support for the selectors :focus and :focus-visible

* chore: [#1515] Attempts to fix flaky unit tests

v15.5.0

Toggle v15.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: [#1500] Adds support for Blob.stream() (#1500)

Co-authored-by: David Ortner <david@ortner.se>

v15.4.3

Toggle v15.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: [#1414] Adds support for supporting new lines and tabs as white-…

…space character in CSS selectors (#1499)

* fix: [#1414] Normalize selector parameter

* fix: [#1414] Add more test case

* chore: [#1414] Improves the logic for supporting additional white-space characters in selectors

---------

Co-authored-by: David Ortner <david@ortner.se>

v15.4.2

Toggle v15.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: [#1485] Typo in CORS rejection error message (#1486)

Co-authored-by: David Ortner <david@ortner.se>