Releases: capricorn86/happy-dom
Releases · capricorn86/happy-dom
v15.7.2
👷♂️ Patch fixes
- Fixes problem where it is not possible to observe again after disconnecting in
MutationObserver
- By @capricorn86 in task #1524
v15.7.1
👷♂️ Patch fixes
- Fixes selector validation and converts selectors to string (e.g.
querySelector(['.class'])
) - By @capricorn86 in task #1507
v15.7.0
🎨 Features
- Adds support for the
:has
pseudo selector - By @capricorn86 in task #1373
v15.6.1
v15.6.0
🎨 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
andHTMLTextAreaElement
- By @capricorn86 in task #1487
v15.5.0
🎨 Features
- Adds support for
Blob.stream()
- By @PlopAndRun in task #1500