- Node.js v14 is now the minimum supported version.
- Added
crypto.getRandomValues(). (@sjrd) - Added
HTMLFormControlsCollectionandRadioNodeList, soformEl.elementsnow behaves correctly. (@undefinedbehavior) - Added the
signaloption toaddEventListener(). (@cheap-glitch) - Fixed the
:rootpseudoclass to work correctly. (@hughs-ch) - Updated
parse5, bringing along some HTML parsing and serialization fixes. (@fb55)