Skip to content

v2.53.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 09:50
· 0 commits to a464572dbd6a60a474e41189f3636b6903c9c60c since this release

🎨 Features

  • Adds support for setting and deleting values in the HTMLElement.dataset object. The changes will be reflected to the attributes of the element. (#405)
  • Improves performance of Element.getAttributeNS() which is used in many places within Happy DOM. (#405)

👷‍♂️ Patch fixes

  • Fixes issue with dataset keys not being in lower camel case. (#435)