Skip to content

Releases: jlucaspains/vue-mouseless

Fixed issue with custom actions and unbind

23 May 21:14
Compare
Choose a tag to compare

An issue was introduced with custom actions where the unbind using complex option would fail. This release fixes the issue.

Fixed package content

30 Apr 21:51
Compare
Choose a tag to compare

Previous release 1.0.2 was bad because the dist was not updated prior to package generation. This release fixes that problem.

Added option to handle custom actions

30 Apr 17:43
6498a68
Compare
Choose a tag to compare

You can now use the following syntax where save is a function in your VM and . g is the key combination to be handled.

<button v-mouseless="{ key: '. g', action: save }" />