Skip to content

Releases: nchutchind/vue-outside-events

vue-outside-events 1.1.3

12 Jul 21:43
Compare
Choose a tag to compare

Added a fix for Issue #5 where having multiple directives on a single element would break because not all of the events would get unbound when Vue removed the element.

vue-outside-events 1.1.0

30 May 15:03
Compare
Choose a tag to compare

Added the ability to one-time bind an object to the directive. The object needs to contain a "handler" function (and, with a custom event, a "name" string). Any remaining object properties will be passed to the handler function as a third argument object.

Initial Release

28 Apr 04:43
Compare
Choose a tag to compare

Offering Vue 2.x event listeners for things happening outside your element.