Changelog
4.2.0
FEAT
: optimize clear
FEAT
: use native closest
FIX
: properly handle missing element
in matches
Changelog
5.1.0
FEAT
: optimize clear
FEAT
: use native closest
FIX
: properly handle missing element
in matches
Changelog
5.0.0
CHORE
: turn into ES moduleCHORE
: drop UMD distributionCHORE
: do not inline stable external dependenciesChangelog
4.0.0
FEAT
: change library target to ES2018
FEAT
: drop matches
shimFEAT
: drop polyfills for browser not supporting ES2018
Element#matches
ES2018
. Transpile the code base to target < ES2018
.ES2018
are dropped (e.g. Element.classList).