Skip to content

v0.11.1

Choose a tag to compare

@domenic domenic released this 15 Mar 07:54
· 2054 commits to main since this release
  • Add: Node.prototype.parentElement. (@lukasbuenger)
  • Fix: attributes that are reflected as properties should be '' when not present, instead of null. (Note that getAttribute still returns null for them). (@thejameskyle)
  • Fix: textContent now works for nodes that do not have children, like text nodes for example. (@hayes)
  • Fix: jsdom.jQueryify was using the wrong URL for jQuery by default. (@lukasbuenger)