- Added support for shadow DOM! This includes shadow roots, slots, composed events, and more. (@pmdartus)
- Added the
element.toggleAttribute()method. - Fixed
XMLHttpRequestsometimes sending an empty request body after a preflight request. (@andreasf) - Fixed the
formElement.formproperty to use an algorithm that also checks theform=""attribute, instead of always looking for the closest ancestor<form>element. (@jamietre) - Stopped swallowing errors when the
canvasorcanvas-prebuiltpackages were installed, but failed to load. (@joscha)