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
[email protected]
instead. - Submodules
vue-clickaway/directive
andvue-clickaway/mixin
were removed.import
the bits you want orrequire
the 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-clickaway
used to be able to accept statements, likea = a + 1
ordoSomething(context)
. This is no longer supported.