Skip to content

Releases: capricorn86/happy-dom

v2.3.0

01 Feb 21:55
Compare
Choose a tag to compare

🎨 Features

  • Adds support for Node.parentElement. (#196)

v2.2.0

01 Feb 21:38
Compare
Choose a tag to compare

🎨 Features

  • Adds support for CSSStyleDeclaration.getPropertyValue(). (#197)

v2.1.6

07 Jan 16:06
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Updates code examples in happy-dom and @happy-dom/server-rendering. (#193)

v2.1.5

04 Jan 20:54
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Fixes issue where query selectors for attribute values without quotes did not work. (#191)

v2.1.4

03 Jan 21:46
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds missing dependency whatwg-encoding. (#189)

v2.1.3

22 Dec 12:15
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Speeds up XML serializing by concatenating strings instead of using Array.join(). (#187)

v2.1.2

14 Dec 22:51
Compare
Choose a tag to compare

💣 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

23 Nov 12:48
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Event options should be optional in UIEvent. (#173)

v1.18.1

23 Nov 12:36
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Event options should be optional, but some events where requiring options to be defined. (#171)

v1.18.0

23 Nov 12:24
Compare
Choose a tag to compare

🎨 Features

  • Adds support for window.screen, window.innerWidth and window.innerHeight. (#169)