You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds new Action Options, namely :stop and :prevent (#535)
* Add an event action option for stopping propagation
* Add test case for stopping propagation
... by specifying the event explicitly.
* Add test case for ensuring event propagation without stop option
* Improve test case descriptions
... by using the words "implicit" and "explicit" instead of "default"
and "specified".
* Replace `logPropagationContinued` with `log` and `log2`
* Add an event action option for preventing default
* Add test case for using `:prevent` with explicit event name
* Update `README` about the new action options
* Rename `ExtendedAddEventListenerOptions` to `EventModifiers`
* Use delegated getter method for `eventOptions`
... inside `Binding`.
* Process `.preventDefault` and `.stopPropagation` in separate functions
0 commit comments