jsdom v11.11.0 Release Notes

    • โž• Added node.getRootNode(). (FrecksterGIT)
    • โž• Added label.control. (FrecksterGIT)
    • โž• Added el.labels for form control elements. (FrecksterGIT)
    • ๐Ÿ›  Fixed the contentType of Documents created through <iframe>s.
    • ๐Ÿ›  Fixed the contentType and origin of Documents created through document.implementation.createDocument().
    • ๐Ÿ›  Fixed sourceEl.srcset to return the value of the srcset="" attribute, instead of the cite="" attribute.
    • ๐Ÿ›  Fixed node.normalize() to not modify non-Text nodes. (lddubeau)
    • ๐Ÿ’… Upgraded cssstyle to v0.3.1, bringing along various fixes to our CSS parser and object model. (jsakas)
    • โฌ†๏ธ Upgraded whatwg-url to v6.4.1, fixing the interaction of URL's href and searchParams properties.
    • ๐ŸŽ Upgraded our selector matching engine from nwsmatcher to nwsapi, bringing along extensive fixes, performance improvements, and additional selector support.