Releases: capricorn86/happy-dom
Releases · capricorn86/happy-dom
v2.3.0
🎨 Features
- Adds support for Node.parentElement. (#196)
v2.2.0
🎨 Features
- Adds support for CSSStyleDeclaration.getPropertyValue(). (#197)
v2.1.6
👷♂️ Patch fixes
- Updates code examples in happy-dom and @happy-dom/server-rendering. (#193)
v2.1.5
👷♂️ Patch fixes
- Fixes issue where query selectors for attribute values without quotes did not work. (#191)
v2.1.4
👷♂️ Patch fixes
- Adds missing dependency whatwg-encoding. (#189)
v2.1.3
👷♂️ Patch fixes
- Speeds up XML serializing by concatenating strings instead of using Array.join(). (#187)
v2.1.2
💣 Breaking Changes
- The methods window.whenAsyncComplete() and window.cancelAsync() has been moved to window.happyDOM.whenAsyncComplete() and window.happyDOM.cancelAsync(). (#175)
🎨 Features
- Improves performance for getElementById(), getElementsByTagName(), getElementsByTagNameNS(), document.body, document.head, document.documentElement
- Adds interfaces for multiple node types to have better control over compliance with the specification
- Changes inheritance structure for SVG elements to be according to the specification
v1.18.2
👷♂️ Patch fixes
- Event options should be optional in UIEvent. (#173)
v1.18.1
👷♂️ Patch fixes
- Event options should be optional, but some events where requiring options to be defined. (#171)
v1.18.0
🎨 Features
- Adds support for window.screen, window.innerWidth and window.innerHeight. (#169)