- Breaking change: upgraded
tough-cookie, which now considers URLs likehttp://localhost/to be secure contexts (per the spec), and thus will returnSecure-flagged cookies for such URLs. (@colincasey) - Added
customElements.getName(). (@mash-graz) - Changed the
<input>element'spattern=""attribute to use thevregular expression flag, instead ofu. - Fixed
jsdom.reconfigure({ url })not updatingdocument.baseURIor properties derived from it. This regressed in v26.1.0. - Fixed CSS system colors, as well as the
initial,inherit, andunsetkeywords, to resolve correctly. This is especially important since the change in v27.0.0-beta.1 to use system colors in the user agent stylesheet. (@asamuzaK) - Fixed CSS
backgroundproperty parsing and serialization. (@asamuzaK) - Fixed CSS color parsing and serialization inside of gradients. (@asamuzaK)
- Fixed CSS
displaystyle resolution. (@asamuzaK) - Upgraded
@asamuzakjp/dom-selector, which notably fixed repeated use of the:scopeselector. (@asamuzaK)