jsdom v8.0.2 Release Notes

    • ๐Ÿ›  Fixed an issue where custom user agents would not propagate to navigator.userAgent in frames and iframes.
    • ๐Ÿ‘Œ Improved our document.activeElement implementation to be a bit smarter; we still don't have full focus/blur/active element semantics, but at least now it falls back to the <body> element when the active element is removed from the document or when no element has been focused yet.