jsdom v16.1.0 Release Notes

Release Date: 2020-02-01 // about 4 years ago
    • โž• Added console.timeLog().
    • ๐Ÿ”„ Changed Attr to extend Node, to align with specifications. (ExE-Boss)
    • ๐Ÿ”„ Changed <noscript> children to be parsed as nodes, instead of as text, when runScripts is left as the default of undefined. (ACHP)
    • ๐Ÿ’… Upgraded cssstyle to v2.1.0, which brings along fixes to handling of rgba() and hsl() colors. (kraynel)
    • ๐Ÿ›  Fixed some selection-related issues when manipulating the value of <input>s and <textarea>s. (Matthew-Goldberg)
    • ๐Ÿ›  Fixed various issues with setTimeout(), setInterval(), and requestAnimationFrame(), particularly around window closing and recursive calls.