jsdom v12.2.0 Release Notes

Release Date: 2018-10-08 // over 5 years ago
    • โž• Added support for shadow DOM! This includes shadow roots, slots, composed events, and more. (pmdartus)
    • โž• Added the element.toggleAttribute() method.
    • ๐Ÿ›  Fixed XMLHttpRequest sometimes sending an empty request body after a preflight request. (andreasf)
    • ๐Ÿ›  Fixed the formElement.form property to use an algorithm that also checks the form="" attribute, instead of always looking for the closest ancestor <form> element. (jamietre)
    • ๐Ÿ“ฆ Stopped swallowing errors when the canvas or canvas-prebuilt packages were installed, but failed to load. (joscha)