Releases: fergaldoyle/vue-form
Releases · fergaldoyle/vue-form
4.10.3
4.10.2
Update README.md
4.10.1
bump version number for dist
4.10.0
Update package.json
4.9.0
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
add $attrs
4.8.0
Add support for components to emit validation attributes.
See: https://github.com/fergaldoyle/vue-form/blob/master/example/component.html
4.7.1
Wait for promises to resolve before emitting submit event
4.7.0
Allow complex expression in show prop, e.g. $focused && ($dirty || $submitted)
4.6.0
$focused
stated added