Improves performance of Element.querySelectorAll(). The performance was decreased after the implementation of document sorting order, due to the fact that it relied on Object.assign() for each match, which is slower than iterating through all matches in the end. (#909)
v9.12.0
:art: Features
Adds support for the "of selector" to ":nth-child" and ":nth-last-child" query selectors. (#905)
:construction_worker_man: Patch fixes
... (truncated)
Commits
0744805 Merge pull request #913 from capricorn86/task/911-domexception-is-thrown-for-...
c0631e1#911@minor: Adds support for "i" and "s" modifiers to attribute query selectors.
a895911 Merge pull request #912 from capricorn86/task/908-domparserparsefromstring-do...
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 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 9.1.9 to 9.17.0.
Release notes
Sourced from happy-dom's releases.
... (truncated)
Commits
0744805
Merge pull request #913 from capricorn86/task/911-domexception-is-thrown-for-...c0631e1
#911@minor
: Adds support for "i" and "s" modifiers to attribute query selectors.a895911
Merge pull request #912 from capricorn86/task/908-domparserparsefromstring-do...5b3960a
Merge branch 'master' of https://github.com/capricorn86/happy-dom into task/9...e711369
#908@minor
: Adds support for endoing HTML entities to the XML parser. Adds su...2291dc3
Merge pull request #899 from crypto-scythe/task/898-shadowroot-changed-to-sha...b23d564
Merge branch 'master' into task/898-shadowroot-changed-to-shadowrootmode7f5bd17
Merge pull request #897 from btea/task/896-document-linksae6e4ce
Merge branch 'master' into task/896-document-links359818a
Merge pull request #900 from btea/task/889-parsecssrules-errorDependabot 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 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)