Skip to content

Releases: capricorn86/happy-dom

v15.11.6

14 Nov 00:54
7914b54
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds support for window.TextEncoder and window.TextDecoder - By @iradonov in task #1611

v15.11.5

14 Nov 00:49
78d8914
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • HTMLSelectElement should not dispatch "change" event when changing value or index - By @capricorn86 in task #1603

v15.11.4

13 Nov 01:09
b35bcd6
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Strings should be converted into numbers in setters for HTMLMeterElement and HTMLProgressElement - By @capricorn86 in task #1601

v15.11.3

12 Nov 15:25
9f8f084
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Consider null as empty string in the setter for HTMLInputElement.value - By @capricorn86 in task #1604

v15.11.2

12 Nov 01:03
dc06801
Compare
Choose a tag to compare

👷‍♂️ 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

11 Nov 20:35
e038cf9
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes bug where Document.activeElement is set to the wrong target when triggering HTMLSelectElement.focus() - By @capricorn86 in task #1592
    • HTMLSelectElement is a Proxy since v15 and focus() was setting the target of the Proxy as the active element, but should set the Proxy

v15.11.0

07 Nov 00:23
3a79654
Compare
Choose a tag to compare

🎨 Features

  • Adds support for the :disabled pseudo-class in CSS and query selectors - By @capricorn86 in task #1159

v15.10.8

06 Nov 22:46
6ff0d8f
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Validate that object is of type Blob in FileReader.readAsArrayBuffer(), FileReader.readAsBinaryString(), FileReader.readAsDataURL() and FileReader.readAsText() - By @btea in task #1565

v15.10.7

06 Nov 22:27
1416396
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Cookies with values that contains "=" should be supported - By @btea in task #1570

v15.10.6

06 Nov 21:56
f5e1722
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Accept objects with a stringifier (such as a URL object) in Location.assign() and Location.replace() - By @silverwind in task #1568