Releases: WizUI/wuiButtonBehavior
Releases · WizUI/wuiButtonBehavior
v0.1.5
v0.1.4
v0.1.3
v0.1.2
Cancel me if you can, but only if you should
The implementation of cancelling the tap event when moving has been revisited for better support of desktop browser.
The maxDeviation
wasn't good enough, now it will detect if the cursor/finger leave the button.
Also added cancellation when scrolling farther than the button size.
v0.1.1
Mouse can leave too
tapend
is getting called to cancel the tap action when mouse is leaving the button.
Removed touch/click preventDefault
fix
WuiDom was refactored and incorporates this fix.
This made a lot more sense as all behaviors would need this.
It didn't make sense to have to replicate this every time we created a new behavior.
As such this version of wui-buttonBehavior requires WuiDom v0.4.0 and above.