vue-clickaway
Advanced tools
Changelog
[2.2.2] - 2018-04-09
Changelog
[2.2.1] - 2018-04-08
.contains
if .path
is not supportedChangelog
[2.2.0] - 2018-04-08
event.path
instead of element.contains(event.target)
for more reliable containment check (fixes #23), kudos to @jonobr1Changelog
[2.1.0] - 2016-11-24
Changelog
[2.0.0] - 2016-10-20
Changelog
[2.0.0-rc.1] - 2016-09-30
Reworked for Vue 2.0
v-on-clickaway
used to be able to accept statements, like v-on-clickaway="a = a + 1"
or v-on-clickaway="doSomething(context)"
. This is no longer supported.Changelog
[1.1.5] - 2016-09-30
Skipped 1.1.4 due to publishing mistake