Skip to content

Releases: fergaldoyle/vue-form

4.10.3

13 Dec 20:53
Compare
Choose a tag to compare
Version bump

4.10.2

12 Dec 20:51
6e04c88
Compare
Choose a tag to compare
Update README.md

4.10.1

10 Sep 20:22
Compare
Choose a tag to compare
bump version number for dist

4.10.0

10 Sep 20:20
35bacff
Compare
Choose a tag to compare
Update package.json

4.9.0

01 May 16:12
Compare
Choose a tag to compare

API change.

Previously focusin and focusout listeners were applied by default to capture and focus and blur events bubbling up from children elements of a component.

With this release, you must this.$emit('vf:addFocusListeners'); in mounted of your custom component to listen to focusin and focusout events.

4.8.1

23 Mar 20:40
Compare
Choose a tag to compare
add $attrs

4.8.0

20 Mar 21:47
Compare
Choose a tag to compare

Add support for components to emit validation attributes.

See: https://github.com/fergaldoyle/vue-form/blob/master/example/component.html

4.7.1

10 Jan 22:16
Compare
Choose a tag to compare

Wait for promises to resolve before emitting submit event

4.7.0

13 Dec 21:31
Compare
Choose a tag to compare

Allow complex expression in show prop, e.g. $focused && ($dirty || $submitted)

4.6.0

09 Dec 21:34
Compare
Choose a tag to compare

$focused stated added