Releases: capricorn86/happy-dom
Releases · capricorn86/happy-dom
v15.11.6
v15.11.5
👷♂️ Patch fixes
HTMLSelectElement
should not dispatch "change" event when changing value or index - By @capricorn86 in task #1603
v15.11.4
👷♂️ Patch fixes
- Strings should be converted into numbers in setters for
HTMLMeterElement
andHTMLProgressElement
- By @capricorn86 in task #1601
v15.11.3
👷♂️ Patch fixes
- Consider null as empty string in the setter for
HTMLInputElement.value
- By @capricorn86 in task #1604
v15.11.2
👷♂️ Patch fixes
- Fixes bug where pseudo selectors without an ending parentheses threw an in invalid selector error - By @capricorn86 in task #1558
- Fixes bug where it was not possible to use the characters ":" and "\" in attribute selectors - By @capricorn86 in task #1561
v15.11.1
👷♂️ Patch fixes
- Fixes bug where
Document.activeElement
is set to the wrong target when triggeringHTMLSelectElement.focus()
- By @capricorn86 in task #1592HTMLSelectElement
is aProxy
since v15 andfocus()
was setting the target of theProxy
as the active element, but should set theProxy
v15.11.0
🎨 Features
- Adds support for the
:disabled
pseudo-class in CSS and query selectors - By @capricorn86 in task #1159
v15.10.8
v15.10.7
v15.10.6
👷♂️ Patch fixes
- Accept objects with a stringifier (such as a
URL
object) inLocation.assign()
andLocation.replace()
- By @silverwind in task #1568