New
2.0.0
Breaking changes from 1.x:
- Vue 1.x is not supported anymore, use
vue-clickaway@1.0instead. - Submodules
vue-clickaway/directiveandvue-clickaway/mixinwere removed.importthe bits you want orrequirethe whole module instead. - Prior to Vue 2.0, directives used to be able to accept statements, like
a++ordoSomething(context). This is no longer supported. Pass a method to the directive instead.