14.6.1 (2025-01-21)
Bug Fixes
- correct description for
delay
option (#1175) (2edf14d) - keyboard: add
ContextMenu
todefaultKeyMap
(#1079) (3e471d1) - keyboard: add brackets to
defaultKeyMap
(#1226) (543ecb0) - keyboard: walk through radio group per arrow keys (#1049) (bf8111c)
- pointer: dispatch mouse events if
pointerdown
isdefaultPrevented
(#1121) (f681f7b) - pointer: set
button
andbuttons
properties onPointerEvent
(#1219) (6614f72) - pointer: use
1
as default value forPointerEvent.width
andPointerEvent.height
(#1224) (f0468d0) - prevent
click
event loop on form-associated custom element (#1238) (465fc7e) - prevent
click
event on non-focusable control (#1130) (e429094) - upload: apply
accept
filter more leniently (#1064) (a344ad4)