jsdom v20.0.0 Release Notes

    • ๐Ÿ‘ Node.js v14 is now the minimum supported version
    • โž• Added crypto.getRandomValues(). (sjrd)
    • โž• Added HTMLFormControlsCollection and RadioNodeList, so formEl.elements now behaves correctly. (UndefinedBehavior)
    • โž• Added the signal option to addEventListener(). (cheap-glitch)
    • ๐Ÿ›  Fixed the :root pseudoclass to work correctly. (hughs-ch)
    • โšก๏ธ Updated parse5, bringing along some HTML parsing and serialization fixes. (fb55)