Skip to content

Releases: capricorn86/happy-dom

v1.6.0

12 Oct 20:18
Compare
Choose a tag to compare

🎨 Features

  • Support for ResizeObserver has been added. (#109)

v1.5.0

12 Oct 19:49
Compare
Choose a tag to compare

🎨 Features

  • Thanks to @Seldszar we now have support for parsing doctype. (#106)
  • Support for window.XMLSerializer has also been added. (#106)

v1.4.0

12 Oct 14:32
Compare
Choose a tag to compare

🎨 Features

  • Thanks to @jgonte we now have support for createElementNS(). (#105)

v1.3.1

09 Oct 01:22
Compare
Choose a tag to compare
v1.3.1

v1.3.0

09 Oct 01:05
Compare
Choose a tag to compare

🎨 Features

  • Thanks to @jgonte we now have support for Document.createElementNS(). (#99)
  • Adds support for extending custom elements to Document.createElement(), Document.createElementNS() and CustomElementRegistry.define(). (#99)
  • Adds support for parsing namespaces in the HTML parser. (#99)
  • Adds support for Document.createAttribute(). (#99)
  • Adds support for Document.createAttributeNS(). (#99)
  • Adds support for Element.namespaceURI. (#99)
  • Adds support for Element.setAttributeNode(). (#99)
  • Adds support for Element.getAttributeNode(). (#99)
  • Adds support for Element.removeAttributeNode(). (#99)

v1.2.2

07 Oct 20:18
Compare
Choose a tag to compare
v1.2.2

v1.2.1

06 Oct 23:56
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Nodes that are outside of the <html> tag when parsing a page should be added to the <body> element. This patch will fix this issue. (#97)

v1.2.0

06 Oct 23:12
Compare
Choose a tag to compare

🎨 Features

  • Thanks to @jgonte we now have support for Node.replaceWith(). (#93)

v1.1.15

06 Oct 22:39
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds support for handling unnestable tag names to the HTML parser. Unnestable tag names like <a> and <li> will be auto-closed if nested. (#94)

v1.1.14

05 Oct 22:38
Compare
Choose a tag to compare

👷‍♂️ Patch fixes

  • Adds fix for handling unclosed elements. (#91)
  • Updates packages to fix security vulnerabilities. (#91)
  • Adds step for running unit tests before publishing as an additional safety precaution. (#91)