- Node.js v14 is now the minimum supported version.
- Added
crypto.getRandomValues()
. (sjrd) - Added
HTMLFormControlsCollection
andRadioNodeList
, soformEl.elements
now behaves correctly. (UndefinedBehavior) - Added the
signal
option toaddEventListener()
. (cheap-glitch) - Fixed the
:root
pseudoclass to work correctly. (hughs-ch) - Updated
parse5
, bringing along some HTML parsing and serialization fixes. (fb55)