github-actions
released this
16 Apr 06:39
·
133 commits
to master
since this release
Minor Changes
-
#1129
979d2b1
Thanks @eoghanmurray! - click events now include a.pointerType
attribute which distinguishes between 'pen', 'mouse' and 'touch' events. There is no new PenDown/PenUp events, but these can be detected with a MouseDown/MouseUp + pointerType=pen -
#1188
bc84246
Thanks @benjackwhite! - feat: Extends maskInputFn to pass the HTMLElement to the deciding function