Skip to content

Releases: simplesmiler/vue-clickaway

2.1.0

23 Nov 21:27
Compare
Choose a tag to compare

Changes

  • Away callback may not be triggered until the end of the initial macrotask (fixes #8)

1.2.0

23 Nov 21:28
Compare
Choose a tag to compare

Changed

  • Away callback may not be triggered until the end of the initial macrotask (fixes #8)

2.0.0

20 Oct 19:17
Compare
Choose a tag to compare

Breaking changes from 1.x:

  • Vue 1.x is not supported anymore, use vue-clickaway@1.0 instead.
  • Submodules vue-clickaway/directive and vue-clickaway/mixin were removed. import the bits you want or require the whole module instead.
  • Prior to Vue 2.0, directives used to be able to accept statements, like a++ or doSomething(context). This is no longer supported. Pass a method to the directive instead.

2.0.0-rc.1

30 Sep 11:55
Compare
Choose a tag to compare
2.0.0-rc.1 Pre-release
Pre-release

Breaking changes

  • v-on-clickaway used to be able to accept statements, like a = a + 1 or doSomething(context). This is no longer supported.