jsdom v15.1.1 Release Notes

Release Date: 2019-05-28 // almost 5 years ago
    • ๐Ÿ’… Moved the nonce property from HTMLScriptElement and HTMLStyleElement to HTMLElement. Note that it is still just a simple reflection of the attribute, and has not been updated for the rest of the changes in whatwg/html#2373.
    • ๐Ÿ›  Fixed the style and on<event> properties to properly track their related attributes for SVG elements. (kbruneel)
    • ๐Ÿ›  Fixed XMLHttpRequest merging preflight and response headers. (thiagohirata)
    • ๐Ÿ›  Fixed XMLHttpRequest reserializing content-type request headers unnecessarily. See whatwg/mimesniff#84 for more details. (thiagohirata)
    • ๐Ÿ›  Fixed element.tagName to be the ASCII uppercase of the element's qualified name, instead of the Unicode uppercase.