Releases: capricorn86/happy-dom
Releases · capricorn86/happy-dom
v17.2.2
👷♂️ Patch fixes
- Handle invalid indices on Node.childNodes - By @betterqualityassuranceuser in task #1698
v17.2.1
v17.2.0
v17.1.13
👷♂️ Patch fixes
- Allow to use secure flag for cookies on "http://localhost" - By @karpiuMG in task #1162
v17.1.12
👷♂️ Patch fixes
- Adds event phases as static properties on
Event
class - By @alan910127 in task #1747
v17.1.11
v17.1.10
v17.1.9
👷♂️ Patch fixes
- Event listener properties prefixed with "on" should be the evaluated value of the corresponding attribute - By @capricorn86 in task #474
v17.1.8
👷♂️ Patch fixes
- Fixes issue where change event wasn't triggered for an input inside of a label - By @capricorn86 in task #1614
v17.1.7
👷♂️ Patch fixes
- Adds missing end boundary to
FormData
requests - By @aberigle and @capricorn86 in task #1741