jsdom v18.0.1 Release Notes

    • ๐Ÿ›  Fixed live Ranges to update correctly after calling node.normalize(). (hgiesel)
    • ๐Ÿ›  Fixed live Ranges to update correctly after removing child nodes. (hgiesel)
    • ๐Ÿ›  Fixed setting inputEl.valueAsDate = null to no longer throw an exception, but instead set the value to the empty string. (simon-weimann)
    • ๐Ÿ‘Œ Improved performance of node insertion and node.contains(). (GrantGryczan)