Releases: simplesmiler/vue-clickaway
Releases · simplesmiler/vue-clickaway
2.1.0
1.2.0
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.
2.0.0-rc.1
Breaking changes
v-on-clickawayused to be able to accept statements, likea = a + 1ordoSomething(context). This is no longer supported.