Skip to content

Releases: capricorn86/happy-dom

v15.7.2

31 Aug 13:52
20b520a
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes problem where it is not possible to observe again after disconnecting in MutationObserver - By @capricorn86 in task #1524

v15.7.1

31 Aug 13:46
d0c8ab5
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes selector validation and converts selectors to string (e.g. querySelector(['.class'])) - By @capricorn86 in task #1507

v15.7.0

30 Aug 15:08
9bde659
Compare
Choose a tag to compare

🎨 Features

v15.6.1

30 Aug 12:59
86748db
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Include Access-Control-*, Origin headers for cross-origin preflight requests - By @rexxars in task #1489

v15.6.0

29 Aug 23:33
71d243a
Compare
Choose a tag to compare

🎨 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 and HTMLTextAreaElement - By @capricorn86 in task #1487

v15.5.0

29 Aug 21:58
fec1c01
Compare
Choose a tag to compare

🎨 Features

v15.4.3

29 Aug 21:50
6aa044d
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds support for supporting new lines and tabs as white-space character in CSS selectors - By @syi0808 in task #1414

v15.4.2

29 Aug 17:52
0e3d424
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Typo in CORS rejection error message - By @rexxars in task #1485

v15.4.1

29 Aug 17:42
df69f9e
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Throw error in FormData.append() when value parameter type is incorrect - By @btea in task #1484

v15.4.0

29 Aug 15:52
5b23cc1
Compare
Choose a tag to compare

🎨 Features

  • Adds support for the CSS font-face rule - By @m-shaka in task #1441