Releases: canjs/can-dom-events
Releases · canjs/can-dom-events
Fix wrong JSDoc descriptions of dispatch and removeEventListener functions
05 Jun 14:31
Compare
Sorry, something went wrong.
No results found
QUNIT2 upgrade
28 May 18:21
Compare
Sorry, something went wrong.
No results found
Test Cleanup
05 Apr 14:54
Compare
Sorry, something went wrong.
No results found
This release fixes some tests to make sure they clean up event listeners and do not break other tests.
#65
stopPropagation in a delegated event handler will prevent a normal event handler
25 Mar 19:32
Compare
Sorry, something went wrong.
No results found
Fixing event delegation
22 Mar 17:43
Compare
Sorry, something went wrong.
No results found
This fixes event delegation so all events are dispatched on the inner-most element, and then traverse up to the parent, and so on.
This also makes it so that ev.stopPropagationand ev.stopImmediatePropagation work with event delegation.
#63
Fixes the order in which event delegation handlers are called
22 Mar 16:27
Compare
Sorry, something went wrong.
No results found
Exclude nodes without 'matches' (e.g. comment and text) from delegation tests
20 Nov 15:47
Compare
Sorry, something went wrong.
No results found
IE 11 Compatibility
22 Oct 21:53
Compare
Sorry, something went wrong.
No results found
v1.3.0
04 Jul 05:03
Compare
Sorry, something went wrong.
No results found
v1.2.0
02 Apr 16:49
Compare
Sorry, something went wrong.
No results found
Adds helper for listening to jQuery events #48
Improves docs #47