Skip to content

Releases: rniemeyer/knockout-delegatedEvents

v0.6.1

21 Jul 13:31
Compare
Choose a tag to compare
  • update main field in package.json to point to the correct file

v0.6.0

25 Jun 04:34
Compare
Choose a tag to compare
  • Merge delegatedParent functionality

v0.5.0

03 Jan 02:53
Compare
Choose a tag to compare
  • allow bubbling to continue after an event is handled by using an additional binding like: delegatedClickBubble: true with Click being the name of the event to control.

v0.4.0

04 Oct 20:26
Compare
Choose a tag to compare

Disabled elements (and elements inside of disabled elements) will not execute event handlers.

v0.3.1

11 Apr 17:02
Compare
Choose a tag to compare

when searching parents, check to see if we are dealing with an element vs. something like a fragment

v0.3.0

06 Mar 17:17
Compare
Choose a tag to compare
  • prevent bubbling when an event is handled, so multiple delegatedHandler bindings do not process the same event.
  • (from v0.2.0) - submit events pass different arguments to match KO (element, data, event)

v0.1.3

01 Jan 17:21
Compare
Choose a tag to compare

-code cleanup
-additional tests
-move to Jasmine 2.0 for unit tests

v0.1.2

26 Sep 15:22
Compare
Choose a tag to compare
add basic bower.json file