Releases: capricorn86/happy-dom
Releases · capricorn86/happy-dom
v1.11.3
v1.11.2
v1.11.1
v1.11.0
🎨 Features
- Adds support for FileReader (#145)
- Adds support for File (#145)
- Adds support for Blob (#145)
- Adds support for DOMException (#145)
- Adds support for HTMLInputElement.selectionStart (#145)
- Adds support for HTMLInputElement.selectionEnd, (#145)
- Adds support for HTMLInputElement.setSelectionRange() (#145)
- Adds support for HTMLInputElement.setRangeText(). (#145)
- Adds support for sanitizing values based on type in HTMLInputElement. (#145)
v1.10.4
v1.10.3
v1.10.2
👷♂️ Patch fixes
- Removes white space trimming in XMLParser as it can remove indentations. (#131)
- It was not possible to send the deep parameter to Document.importNode(). (#131)
- The properties tabIndex, offsetHeight, offsetWidth, offsetLeft, offsetTop, clientHeight, clientWidth should not be cloned HTMLElement.cloneNode(). (#131)