Skip to content

Releases: canjs/can-dom-events

Fix wrong JSDoc descriptions of dispatch and removeEventListener functions

05 Jun 14:31
Compare
Choose a tag to compare

QUNIT2 upgrade

28 May 18:21
Compare
Choose a tag to compare

This updates the tests to use QUnit@2.x.x.

#68

Test Cleanup

05 Apr 14:54
Compare
Choose a tag to compare

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
Choose a tag to compare

Fixing event delegation

22 Mar 17:43
Compare
Choose a tag to compare

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
Choose a tag to compare

Exclude nodes without 'matches' (e.g. comment and text) from delegation tests

20 Nov 15:47
89feeb7
Compare
Choose a tag to compare

IE 11 Compatibility

22 Oct 21:53
Compare
Choose a tag to compare

v1.3.0

04 Jul 05:03
Compare
Choose a tag to compare
  • Add "use strict" #53

v1.2.0

02 Apr 16:49
Compare
Choose a tag to compare
  • Adds helper for listening to jQuery events #48
  • Improves docs #47