Adds fix to update CSS rules in HTMLStyleElement sheet when editing the data of a child Text node - By @capricorn86 in task #1445
v14.11.1
:construction_worker_man: Patch fixes
Adds a temporary fix where waitUntilComplete() will hook into promises returned by connectedCallback() until Happy DOM has support for waiting for dynamic imports - By @capricorn86 in task #1442
It is common do make dynamic imports in connectedCallback() of web components. As Happy DOM doesn't have support for dynamic imports in waitUntilComplete(), a temporary fix has been added to hook into promises returned by connectedCallback().
Adds check for if Window and MutationObserver has been destroyed when triggering listeners - By @capricorn86 in task #1436
v14.10.2
:construction_worker_man: Patch fixes
HTMLAnchorElement, HTMLButtonElement, HTMLInputElement and HTMLLabelElement checked that click events triggering native behavior was of type PointerEvent, but should check that they are of type MouseEvent - By @capricorn86 in task #1397
v14.10.1
:construction_worker_man: Patch fixes
Makes descriptor for properties "configurable" to make Storage.entries(), Storage.keys() and Storage.values() work according to spec - By @motss in task #1418
v14.10.0
:art: Features
Adds support for Document.elementFromPoint() - By @TreyVigus in task #1400
The method will always return null as Happy DOM doesn't support rendering and can't calculate an element's position based on where it is rendered
v14.9.0
:art: Features
Adds support for Document.queryCommandSupported() - By @btea in task #1411
v14.8.3
:construction_worker_man: Patch fixes
Fixes issue related to Element.insertBefore() not removing comment node from previous ancestor - By @mdafanasev in task #1406
v14.8.2
:construction_worker_man: Patch fixes
Changes implementation to return HTMLCollection instead of NodeList in Document.forms - By @jean-leonco in task #1349
v14.8.1
:construction_worker_man: Patch fixes
Improves support of the DOMRect interface - By @domakas in task #1161
Adds support for the DOMReactReadOnly interface - By @domakas in task #1161
v14.8.0
:art: Features
Adds support for the HTMLIFrameElement.srcdoc property - By @jeffwcx in task #1398
... (truncated)
Commits
db97904 Merge pull request #1446 from capricorn86/1445-cssstylesheet-not-updated-when...
3bce547 fix: #1445 Adds fix to update CSS rules in HTMLStyleElement sheet when edit...
6ada816 Merge pull request #1443 from capricorn86/1442-add-support-for-import-to-wait...
818d13f fix: #1442 It is common do make dynamic imports in connectedCallback() of a...
f0d6091 Merge pull request #1432 from r-thomson/htmltimeelement
a7aa4d7 Merge branch 'master' into htmltimeelement
909069b Merge pull request #1437 from capricorn86/1436-lots-of-npe-errors-logged-by-m...
e00852c fix: #1336 Adds check for if Window and MutationObserver has been destroyed...
5b527c2 Merge pull request #1435 from capricorn86/1397-regression-from-1362-to-1370-c...
d8732e8 fix: #1397 HTMLAnchorElement, HTMLButtonElement, HTMLInputElement and HTMLL...
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps happy-dom from 13.6.2 to 14.11.2.
Release notes
Sourced from happy-dom's releases.
... (truncated)
Commits
db97904
Merge pull request #1446 from capricorn86/1445-cssstylesheet-not-updated-when...3bce547
fix: #1445 Adds fix to update CSS rules in HTMLStyleElement sheet when edit...6ada816
Merge pull request #1443 from capricorn86/1442-add-support-for-import-to-wait...818d13f
fix: #1442 It is common do make dynamic imports in connectedCallback() of a...f0d6091
Merge pull request #1432 from r-thomson/htmltimeelementa7aa4d7
Merge branch 'master' into htmltimeelement909069b
Merge pull request #1437 from capricorn86/1436-lots-of-npe-errors-logged-by-m...e00852c
fix: #1336 Adds check for if Window and MutationObserver has been destroyed...5b527c2
Merge pull request #1435 from capricorn86/1397-regression-from-1362-to-1370-c...d8732e8
fix: #1397 HTMLAnchorElement, HTMLButtonElement, HTMLInputElement and HTMLL...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show