Skip to content

Releases: capricorn86/happy-dom

v17.3.0

07 Mar 00:12
e8b77d0
Compare
Choose a tag to compare

🎨 Features

v17.2.4

06 Mar 23:20
a5424a8
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • SVG elements should be skipped in HTMLElement.innerText - By @karpiuMG in task #1151

v17.2.3

06 Mar 23:03
1417bad
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Element.contentEditable should be synced with the "contenteditable" attribute - By @karpiuMG in task #1463

v17.2.2

04 Mar 23:24
b1620c5
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

v17.2.1

04 Mar 22:46
0452d7c
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Handle nested square brackets and parentheses inside pseudo-class arguments - By @karpiuMG in task #1072

v17.2.0

04 Mar 22:26
6f7057d
Compare
Choose a tag to compare

🎨 Features

  • Add support for multiple selectors in ":not" pseudo-class - By @karpiuMG in task #990

v17.1.13

04 Mar 22:18
6dae379
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

v17.1.12

04 Mar 21:57
0d1cbe0
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds event phases as static properties on Event class - By @alan910127 in task #1747

v17.1.11

04 Mar 21:45
bf753d7
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue with attribute references when using Element.cloneNode() - By @Mas0nShi in task #1745

v17.1.10

04 Mar 21:24
e4fea23
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Prevents disabled inputs from being focused or blurred - By @karpiuMG in task #1563