jsdom v16.2.0 Release Notes

Release Date: 2020-02-16 // about 4 years ago
    • โž• Added support for custom elements! Congratulations and thanks to @pmdartus for making this happen, after ten months of hard work and lots of effort poured into the complex architectural prerequisites in jsdom and supporting packages.
    • ๐Ÿ›  Fixed some issues when trying to use Attr as a Node, e.g. by checking its baseURI property or calling attr.cloneNode().
    • ๐Ÿ›  Fixed a memory leak during parsing that was introduced in v14.0.0.
    • ๐Ÿ›  Fixed edge cases in number/string conversion used for certain element properties that reflected integer attributes.