Skip to content

v13.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 11:52
4c808b6

🎨 Features

  • Returns matched Element type in *.querySelector(), *.querySelectorAll(), *.getElementsByTagName(), *.getElementsByTagNameNS(), Document.createElement() and Document.createElementNS() - By @capricorn86 in task #1101
  • Adds support for HashChangeEvent - By @capricorn86 in task #1101
  • Adds support for navigating and posting form data when submitting a form - By @capricorn86 in task #1101

👷‍♂️ Patch fixes

  • Fixes problem related to form not being submitted when clicking a button with a "form" attribute set to the form's ID - By @capricorn86 in task #1101